List credentialing requests

Returns credentialing requests

Request
query Parameters
entityType
string

Indicates whether to retrieve credentialing requests for providers or facilities. Defaults to providers.

Enum: "Provider" "Facility"
currentEventStatus
Array of strings

If set, the items will be filtered by the specified current event status.

Items Enum: "RequestSubmitted" "RequestInProgress" "AdditionalInformationRequested" "AdditionalInformationSubmitted" "CancellationRequested" "Cancelled" "Completed" "CompletedWithConcern" "UnableToComplete" "SecondAttemptMissingInfo" "ThirdAttemptMissingInfo"
providerCredentialingStatus
Array of strings

If set, the items will be filtered by the specified provider credentialing status. Has no effect when querying facilities.

priority
Array of strings

If set, the items will be filtered by the specified priority.

Items Enum: "Low" "Medium" "High" "Urgent"
ownerId
Array of strings <uuid>

If set, the items will be filtered by the specified owner.

includeUnassigned
boolean

If set, the items will include credentialing requests that are not assigned to any specified owner. Intended to be used together with ownerId.

credentialingRequestType
string

If set, the items will be filtered by the specified credentialing request type.

Enum: "Initial" "ReCredentialing"
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.

facilitySpecialtyId
string <uuid>

If set, the items will be filtered by the specified specialty.

providerId
string <uuid>
Deprecated

See entityId.

providerName
string
Deprecated

See entityName.

providerNpi
integer <int64>
Deprecated

See entityNpi.

providerDeactivated
boolean
Deprecated

See entityDeactivated.

sortedBy
string

The property by which the returned data will be sorted.

Enum: "Id" "CreatedAt" "Priority" "CurrentEventStatus" "CurrentEventDate" "ProviderId" "ProviderFirstName" "ProviderLastName" "ProviderCredentialingStatus" "FacilityId" "FacilityName"
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.

count
integer <int32>

The number of items to include in a single page.

sortDirection
string

The direction the returned data will be sorted by.

Enum: "Asc" "Desc"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/credentialing-requests
Response samples
application/json
{
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "Id",
  • "sortDirection": "Asc",
  • "sort": {
    }
}