Get a card by its ID.

Parameters

ParameterDescription
ActionsSee the .
Attachment Fieldsall or a comma-separated list of attachment .
Attachmentstrue, false, or cover.
Card IDThe 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`.
Fieldsall 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.

Example Output

{
	"id": "6376116f19cb6d0015e43db0",
	"badges": {
		"attachmentsByType": {
			"trello": {
				"board": 0,
				"card": 0
			}
		},
		"location": false,
		"votes": 0,
		"viewingMemberVoted": false,
		"subscribed": false,
		"fogbugz": "",
		"checkItems": 2,
		"checkItemsChecked": 0,
		"checkItemsEarliestDue": null,
		"comments": 0,
		"attachments": 0,
		"description": true,
		"due": "2022-11-27T00:00:00.000Z",
		"dueComplete": false,
		"start": "2022-11-17T00:00:00.000Z"
	},
	"checkItemStates": [],
	"closed": false,
	"dueComplete": false,
	"dateLastActivity": "2022-11-17T12:04:57.709Z",
	"desc": "The is a new description from 1668686695918",
	"descData": {
		"emoji": {}
	},
	"due": "2022-11-27T00:00:00.000Z",
	"dueReminder": null,
	"email": null,
	"idBoard": "63760f3d82711b01fbeea742",
	"idChecklists": [
		"63761706cda34601bee5af0e"
	],
	"idList": "63760f3d82711b01fbeea749",
	"idMembers": [],
	"idMembersVoted": [],
	"idShort": 2,
	"idAttachmentCover": null,
	"labels": [],
	"idLabels": [],
	"manualCoverAttachment": false,
	"name": "Test1",
	"pos": 32767.5,
	"shortLink": "IYqd8yXu",
	"shortUrl": "https://trello.com/c/IYqd8yXu",
	"start": "2022-11-17T00:00:00.000Z",
	"subscribed": false,
	"url": "https://trello.com/c/IYqd8yXu/2-test1",
	"cover": {
		"idAttachment": null,
		"color": null,
		"idUploadedBackground": null,
		"size": "normal",
		"brightness": "dark",
		"idPlugin": null
	},
	"isTemplate": false,
	"cardRole": null
}

Workflow Library Example

Get Card by Id with Trello and Send Results Via Email

Preview this Workflow on desktop