Returns a page of providers.
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",
- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22.0000000Z",
- "ssn": "***",
- "credentialingStatus": "string",
- "credentialedDate": "2019-08-24T14:15:22.0000000Z",
- "npi": 0,
- "aliases": [
- {
- "id": "9b4c12e8-02c5-4107-a524-c02416d43079",
- "firstName": "string",
- "lastName": "string"
}
], - "addresses": [
- {
- "id": "e57c9ee4-807d-456a-bf32-623280064ca5",
- "state": "AL",
- "zipCode": "string",
- "city": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "type": "Unspecified"
}
], - "emails": [
- {
- "id": "1d46ecfe-5ce4-4b9c-aaba-3543e15d36d1",
- "email": "string",
- "type": "Unspecified"
}
], - "phone": "string",
- "languages": [
- "string"
], - "recredentialedDates": [
- "2019-08-24T14:15:22.0000000Z"
], - "providerType": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "Id": "Asc",
- "FirstName": "Asc",
- "LastName": "Asc",
- "CredentialingStatus": "Desc"
}
}