Retrieve time spents for a task type in the production

GET /data/projects/{project_id}/task-types/{task_type_id}/time-spents

Path parameters

  • project_id string(uuid) Required
  • task_type_id string(uuid) Required

Query parameters

  • start_date string(date)
  • end_date string(date)

Responses

  • 200 application/json

    All time spents for given task type and project

  • 400

    Invalid date range parameters

GET /data/projects/{project_id}/task-types/{task_type_id}/time-spents
curl \
 --request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/time-spents' \
 --header "Authorization: $API_KEY"
Response examples (200)
string