Count Work Items
GET {{baseUrl}}/work-items/count
This gets a count of work items belonging to either the specified user(admin required), or the current user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ownerId | string | ID of the work item owner. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"count":29},{"count":29}]