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

Responses

  • 200

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

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"