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

KeyDatatypeRequiredDescription
ownerIdstringID of the work item owner.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"open":29,"completed":1,"total":30},{"open":29,"completed":1,"total":30}]