Return the list of sequence ids to which the current user has
GET
/data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions
subscribed for given task type.
Path parameters
-
project_id string(UUID) Required
-
task_type_id string(UUID) Required
GET /data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions
curl \
-X GET http://localhost:8080/api/data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions \
-H "Authorization: $API_KEY"