Returns credentialing requests
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "provider": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22.0000000Z",
- "ssn": "***",
- "credentialingStatus": "string",
- "credentialedDate": "2019-08-24T14:15:22.0000000Z",
- "npi": 0
}, - "type": "Initial",
- "createdAt": "2019-08-24T14:15:22.0000000Z",
- "currentEvent": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "note": "string",
- "timestamp": "2019-08-24T14:15:22.0000000Z",
- "status": "RequestSubmitted",
- "attachments": [
- {
- "path": "string",
- "type": "CredentialingPacket"
}
], - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string"
}
}, - "allEvents": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "note": "string",
- "timestamp": "2019-08-24T14:15:22.0000000Z",
- "status": "RequestSubmitted",
- "attachments": [
- {
- "path": "string",
- "type": "CredentialingPacket"
}
], - "user": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string"
}
}
], - "priority": "Low",
- "isSelfManaged": true
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "Id": "Asc",
- "CreatedAt": "Desc",
- "Priority": "Asc"
}
}