Retrieve task type schedule items for given production

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

Path parameters

Responses

  • 200

    All task types schedule items of given production

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