
GitLab
Merge interacts with GitLab API endpoints to access certain information as detailed below.
API Endpoints
GET/groups/{group_id}/projects
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
description
Stringremote_data
Arrayname
Stringremote_id
Stringaccess_level
EnumAccess Project information
Project fields
name
Stringremote_data
Arrayremote_id
Stringdescription
StringAccess Ticket information
Ticket fields
collections
Arrayproject
UnknownGET/groups
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
parent_collection
UUIDGET/groups/{group_id}/members
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
users
UnknownAccess User information
User fields
name
Stringremote_data
Arrayremote_id
Stringis_active
BooleanAccess Role information
Role fields
name
Stringremote_id
StringGET/projects/{project_id}/labels
Merge interacts with this API endpoint to...
Access Tag information
Tag fields
name
Stringremote_data
Arrayremote_id
StringAccess Ticket information
Ticket fields
tags
ArrayGET/users/{user_id}
Merge interacts with this API endpoint to...
Access User information
User fields
email_address
Stringavatar
StringPOST/projects/{project_id}/issues/{issue_iid}/notes
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
body
Stringuser
UUIDremote_created_at
DateTime (ISO 8601)ticket
UUIDremote_id
StringPOST/projects/{project_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
assignees
Arraydescription
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)collections
Arrayname
Stringticket_type
Stringproject
Unknownremote_id
Stringstatus
Enumticket_url
Stringdue_date
DateTime (ISO 8601)GET/projects/{projects_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringcompleted_at
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)priority
Enumremote_data
Arrayremote_created_at
DateTime (ISO 8601)name
Stringticket_type
Stringremote_id
Stringstatus
Enumticket_url
Stringdue_date
DateTime (ISO 8601)Access Comment information
Comment fields
ticket
UUIDGET/projects/{project_id}/issues/{issue_id}/notes
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
body
Stringuser
UUIDremote_data
Arrayremote_created_at
DateTime (ISO 8601)remote_id
String