Work Items Summary
GET {{baseUrl}}/work-items/summary
This gets a summary 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
{"open":29,"completed":1,"total":30}