GET/projects/api/v3/people/metrics/performance.json

Performance of users completing the most tasks

Count the number of completed tasks by user for the provided period. By default the user with the most completed tasks is shown first.

Query Params

  • Name
    startDate
    Type
    string
    Description
  • Name
    orderMode
    Type
    string
    Description

    order mode

    Default
    desc
    Allowed values
    • asc
    • desc
  • Name
    endDate
    Type
    string
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    PeopleMetricPerformancesResponse contains information about a group of performances.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

200 OK

PeopleMetricPerformancesResponse
{
  "data": [
    {
      "name": "string",
      "value": 0
    }
  ]
}