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.

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

List of work items

Schema
    count integer

    The count of work items

Loading...