Retrieve all day offs for a production

GET /data/projects/{project_id}/day-offs

Path parameters

  • project_id string(uuid) Required

Query parameters

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

Responses

  • 200 application/json

    All day offs for given project

  • 400

    Invalid date range parameters

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