GET api/Directory/{type}?search={search}&city={city}&state={state}
Retrieves a list of organizations, providers, or both based on the specified search criteria. This operation is accessible via two endpoints, allowing the 'Type' parameter to be provided either as a query string or within the URL path."
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search |
Search Term - Single search term to use in a SQL like statement for any single DB field. |
string |
None. |
| type |
Organization or Provider |
string |
None. |
| city |
City |
string |
None. |
| state |
State Abbreviation |
string |
None. |
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.