
ClickUp
Merge interacts with ClickUp API endpoints to access certain information as detailed below.
API Endpoints
GET/v2/space/{space_id}/list
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_id
Stringremote_data
Arrayname
StringGET/v2/team/{team_id}/space
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
parent_collection
UUIDaccess_level
EnumGET/v2/space/{space_id}/folder
Merge interacts with this API endpoint to...
Access Project information
Project fields
remote_id
Stringremote_data
Arrayname
StringGET/v2/team/{team_id}/task
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_id
Stringname
Stringproject
Unknownremote_data
Arraypriority
Enumticket_url
Stringstatus
Enumremote_created_at
DateTime (ISO 8601)description
Stringcreator
UUIDcompleted_at
DateTime (ISO 8601)parent_ticket
UUIDdue_date
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)Access Viewer information
Viewer fields
user
UUIDteam
UUIDAccess Tag information
Tag fields
remote_data
Arrayname
StringAccess Attachment information
Attachment fields
ticket
UUIDAccess Comment information
Comment fields
ticket
UUIDGET/v2/task/{task_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringtags
Arrayparent_ticket
UUIDproject
Unknownticket_url
Stringcollections
Arrayremote_created_at
DateTime (ISO 8601)description
Stringcreator
UUIDpriority
Enumdue_date
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)Access Attachment information
Attachment fields
remote_id
Stringuploaded_by
UUIDfile_name
Stringremote_data
Arrayfile_url
Stringticket
UUIDremote_created_at
DateTime (ISO 8601)content_type
StringPOST/v2/list/{list_id}/task
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_id
Stringname
Stringtags
Arrayparent_ticket
UUIDassignees
Arrayproject
Unknownticket_url
Stringcollections
Arraystatus
Enumremote_created_at
DateTime (ISO 8601)description
Stringcreator
UUIDcompleted_at
DateTime (ISO 8601)priority
Enumdue_date
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)PUT/v2/task/{task_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_id
Stringname
Stringparent_ticket
UUIDproject
Unknownstatus
Enumremote_created_at
DateTime (ISO 8601)description
Stringcompleted_at
DateTime (ISO 8601)priority
Enumdue_date
DateTime (ISO 8601)remote_updated_at
DateTime (ISO 8601)GET/v2/team
Merge interacts with this API endpoint to...
Access User information
User fields
remote_data
Arrayname
Stringavatar
Stringemail_address
StringAccess Role information
Role fields
remote_id
Stringname
StringGET/v2/group
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringteams
ArrayAccess Team information
Team fields
remote_id
Stringremote_data
Arrayname
StringGET/v2/task/{task_id}/comment
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringuser
UUIDbody
Stringremote_data
Arrayremote_created_at
DateTime (ISO 8601)POST/v2/task/{task_id}/comment
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringremote_created_at
DateTime (ISO 8601)POST/v2/task/{task_id}/attachment
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_id
Stringfile_name
Stringremote_created_at
DateTime (ISO 8601)file_url
String