Request a single board.

Parameters

ParameterDescription
Board ID-

Example Output

{
	"id": "63760f3d82711b01fbeea742",
	"name": "Tests",
	"desc": "",
	"descData": null,
	"closed": false,
	"idOrganization": "6374fb5980ab2e005167789a",
	"idEnterprise": null,
	"pinned": false,
	"url": "https://trello.com/b/i4Z7fDb8/tests",
	"shortUrl": "https://trello.com/b/i4Z7fDb8",
	"prefs": {
		"permissionLevel": "org",
		"hideVotes": false,
		"voting": "disabled",
		"comments": "members",
		"invitations": "members",
		"selfJoin": true,
		"cardCovers": true,
		"isTemplate": false,
		"cardAging": "regular",
		"calendarFeedEnabled": false,
		"hiddenPluginBoardButtons": [],
		"switcherViews": [
			{
				"_id": "63760f3d82711b01fbeea743",
				"viewType": "Board",
				"enabled": true
			},
			{
				"_id": "63760f3d82711b01fbeea744",
				"viewType": "Table",
				"enabled": true
			},
			{
				"_id": "63760f3d82711b01fbeea745",
				"viewType": "Calendar",
				"enabled": false
			},
			{
				"_id": "63760f3d82711b01fbeea746",
				"viewType": "Dashboard",
				"enabled": false
			},
			{
				"_id": "63760f3d82711b01fbeea747",
				"viewType": "Timeline",
				"enabled": false
			},
			{
				"_id": "63760f3d82711b01fbeea748",
				"viewType": "Map",
				"enabled": false
			}
		],
		"background": "63760d35eba4cf01803159bd",
		"backgroundColor": null,
		"backgroundImage": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/original/648f34fc47d4c1f3b6e36cbaa2355142/photo-1668423389856-2a82e96ee01b",
		"backgroundImageScaled": [
			{
				"width": 140,
				"height": 79,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/140x79/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 256,
				"height": 144,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/256x144/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 480,
				"height": 270,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/480x270/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 960,
				"height": 540,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/960x540/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 1024,
				"height": 576,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1024x576/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 1280,
				"height": 720,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1280x720/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 1920,
				"height": 1080,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/1920x1080/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 2048,
				"height": 1152,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/2048x1152/f2ca57d942cf05cbe0bc5118d21dd7a0/photo-1668423389856-2a82e96ee01b.jpg"
			},
			{
				"width": 2560,
				"height": 1440,
				"url": "https://trello-backgrounds.s3.amazonaws.com/SharedBackground/original/648f34fc47d4c1f3b6e36cbaa2355142/photo-1668423389856-2a82e96ee01b"
			}
		],
		"backgroundTile": false,
		"backgroundBrightness": "dark",
		"backgroundBottomColor": "#1b2134",
		"backgroundTopColor": "#090f18",
		"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