Returns a collection of groups on a specific board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board’s identifier.

Example Output

{
	"data": {
		"boards": [
			{
				"groups": [
					{
						"id": "topics",
						"title": "Subitems",
						"color": "#579bfc",
						"position": "65536"
					}
				]
			},
			{
				"groups": [
					{
						"id": "topics",
						"title": "Group Title",
						"color": "#a25ddc",
						"position": "98304"
					}
				]
			}
		]
	},
	"account_id": 14214738
}

Workflow Library Example

List Groups with Monday and Send Results Via Email

Preview this Workflow on desktop