Request a single board.

Parameters

ParameterDescription
Board ID-

Example Output

{
	"id": "<string>",
	"name": "<string>",
	"desc": "<string>",
	"descData": null,
	"closed": false,
	"idOrganization": "<string>",
	"idEnterprise": null,
	"pinned": false,
	"url": "<string>",
	"shortUrl": "<string>",
	"prefs": {
		"permissionLevel": "<string>",
		"hideVotes": false,
		"voting": "<string>",
		"comments": "<string>",
		"invitations": "<string>",
		"selfJoin": true,
		"cardCovers": true,
		"showCompleteStatus": true,
		"cardCounts": false,
		"isTemplate": false,
		"cardAging": "<string>",
		"calendarFeedEnabled": false,
		"hiddenPluginBoardButtons": [],
		"switcherViews": [
			{
				"viewType": "<string>",
				"enabled": true
			},
			{
				"viewType": "<string>",
				"enabled": true
			}
		],
		"background": "<string>",
		"backgroundColor": null,
		"backgroundDarkColor": null,
		"backgroundImage": "<string>",
		"backgroundDarkImage": null,
		"backgroundImageScaled": [
			{
				"width": 79,
				"height": 123,
				"url": "<string>"
			},
			{
				"width": 468,
				"height": 231,
				"url": "<string>"
			}
		],
		"backgroundTile": false,
		"backgroundBrightness": "<string>",
		"sharedSourceUrl": "<string>",
		"backgroundBottomColor": "<string>",
		"backgroundTopColor": "<string>",
		"canBePublic": true,
		"canBeEnterprise": true,
		"canBeOrg": true,
		"canBePrivate": true,
		"canInvite": true
	},
	"labelNames": {
		"green": "",
		"yellow": "",
		"orange": "",
		"red": "",
		"purple": "",
		"blue": "",
		"sky": "",
		"lime": "",
		"pink": "",
		"black": "",
		"green_dark": "",
		"yellow_dark": "",
		"orange_dark": "",
		"red_dark": "",
		"purple_dark": "",
		"blue_dark": "",
		"sky_dark": "",
		"lime_dark": "",
		"pink_dark": "",
		"black_dark": "",
		"green_light": "",
		"yellow_light": "",
		"orange_light": "",
		"red_light": "",
		"purple_light": "",
		"blue_light": "",
		"sky_light": "",
		"lime_light": "",
		"pink_light": "",
		"black_light": ""
	}
}

Workflow Library Example

Get Board by Id with Trello and Send Results Via Email

Preview this Workflow on desktop