GET api/Directory/GetFavoritesList?ids[0]={ids[0]}&ids[1]={ids[1]}
Retrieves a list of Providers, Organizations and/or Custom Directory entries based on the specified list of IDs.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | Collection of string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DirectoryRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Organization | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DisplayName | string |
None. |
|
| DirectAddress | string |
None. |
|
| Specialty | string |
None. |
|
| StreetAddress1 | string |
None. |
|
| StreetAddress2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| PostalCode | string |
None. |
|
| Country | string |
None. |
|
| PrimaryTelephone | string |
None. |
|
| Fax | string |
None. |
|
| AlternatePhoneNumbers | Collection of string |
None. |
|
| RecordType | string |
None. |
|
| NPI | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.