Get aggregated time spents by month for given project.

GET /data/projects/{project_id}/budgets/time-spents

Responses

  • Aggregated time spents for given person and month

  • Wrong ID format

GET /data/projects/{project_id}/budgets/time-spents
curl \
 --request GET 'http://api.example.com/data/projects/{project_id}/budgets/time-spents' \
 --header "Authorization: $API_KEY"