Parameter | Description |
---|---|
Board ID | The board’s unique identifier. |
{
"data": {
"boards": [
{
"id": "1234567890",
"name": "My Board",
"description": null,
"board_kind": "public",
"state": "active",
"updated_at": "2022-01-01T11:11:11Z"
}
]
}
}
Was this page helpful?