GET /cards/{id}
Get a card by its ID
Servers
- https://api.trello.com/1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the Card |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
members |
Boolean | No |
Whether to return member objects for members on the card Default value: false |
checkItemStates |
Boolean | No |
Default value: false |
list |
Boolean | No |
See the Lists Nested Resource Default value: false |
board |
Boolean | No |
Whether to return the board object the card is on Default value: false |
board_fields |
String | No |
|
stickers |
Boolean | No |
Whether to include sticker models with the response Default value: false |
checklist_fields |
String | No |
Default value: "all" |
fields |
String | No |
|
attachment_fields |
String | No |
Default value: "all" |
member_fields |
String | No |
|
sticker_fields |
String | No |
Default value: "all" |
checklists |
String | No |
Whether to return the checklists on the card. Default value: "none" |
actions |
String | No |
See the Actions Nested Resource |
memberVoted_fields |
String | No |
|
pluginData |
Boolean | No |
Whether to include pluginData on the card with the response Default value: false |
attachments |
String | No |
Default value: "false" |
membersVoted |
Boolean | No |
Whether to return member objects for members who voted on the card Default value: false |
customFieldItems |
Boolean | No |
Whether to include the customFieldItems Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.