Return true if current user has subscribed to given task.

GET /data/user/tasks/{task_id}/subscribed

Responses

  • True if current user has subscribed to given task, False otherwise

GET /data/user/tasks/{task_id}/subscribed
curl \
 -X GET http://api.example.com/data/user/tasks/{task_id}/subscribed