Boards List
GET
/v1/Boards
List boards with an optional filter
Parameters
Query Parameters
$filterstring
Generic OData filtering. See documentation
Example
name eq 'hello'Responses
OK
application/json
JSON
[
{
"id": 0,
"name": "string",
"description": "string",
"boardType": "string",
"isPublic": true,
"groupId": 0,
"groupName": "string"
}
]
GET
/v1/Boards