Returns a page of provider licenses.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "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
}, - "license": {
- "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
- "number": "string",
- "state": "AL",
- "isPrimary": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "isCurrentlyPracticing": true,
- "status": "string",
- "expiryDate": "2019-08-24T14:15:22.0000000Z",
- "verificationStatus": "Verified",
- "licenseTypeId": "acac9426-ab93-4f79-a277-f4ccd1b60206",
- "licenseTypeName": "string",
- "approvedStatus": "Pending"
}
}
], - "sortedBy": "ProviderFirstName",
- "sortDirection": "Asc",
- "sort": {
- "ProviderFirstName": "Asc",
- "ProviderLastName": "Desc"
}
}