Retrieve time spents for given production

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

Responses

  • All time spents of given production

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