Providers
Introduction
The Providers API allows you to retrieve and manage provider (physician/clinician) records for your organization. The same provider object structure is used for both retrieving (GET) and creating/updating (POST) providers.
List Providers
Retrieve a paginated list of active providers.
Endpoint
GEThttps://api1.consumerism.pressganey.com/api/v2/entity/providers
Headers
| Property | Type | Description | Required |
|---|---|---|---|
| accessToken | String | Your API access token | Yes |
Query Parameters
| Property | Type | Description | Default |
|---|---|---|---|
| page | Integer | Page number (starts at 1) | 1 |
| size | Integer | Number of results per page (max 100) | 10 |
| sortBy | String | Field to sort by | id |
| sortDirection | String | Sort order: ASC or DESC | DESC |