Return true if current user has subscribed to given task.

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

Path parameters

  • task_id string(uuid) Required

Responses

  • 200 application/json

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

  • 404

    Task not found

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