Scan
Scans the last 30 days of events. All results are sorted by created date, descending.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Query parameters
page_token
limit
Number of events to return. Minimum value is 1, maximum is 100. Defaults to 10.
event_types
Event types to filter on. Defaults to showing all event types.
| Event Type | Description |
|------------|-------------|
| `CandidApi.Encounter.Created` | When a new claim is created |
| `CandidApi.Encounter.StatusUpdated` | When a claim's status has been updated |
| `PreEncounter.Patient.Created` | When a new patient has been created |
| `PreEncounter.Patient.Updated` | When a patient's information has been updated |
| `PreEncounter.Coverage.Created` | When a new coverage has been created for a patient |
| `PreEncounter.Coverage.Updated` | When a patient's coverage has been updated |
| `PreEncounter.Tag.Created` | When a new tag has been created for a patient |
| `PreEncounter.Tag.Updated` | When a patient's tag has been updated |
created_before
Filters for only events created before this time (inclusive).
created_after
Filters for only events created after this time (inclusive).
Response
This endpoint returns an object.
items
next_page_token