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

Responses

  • 200

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

GET /data/user/entities/{sequence_id}/task-types/{task_type_id}/subscribed
curl \
 -X GET http://localhost:8080/api/data/user/entities/{sequence_id}/task-types/{task_type_id}/subscribed \
 -H "Authorization: $API_KEY"