GET api/Facility/GetDoctors?city_name={city_name}&doctor={doctor}&doctorSpeciality={doctorSpeciality}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
city_name

string

Required

doctor

string

Default value is

doctorSpeciality

string

Default value is

Body Parameters

None.

Response Information

Resource Description

JsonResponse
NameDescriptionTypeAdditional information
response

response

None.

result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "response": {
    "responseCode": 1,
    "responseMessage": "sample string 2"
  },
  "result": {}
}

text/html, multipart/form-data

Sample:
{"response":{"responseCode":1,"responseMessage":"sample string 2"},"result":{}}

application/xml, text/xml

Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Humwell_DALL.Json">
  <response>
    <responseCode>1</responseCode>
    <responseMessage>sample string 2</responseMessage>
  </response>
  <result />
</JsonResponse>