Retrieve task types linked to the production

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

Path parameters

Responses

  • 200

    Task types linked to the production

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