Retrieve schedule items for given production

GET /data/projects/{project_id}/schedule-items

Path parameters

Responses

  • 200

    All schedule items of given production

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