Skip to main content

Count Work Items

GET 

/work-items/count

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