Skip to main content

Count Completed Work Items

GET 

/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

Query Parameters

    ownerId string

    ID of the work item owner.

    Example: 1211bcaa32112bcef6122adb21cef1ac

Responses

List of work items

Schema
    count integer

    The count of work items

Loading...