GET/projects/api/v3/tasks/metrics/late.json

Get total count of late tasks

Returns the number of late tasks. Only the tasks that the logged-in user has access to will be counted.

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Response contains the count of late tasks. Following this format to satisfy the Numerics integration.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.

Examples

200 OK

Response
{
  "data": {
    "value": 0
  }
}