GET api/Doctor/GetDoctorDetails?doctorid={doctorid}
GetDoctorDetails Params
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| doctorid | globally unique identifier |
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. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
|
| TimeZone | string |
None. |
|
| DoctorServiceDetails | Collection of DoctorServiceDetail |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "dceb9f0b-79be-4079-80ca-32cdd6caa780",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "697bafc4-1a4a-49c0-9a3f-3ee9a52275ad",
"Speciality": [
{
"Id": "df6e4ed0-1c62-46c2-b4fc-460ccc5b6a4c",
"Name": "sample string 2"
},
{
"Id": "df6e4ed0-1c62-46c2-b4fc-460ccc5b6a4c",
"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": "9ff6c265-b3cc-4adf-8f36-4e8dfe915560",
"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": "b903391d-a3ae-432f-8a1a-c246c619e8d6",
"Description": "sample string 16",
"Email": "sample string 17",
"PhoneNo": "sample string 18",
"TimeZone": "sample string 19",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "cc8cd276-6be4-4b3b-83d3-e44370a2965c",
"ServiceId": "b9f83dd6-3f64-4ba4-9ac1-81da75ecffb4",
"EncounterTypeId": "ed6c33c8-afbf-48a3-bb2b-0e0ae504f56d",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "cc8cd276-6be4-4b3b-83d3-e44370a2965c",
"ServiceId": "b9f83dd6-3f64-4ba4-9ac1-81da75ecffb4",
"EncounterTypeId": "ed6c33c8-afbf-48a3-bb2b-0e0ae504f56d",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
},
{
"AccountId": "dceb9f0b-79be-4079-80ca-32cdd6caa780",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "697bafc4-1a4a-49c0-9a3f-3ee9a52275ad",
"Speciality": [
{
"Id": "df6e4ed0-1c62-46c2-b4fc-460ccc5b6a4c",
"Name": "sample string 2"
},
{
"Id": "df6e4ed0-1c62-46c2-b4fc-460ccc5b6a4c",
"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": "9ff6c265-b3cc-4adf-8f36-4e8dfe915560",
"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": "b903391d-a3ae-432f-8a1a-c246c619e8d6",
"Description": "sample string 16",
"Email": "sample string 17",
"PhoneNo": "sample string 18",
"TimeZone": "sample string 19",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "cc8cd276-6be4-4b3b-83d3-e44370a2965c",
"ServiceId": "b9f83dd6-3f64-4ba4-9ac1-81da75ecffb4",
"EncounterTypeId": "ed6c33c8-afbf-48a3-bb2b-0e0ae504f56d",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "cc8cd276-6be4-4b3b-83d3-e44370a2965c",
"ServiceId": "b9f83dd6-3f64-4ba4-9ac1-81da75ecffb4",
"EncounterTypeId": "ed6c33c8-afbf-48a3-bb2b-0e0ae504f56d",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
}
]