
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
Arrayremote_id
Stringname
StringGET/1/boards/{board_id}
Merge interacts with this API endpoint to...
Access Project information
Project fields
remote_data
Arraydescription
Stringremote_id
Stringname
StringAccess Collection information
Collection fields
access_level
Enumparent_collection
UUIDdescription
StringGET/1/boards/{board_id}/lists
Merge interacts with this API endpoint to...
Access Collection information
Collection fields
remote_data
Arrayremote_id
Stringname
StringGET/1/members/{member_id}
Merge interacts with this API endpoint to...
Access User information
User fields
remote_data
Arrayemail_address
Stringavatar
Stringname
Stringremote_id
Stringis_active
BooleanAccess Role information
Role fields
name
StringGET/1/members/me/organizations
Merge interacts with this API endpoint to...
Access Team information
Team fields
remote_data
Arraydescription
Stringremote_id
Stringname
StringAccess User information
User fields
teams
ArrayPUT/1/cards/{card_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
status
Enumremote_updated_at
DateTime (ISO 8601)description
Stringdue_date
DateTime (ISO 8601)name
Stringremote_id
StringGET/1/boards/{board_id}/cards/{filter}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
ticket_url
Stringstatus
Enumremote_updated_at
DateTime (ISO 8601)remote_data
Arraydescription
Stringdue_date
DateTime (ISO 8601)name
Stringremote_created_at
DateTime (ISO 8601)creator
UUIDremote_id
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
content_type
Stringfile_url
Stringremote_data
Arrayuploaded_by
UUIDfile_name
Stringremote_created_at
DateTime (ISO 8601)remote_id
StringGET/1/cards/{card_id}/actions
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
user
UUIDremote_data
Arrayremote_created_at
DateTime (ISO 8601)body
Stringremote_id
StringGET/1/cards/{id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
remote_data
Arraydescription
Stringticket_url
Stringdue_date
DateTime (ISO 8601)POST/1/cards/{card_id}/actions/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
user
UUIDticket
UUIDremote_created_at
DateTime (ISO 8601)body
Stringremote_id
StringPOST/1/cards/{card_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
content_type
Stringfile_url
Stringuploaded_by
UUIDfile_name
Stringticket
UUIDremote_created_at
DateTime (ISO 8601)remote_id
String