Get user caseload

Returns the caseload of the authenticated user.

Responses
  • application/json
Request Example for get/extra/v1/user/caseload
curl https://api.customer.cadasto.io/extra/v1/user/caseload \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "totalCount": 0,
  "patients": []
}