GET api/Default/GetDoctors/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DoctorsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DSerial | string |
None. |
|
| DName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"DSerial": "sample string 1",
"DName": "sample string 2"
},
{
"$ref": "1"
}
]