Skip to main content

Work Items Summary

GET 

/work-items/summary

This gets a summary 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: 1211bcaa32112bcef6122adb21cef1ac

Responses

List of work items

Schema
    open integer

    The count of open work items

    completed integer

    The count of completed work items

    total integer

    The count of total work items

Loading...