GET/projects/api/v3/projects/metrics/active.json

Get the total count of active projects

Return the number of active projects that the logged-in user can access.

Request Examples

Example Request

GET
/projects/api/v3/projects/metrics/active.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 active.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    ErrorResponse defines how []Error should be marshaled to JSON.
  • Code
    404
    Description
    404 Not Found No Data

Examples

200 OK

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