Skip to main content

Count Completed Work Items

GET 

/work-items/count/completed

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.

Responses

List of work items

Schema
  • Array [
  • count integer

    The count of work items

  • ]
Loading...