GET api/ReferralDirectory/Doctors/type/{providerType}
Get doctors by provider type for the Referral Directory App. Can call individually or by comma separated for multiple e.g. api/doctors/type/1 or api/doctors/type/1,4
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerType |
providerType; 1=Provider, 2=Administration, 3=Default on Call, 4=Provider app only, 5=Provider web only |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DoctorReferralDirectory| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Title | string |
None. |
|
| Phone | string |
None. |
|
| ThumbUrl | string |
None. |
|
| Specialty | string |
None. |
|
| OfficePhone | string |
None. |
|
| MobilePhone | string |
None. |
|
| Pager | string |
None. |
|
| PreferredContact | string |
None. |
|
| AcceptNewPatients | string |
None. |
|
| OnCallProviderCode | string |
None. |
|
| CustomSpecialty | string |
None. |
|
| HoursOther | string |
None. |
|
| ProviderType | integer |
None. |
|
| OnCallDetails | string |
None. |
|
| OnCallEventOther1 | string |
None. |
|
| OnCallSpecialty | string |
None. |
|
| PrimaryLocationLongName | string |
None. |
|
| TICProvider | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"Title": "sample string 5",
"Phone": "sample string 6",
"ThumbUrl": "sample string 7",
"Specialty": "sample string 8",
"OfficePhone": "sample string 9",
"MobilePhone": "sample string 10",
"Pager": "sample string 11",
"PreferredContact": "sample string 12",
"AcceptNewPatients": "sample string 13",
"OnCallProviderCode": "sample string 14",
"CustomSpecialty": "sample string 15",
"HoursOther": "sample string 16",
"ProviderType": 17,
"OnCallDetails": "sample string 18",
"OnCallEventOther1": "sample string 19",
"OnCallSpecialty": "sample string 20",
"PrimaryLocationLongName": "sample string 21",
"TICProvider": true
},
{
"ID": 1,
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"Title": "sample string 5",
"Phone": "sample string 6",
"ThumbUrl": "sample string 7",
"Specialty": "sample string 8",
"OfficePhone": "sample string 9",
"MobilePhone": "sample string 10",
"Pager": "sample string 11",
"PreferredContact": "sample string 12",
"AcceptNewPatients": "sample string 13",
"OnCallProviderCode": "sample string 14",
"CustomSpecialty": "sample string 15",
"HoursOther": "sample string 16",
"ProviderType": 17,
"OnCallDetails": "sample string 18",
"OnCallEventOther1": "sample string 19",
"OnCallSpecialty": "sample string 20",
"PrimaryLocationLongName": "sample string 21",
"TICProvider": true
}
]
application/xml, text/xml
Sample:
<ArrayOfDoctorReferralDirectory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iowaclinic_api.API">
<DoctorReferralDirectory>
<AcceptNewPatients>sample string 13</AcceptNewPatients>
<CustomSpecialty>sample string 15</CustomSpecialty>
<FirstName>sample string 2</FirstName>
<HoursOther>sample string 16</HoursOther>
<ID>1</ID>
<LastName>sample string 4</LastName>
<MiddleName>sample string 3</MiddleName>
<MobilePhone>sample string 10</MobilePhone>
<OfficePhone>sample string 9</OfficePhone>
<OnCallDetails>sample string 18</OnCallDetails>
<OnCallEventOther1>sample string 19</OnCallEventOther1>
<OnCallProviderCode>sample string 14</OnCallProviderCode>
<OnCallSpecialty>sample string 20</OnCallSpecialty>
<Pager>sample string 11</Pager>
<Phone>sample string 6</Phone>
<PreferredContact>sample string 12</PreferredContact>
<PrimaryLocationLongName>sample string 21</PrimaryLocationLongName>
<ProviderType>17</ProviderType>
<Specialty>sample string 8</Specialty>
<TICProvider>true</TICProvider>
<ThumbUrl>sample string 7</ThumbUrl>
<Title>sample string 5</Title>
</DoctorReferralDirectory>
<DoctorReferralDirectory>
<AcceptNewPatients>sample string 13</AcceptNewPatients>
<CustomSpecialty>sample string 15</CustomSpecialty>
<FirstName>sample string 2</FirstName>
<HoursOther>sample string 16</HoursOther>
<ID>1</ID>
<LastName>sample string 4</LastName>
<MiddleName>sample string 3</MiddleName>
<MobilePhone>sample string 10</MobilePhone>
<OfficePhone>sample string 9</OfficePhone>
<OnCallDetails>sample string 18</OnCallDetails>
<OnCallEventOther1>sample string 19</OnCallEventOther1>
<OnCallProviderCode>sample string 14</OnCallProviderCode>
<OnCallSpecialty>sample string 20</OnCallSpecialty>
<Pager>sample string 11</Pager>
<Phone>sample string 6</Phone>
<PreferredContact>sample string 12</PreferredContact>
<PrimaryLocationLongName>sample string 21</PrimaryLocationLongName>
<ProviderType>17</ProviderType>
<Specialty>sample string 8</Specialty>
<TICProvider>true</TICProvider>
<ThumbUrl>sample string 7</ThumbUrl>
<Title>sample string 5</Title>
</DoctorReferralDirectory>
</ArrayOfDoctorReferralDirectory>