If set, the results will contain all dataset scans, otherwise, only the most recent scans will be included.
hasMonitor
boolean
If set, when true, the results will only contain scans associated with a monitor, or when false, the results will only contain scans not associated with a monitor.
entityType
string
Indicates whether to retrieve credentialing requests for providers or facilities. Defaults to providers.
Enum:"Practitioner""Facility"
entityId
string <uuid>
If set, the items will be filtered by the specified entity identifier (providerId or facilityId).
entityName
string
If set, the items will be filtered by the specified entity name (provider name/alias or facility name).
entityNpi
integer <int64>
If set, the items will be filtered by the specified entity NPI number.
entityDeactivated
boolean
If set, the items will be filtered by the specified entity deactivated status.
credentialingStatus
string
If set, the results will only contain scans for providers in the specified credentialing status.
providerId
string <uuid>
Deprecated
If set, the results will only contain scans for this provider.
providerName
string
Deprecated
If set, the results will only contain scans for providers with the specified name or alias name.
providerNpi
integer <int64>
Deprecated
If set, the results will only contain scans for providers with the specified npi number.
providerDeactivated
boolean
Deprecated
If set, the results will only contain scans for providers in the specified deactivated status.
object
If set, the properties and directions the returned data will be sorted by.
offset
integer <int32>
Deprecated
The offset for the page to start.
cursor
string
The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically.