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

KeyDatatypeRequiredDescription
ownerIdstringID of the work item owner.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"count":29},{"count":29}]