
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
access_level
Enumdescription
Stringremote_id
Stringremote_data
Arrayname
StringAccess Project information
Project fields
description
Stringremote_data
Arrayname
Stringremote_id
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
remote_data
Arrayname
Stringremote_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
remote_data
Arrayname
Stringremote_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
remote_id
Stringremote_created_at
DateTime (ISO 8601)user
UUIDbody
Stringticket
UUIDPOST/projects/{project_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringproject
Unknownremote_id
Stringassignees
Arraycollections
Arraydue_date
DateTime (ISO 8601)ticket_url
Stringstatus
Enumremote_updated_at
DateTime (ISO 8601)ticket_type
Stringremote_created_at
DateTime (ISO 8601)name
StringGET/projects/{projects_id}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringcompleted_at
DateTime (ISO 8601)remote_id
Stringdue_date
DateTime (ISO 8601)priority
Enumticket_url
Stringstatus
Enumremote_updated_at
DateTime (ISO 8601)ticket_type
Stringremote_created_at
DateTime (ISO 8601)remote_data
Arrayname
StringAccess 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
remote_id
Stringremote_created_at
DateTime (ISO 8601)user
UUIDremote_data
Arraybody
String