Return the list of sequence ids to which the current user has
subscribed for given task type.
Path parameters
-
project_id
Required -
task_type_id
Required
GET
/data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions
curl \
--request GET 'http://api.example.com/data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions' \
--header "Authorization: $API_KEY"