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

Responses

  • 200 application/json

    List of sequence ids to which the current user has subscribed for given task type

  • 404

    Project or task type not found

GET /data/user/projects/{project_id}/task-types/{task_type_id}/sequence-subscriptions
curl \
 --request GET 'http://api.example.com/data/user/projects/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/sequence-subscriptions' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  "string"
]