GET/projects/api/v3/projects/metrics/billable.json
Get the total billable time per project
Returns the total billable time of all projects that the logged-in user has access.
Request Examples
Example Request
GET
/projects/api/v3/projects/metrics/billable.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
ProjectMetricBillablesResponse contains information about a group of billables.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
ProjectMetricBillablesResponse
{
"data": [
{
"name": "string",
"value": 0
}
]
}