Count Completed Work Items

GET {{baseUrl}}/work-items/completed/count

This gets a count of completed 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}