
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
name
Stringremote_data
Arrayremote_id
StringGET/1/boards/{board_id}
Merge interacts with this API endpoint to...
Access Project information
Project fields
name
Stringremote_data
Arraydescription
Stringremote_id
StringAccess Collection information
Collection fields
access_level
Enumdescription
Stringparent_collection
UUIDGET/1/boards/{board_id}/lists
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
name
Stringremote_data
Arrayremote_id
StringGET/1/members/{member_id}
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringavatar
Stringname
Stringis_active
Booleanremote_data
Arrayemail_address
StringAccess Role information
Role fields
name
StringGET/1/members/me/organizations
Merge interacts with this API endpoint to...
Access Team information
Team fields
name
Stringremote_data
Arraydescription
Stringremote_id
StringAccess User information
User fields
teams
ArrayGET/1/cards/{id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
ticket_url
Stringdue_date
DateTime (ISO 8601)remote_data
Arraydescription
StringPUT/1/cards/{card_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_updated_at
DateTime (ISO 8601)description
Stringremote_id
Stringdue_date
DateTime (ISO 8601)status
Enumname
StringGET/1/boards/{board_id}/cards/{filter}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_updated_at
DateTime (ISO 8601)description
Stringremote_id
Stringremote_created_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)status
Enumname
Stringticket_url
Stringcreator
UUIDremote_data
ArrayAccess Attachment information
Attachment fields
ticket
UUIDAccess Comment information
Comment fields
ticket
UUIDGET/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_id
Stringremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDfile_name
Stringfile_url
Stringcontent_type
Stringremote_data
ArrayGET/1/cards/{card_id}/actions
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringremote_created_at
DateTime (ISO 8601)user
UUIDremote_data
Arraybody
StringPOST/1/cards/{card_id}/actions/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringremote_created_at
DateTime (ISO 8601)user
UUIDticket
UUIDbody
StringPOST/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_id
Stringremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDfile_name
Stringfile_url
Stringticket
UUIDcontent_type
String