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 DoctorListModelName | 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": "3b5739f6-33db-49e3-9a41-f67c8334eb9e", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "a677ba78-5d30-4068-9438-ac3722548fa3", "Speciality": [ { "Id": "6dc47845-6007-45ae-8fe8-2707e0d56cb8", "Name": "sample string 2" }, { "Id": "6dc47845-6007-45ae-8fe8-2707e0d56cb8", "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": "828043b9-6637-4607-a17b-272a15a65d2e", "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": "d20fa133-0d63-47eb-b596-1cf92e0876f5", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "c7b66455-4b10-4dd2-a86d-57d1eb343986", "ServiceId": "19e2d2ad-ac67-4a09-8341-2cd25e663065", "EncounterTypeId": "9912a2f1-7285-4381-8c5d-09897c7347de", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "c7b66455-4b10-4dd2-a86d-57d1eb343986", "ServiceId": "19e2d2ad-ac67-4a09-8341-2cd25e663065", "EncounterTypeId": "9912a2f1-7285-4381-8c5d-09897c7347de", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] }, { "AccountId": "3b5739f6-33db-49e3-9a41-f67c8334eb9e", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "a677ba78-5d30-4068-9438-ac3722548fa3", "Speciality": [ { "Id": "6dc47845-6007-45ae-8fe8-2707e0d56cb8", "Name": "sample string 2" }, { "Id": "6dc47845-6007-45ae-8fe8-2707e0d56cb8", "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": "828043b9-6637-4607-a17b-272a15a65d2e", "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": "d20fa133-0d63-47eb-b596-1cf92e0876f5", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "c7b66455-4b10-4dd2-a86d-57d1eb343986", "ServiceId": "19e2d2ad-ac67-4a09-8341-2cd25e663065", "EncounterTypeId": "9912a2f1-7285-4381-8c5d-09897c7347de", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "c7b66455-4b10-4dd2-a86d-57d1eb343986", "ServiceId": "19e2d2ad-ac67-4a09-8341-2cd25e663065", "EncounterTypeId": "9912a2f1-7285-4381-8c5d-09897c7347de", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] } ]