DevelopmentApi
Get workspace board payload
Returns the board view payload for a workspace, including filtered items, links, and viewer permissions.
Returns the board view payload for a workspace, including filtered items, links, and viewer permissions.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
Response Body
application/json
curl -X GET "https://loading/api/workspaces/string/board"{
"workspace": {
"$id": "string",
"organizationId": "string",
"name": "string",
"slug": "string",
"privacyMode": "option_1",
"createdByUserId": "string",
"archivedAt": "string"
},
"viewer": {
"userId": "string",
"role": "workspace_admin",
"isWorkspaceAdmin": true,
"privacyMode": "option_1"
},
"items": [
{
"$id": "string",
"$sequence": 0,
"$updatedAt": "string",
"organizationId": "string",
"workspaceId": "string",
"type": "objective",
"title": "string",
"description": "string",
"ownerUserId": "string",
"assigneeUserIds": [
"string"
],
"parentId": "string",
"dueDate": "string",
"actionStatus": "pending",
"storyPoints": "0",
"progressComputed": 100,
"sortOrder": 0,
"positionX": 0,
"positionY": 0,
"visibility": "full",
"deletedAt": "string",
"deletedByUserId": "string"
}
],
"links": [
{
"$id": "string",
"$sequence": 0,
"$updatedAt": "string",
"organizationId": "string",
"workspaceId": "string",
"fromItemId": "string",
"toItemId": "string",
"linkType": "objective_relation",
"deletedAt": "string"
}
]
}Empty