Return tasks related to given scene for current user.

GET /data/user/scenes/{scene_id}/tasks

Path parameters

Responses

  • 200

    Tasks related to given scene

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