Parameter | Description |
---|---|
Actions | See the |
Attachment Fields | all or a comma-separated list of attachment |
Attachments | true , false , or cover . |
Card ID | The ID of the card. The ID can be retrieved from the card’s URL. For example, the card with ID IYqd8yXu can be inferred from the URL https://trello.com/c/IYqd8yXu/`number in list - card name`. |
Fields | all or a comma-separated list of Defaults: `badges, checkItemStates, closed, dateLastActivity, desc, descData, due, start, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url. |
{
"id": "<string>",
"badges": {
"fogbugz": "<string>",
"checkItems": 0,
"checkItemsChecked": 1,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 2,
"description": true,
"due": "2002-10-23T19:03:57.385Z",
"dueComplete": false,
"start": "2017-07-18T02:07:44.109Z",
"ai": false,
"lastUpdatedByAi": false,
"attachmentsByType": {
"trello": {
"board": 2,
"card": 2
}
},
"externalSource": null,
"location": false,
"votes": 2,
"maliciousAttachments": 1,
"viewingMemberVoted": false,
"subscribed": false
},
"checkItemStates": [],
"closed": false,
"dueComplete": false,
"dateLastActivity": "2007-07-05T20:24:10.228Z",
"desc": "<string>",
"descData": {
"emoji": {}
},
"due": "2021-11-23T22:19:26.439Z",
"dueReminder": null,
"email": null,
"idBoard": "<string>",
"idChecklists": [
"<string>"
],
"idList": "<string>",
"idMembers": [],
"idMembersVoted": [],
"idShort": 11,
"idAttachmentCover": null,
"labels": [],
"idLabels": [],
"manualCoverAttachment": false,
"name": "<string>",
"nodeId": "<string>",
"pinned": false,
"pos": 1811,
"shortLink": "<string>",
"shortUrl": "<string>",
"start": "2012-01-06T06:17:49.898Z",
"subscribed": false,
"url": "<string>",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "<string>",
"brightness": "<string>",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"mirrorSourceId": null
}
Was this page helpful?