{ "data": { "boards": [ { "id": "1234567890", "name": "First Board", "description": null, "board_kind": "public", "state": "active", "updated_at": "2022-01-01T11:11:11Z" }, { "id": "0987654321", "name": "Second Board", "description": null, "board_kind": "public", "state": "active", "updated_at": "2022-01-01T22:22:22Z" } ] } }
Was this page helpful?