List providers due for recredentialing

Returns a page of providers due for recredentialing.

Request
query Parameters
includeUnassigned
boolean
providerName
string

If set, the items will be filtered on providers with the specified name or alias name.

providerNpi
integer <int64>

If set, the items will be filtered on providers with the specified npi number.

credentialingRequestOwnerId
Array of strings <uuid>

If set, the items will be filtered on providers with the specified credentialing request owner IDs.

credentialingRequestEventStatus
Array of strings

If set, the items will be filtered on providers with the specified credentialing request event statuses.

Items Enum: "RequestSubmitted" "RequestInProgress" "AdditionalInformationRequested" "AdditionalInformationSubmitted" "CancellationRequested" "Cancelled" "Completed" "CompletedWithConcern" "UnableToComplete" "SecondAttemptMissingInfo" "ThirdAttemptMissingInfo"
nextCredentialingDateOnOrAfter
string <date>

If set, the items will be filtered on providers with the specified next credentialing date that is equal to or greater than the date specified.

nextCredentialingDateOnOrBefore
string <date>

If set, the items will be filtered on providers with the specified next credentialing date that is equal to or less than the date specified.

sortedBy
string

The property by which the returned data will be sorted.

Enum: "ProviderFirstName" "ProviderLastName" "RequestCreatedAt"
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/providers/recredentialing/due
Response samples
application/json
{
  • "sort": {
    },
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "ProviderFirstName",
  • "sortDirection": "Asc"
}