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

Total count of completed tasks

Returns the total number of completed tasks. Only the tasks that the logged-in user can access will be counted.

Request Examples

Example Request

GET
/projects/api/v3/tasks/metrics/complete.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Response contains information about a specific complete.
  • 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
  }
}