Return true if current user has subscribed to given sequence and

GET /data/user/entities/{sequence_id}/task-types/{task_type_id}/subscribed

task type.

Path parameters

  • sequence_id string(uuid) Required
  • task_type_id string(uuid) Required

Responses

  • 200 application/json

    True if current user has subscribed to given sequence and task type, False otherwise

  • 404

    Sequence or task type not found

GET /data/user/entities/{sequence_id}/task-types/{task_type_id}/subscribed
curl \
 --request GET 'http://api.example.com/data/user/entities/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/subscribed' \
 --header "Authorization: $API_KEY"
Response examples (200)
true