
Trello
Merge interacts with Trello API endpoints to access certain information as detailed below.
API Endpoints
GET/1/boards/{board_id}/labels
Merge interacts with this API endpoint to...
Access Tag information
Tag fields
remote_data
Arrayname
Stringremote_id
StringGET/1/boards/{board_id}
Merge interacts with this API endpoint to...
Access Project information
Project fields
description
Stringremote_data
Arrayname
Stringremote_id
StringAccess Collection information
Collection fields
description
Stringparent_collection
UUIDaccess_level
EnumGET/1/boards/{board_id}/lists
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_data
Arrayname
Stringremote_id
StringGET/1/members/{member_id}
Merge interacts with this API endpoint to...
Access User information
User fields
name
Stringremote_id
Stringavatar
Stringis_active
Booleanremote_data
Arrayemail_address
StringAccess Role information
Role fields
name
StringGET/1/boards/{board_id}/cards
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringname
Stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)ticket_url
Stringdue_date
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)status
EnumAccess Attachment information
Attachment fields
ticket
UUIDAccess Comment information
Comment fields
ticket
UUIDGET/1/cards/{id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_data
Arrayticket_url
Stringdue_date
DateTime (ISO 8601)description
StringGET/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
content_type
Stringremote_id
Stringfile_name
Stringremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDremote_data
Arrayfile_url
StringGET/1/cards/{card_id}/actions
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringbody
Stringuser
UUIDremote_created_at
DateTime (ISO 8601)remote_data
ArrayPOST/1/cards
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringname
Stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)project
Unknownticket_url
Stringdue_date
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)status
Enumassignees
Arraytags
Arraycollections
ArrayGET/1/members/me/organizations
Merge interacts with this API endpoint to...
Access Team information
Team fields
description
Stringremote_data
Arrayname
Stringremote_id
StringAccess User information
User fields
teams
ArrayPUT/1/cards/{card_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringname
Stringremote_id
Stringremote_updated_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)status
Enumassignees
Arraytags
Arraycollections
ArrayPOST/1/cards/{card_id}/actions/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringbody
Stringticket
UUIDuser
UUIDremote_created_at
DateTime (ISO 8601)POST/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
content_type
Stringremote_id
Stringfile_name
Stringticket
UUIDremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDfile_url
String