Return true if current user has subscribed to given task.

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

Path parameters

Responses

  • 200

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

GET /data/user/tasks/{task_id}/subscribed
curl \
 -X GET http://localhost:8080/api/data/user/tasks/{task_id}/subscribed \
 -H "Authorization: $API_KEY"