Path parameters

Responses

  • 200

    Tasks assigned to user that are not done

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