Returns a page of providers due for recredentialing.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "sort": {
- "property1": "Asc",
- "property2": "Asc"
}, - "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "ssn": "string",
- "credentialingStatus": "string",
- "credentialedDate": "2019-08-24T14:15:22Z",
- "nextCredentialingDate": "2019-08-24",
- "npi": 0,
- "deactivated": true,
- "requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
- "requestType": "Initial",
- "requestCreatedAt": "2019-08-24T14:15:22Z",
- "currentEvent": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "note": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "status": "RequestSubmitted",
- "attachments": [
- {
- "path": "string",
- "type": "CredentialingPacket"
}
], - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string"
}
}, - "requestPriority": "Low",
- "isSelfManaged": true,
- "currentEventStatus": "RequestSubmitted",
- "currentEventDate": "2019-08-24T14:15:22Z",
- "owner": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string",
- "firstName": "string",
- "lastName": "string"
}
}
], - "sortedBy": "ProviderFirstName",
- "sortDirection": "Asc"
}