Skip to main content
GET
/
api
/
plan
/
stats
/
unplanned
Returns the count of unplanned items per board the user can view. Lightweight endpoint for badge display.
curl --request GET \
  --url https://{tenant}.ekso.app/api/plan/stats/unplanned \
  --header 'Authorization: Bearer <token>'
[
  {
    "boardId": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Response

Unplanned item count per board.

boardId
string
count
integer<int32>