GET api/Doctor/GetDoctorsList?accountId={accountId}&name={name}
GetDoctorList Params AccountId (Optional) GUID, Name (Optional) string Maxlength(300) Exposed to Mobile App And Patient Portal
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId |
accountid |
globally unique identifier |
Required |
| name |
name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
DoctorListModel
Collection of DoctorListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| Prefix | string |
None. |
|
| Suffix | string |
None. |
|
| DoctorName | string |
None. |
|
| DoctorId | globally unique identifier |
None. |
|
| Speciality | Collection of DoctorSpeciality |
None. |
|
| Photo | string |
None. |
|
| Gender | string |
None. |
|
| AccountName | string |
None. |
|
| Location | string |
None. |
|
| Location1 | string |
None. |
|
| Age | string |
None. |
|
| IsPreferred | boolean |
None. |
|
| ServiceId | globally unique identifier |
None. |
|
| Price | decimal number |
None. |
|
| SpecialityName | string |
None. |
|
| ExperienceMonth | integer |
None. |
|
| ExperienceYear | integer |
None. |
|
| MinPrice | decimal number |
None. |
|
| InPerson | decimal number |
None. |
|
| TeleConsultation | decimal number |
None. |
|
| Flag | boolean |
None. |
|
| IsAllowBooking | boolean |
None. |
|
| EncounterTypeId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| DoctorServiceDetails | Collection of DoctorServiceDetail |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "5bc3a653-970e-4c1c-b04a-53ed352847c0",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "fe8d92b6-f5ac-41f4-b7f2-e5b72d1d3554",
"Speciality": [
{
"Id": "b54b7d6c-21f9-4972-8631-ca9b6cfc3757",
"Name": "sample string 2"
},
{
"Id": "b54b7d6c-21f9-4972-8631-ca9b6cfc3757",
"Name": "sample string 2"
}
],
"Photo": "sample string 6",
"Gender": "sample string 7",
"AccountName": "sample string 8",
"Location": "sample string 9",
"Location1": "sample string 10",
"Age": "sample string 11",
"IsPreferred": true,
"ServiceId": "4d91ab92-db81-4b8c-a6c6-b29469f95a06",
"Price": 14.0,
"SpecialityName": "sample string 15",
"ExperienceMonth": 1,
"ExperienceYear": 1,
"MinPrice": 1.0,
"InPerson": 1.0,
"TeleConsultation": 1.0,
"Flag": true,
"IsAllowBooking": true,
"EncounterTypeId": "f0880a96-8e42-4992-98ec-00d4a61aa593",
"Description": "sample string 16",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "2a57cf97-1f6e-4aa1-a96d-d8519ef46475",
"ServiceId": "4d60ec82-858c-4e20-8a25-33853519edeb",
"EncounterTypeId": "792eecdb-ec8a-4d9c-a7fb-0758205c5e2c",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "2a57cf97-1f6e-4aa1-a96d-d8519ef46475",
"ServiceId": "4d60ec82-858c-4e20-8a25-33853519edeb",
"EncounterTypeId": "792eecdb-ec8a-4d9c-a7fb-0758205c5e2c",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
},
{
"AccountId": "5bc3a653-970e-4c1c-b04a-53ed352847c0",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "fe8d92b6-f5ac-41f4-b7f2-e5b72d1d3554",
"Speciality": [
{
"Id": "b54b7d6c-21f9-4972-8631-ca9b6cfc3757",
"Name": "sample string 2"
},
{
"Id": "b54b7d6c-21f9-4972-8631-ca9b6cfc3757",
"Name": "sample string 2"
}
],
"Photo": "sample string 6",
"Gender": "sample string 7",
"AccountName": "sample string 8",
"Location": "sample string 9",
"Location1": "sample string 10",
"Age": "sample string 11",
"IsPreferred": true,
"ServiceId": "4d91ab92-db81-4b8c-a6c6-b29469f95a06",
"Price": 14.0,
"SpecialityName": "sample string 15",
"ExperienceMonth": 1,
"ExperienceYear": 1,
"MinPrice": 1.0,
"InPerson": 1.0,
"TeleConsultation": 1.0,
"Flag": true,
"IsAllowBooking": true,
"EncounterTypeId": "f0880a96-8e42-4992-98ec-00d4a61aa593",
"Description": "sample string 16",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "2a57cf97-1f6e-4aa1-a96d-d8519ef46475",
"ServiceId": "4d60ec82-858c-4e20-8a25-33853519edeb",
"EncounterTypeId": "792eecdb-ec8a-4d9c-a7fb-0758205c5e2c",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "2a57cf97-1f6e-4aa1-a96d-d8519ef46475",
"ServiceId": "4d60ec82-858c-4e20-8a25-33853519edeb",
"EncounterTypeId": "792eecdb-ec8a-4d9c-a7fb-0758205c5e2c",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
}
]