List episodes

Returns episodes that group medical data for the given EHR.

Path Parameters
  • ehrUid
    Type: string
    required
Responses
  • application/json
Request Example for get/extra/v1/ehr/{ehrUid}/episode
curl 'https://api.customer.cadasto.io/extra/v1/ehr/{ehrUid}/episode' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
  {
    "uid": "<redacted>",
    "episodeId": "E0100016",
    "active": true,
    "startsAt": "2025-12-04T15:46:53+01:00"
  },
  {
    "uid": "<redacted>",
    "episodeId": "E0126870",
    "active": true,
    "startsAt": "2025-12-04T15:46:53+01:00"
  }
]