
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_id
Stringname
Stringremote_data
ArrayGET/1/boards/{board_id}
Merge interacts with this API endpoint to...
Access Project information
Project fields
remote_id
Stringname
Stringdescription
Stringremote_data
ArrayAccess Collection information
Collection fields
parent_collection
UUIDaccess_level
Enumdescription
StringGET/1/boards/{board_id}/lists
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_id
Stringname
Stringremote_data
ArrayGET/1/members/{member_id}
Merge interacts with this API endpoint to...
Access User information
User fields
avatar
Stringremote_data
Arrayis_active
Booleanremote_id
Stringname
Stringemail_address
StringAccess Role information
Role fields
name
StringGET/1/members/me/organizations
Merge interacts with this API endpoint to...
Access Team information
Team fields
remote_id
Stringname
Stringdescription
Stringremote_data
ArrayAccess User information
User fields
teams
ArrayPUT/1/cards/{card_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_updated_at
DateTime (ISO 8601)description
Stringstatus
Enumdue_date
DateTime (ISO 8601)remote_id
Stringname
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)remote_created_at
DateTime (ISO 8601)description
Stringcreator
UUIDremote_data
Arrayticket_url
Stringstatus
Enumdue_date
DateTime (ISO 8601)remote_id
Stringname
StringAccess 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
file_name
Stringremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDcontent_type
Stringfile_url
Stringremote_data
Arrayremote_id
StringGET/1/cards/{card_id}/actions
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
user
UUIDremote_created_at
DateTime (ISO 8601)body
Stringremote_data
Arrayremote_id
StringGET/1/cards/{id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
ticket_url
Stringdescription
Stringdue_date
DateTime (ISO 8601)remote_data
ArrayPOST/1/cards/{card_id}/actions/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
user
UUIDremote_created_at
DateTime (ISO 8601)body
Stringremote_id
Stringticket
UUIDPOST/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
file_name
Stringremote_created_at
DateTime (ISO 8601)uploaded_by
UUIDcontent_type
Stringfile_url
Stringremote_id
Stringticket
UUID