
Trello
Merge interacts with Trello API endpoints to access certain information as detailed below.
API Endpoints
POST/1/cards/{card_id}/actions/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringuser
UUIDticket
UUIDbody
Stringremote_created_at
DateTime (ISO 8601)POST/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_id
Stringuploaded_by
UUIDcontent_type
Stringfile_name
Stringfile_url
Stringticket
UUIDremote_created_at
DateTime (ISO 8601)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
description
Stringaccess_level
Enumparent_collection
UUIDGET/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
remote_id
Stringemail_address
Stringremote_data
Arrayis_active
Booleanavatar
Stringname
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_id
Stringstatus
Enumremote_updated_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)name
Stringdescription
StringGET/1/boards/{board_id}/cards/{filter}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_id
Stringstatus
Enumremote_data
Arrayremote_created_at
DateTime (ISO 8601)creator
UUIDremote_updated_at
DateTime (ISO 8601)due_date
DateTime (ISO 8601)ticket_url
Stringname
Stringdescription
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
remote_id
Stringuploaded_by
UUIDremote_data
Arrayfile_name
Stringcontent_type
Stringfile_url
Stringremote_created_at
DateTime (ISO 8601)GET/1/cards/{card_id}/actions
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_id
Stringremote_data
Arrayuser
UUIDbody
Stringremote_created_at
DateTime (ISO 8601)GET/1/cards/{id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
description
Stringdue_date
DateTime (ISO 8601)ticket_url
Stringremote_data
Array