Retrieve time spents for given production

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

Path parameters

Responses

  • 200

    All time spents of given production

GET /data/projects/{project_id}/time-spents
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/time-spents \
 -H "Authorization: $API_KEY"