Get doctor master slug
GET
/V1/doctor/slugRetrieve information for a specific doctor by their ID and server ID.
Request
Query Params
doctor_id
required
The ID of the doctor to retrieve.
server_id
required
The server ID associated with the doctor.
Request samples
Responses
Successful response with the doctor's slug.(200)
Successful response with the doctor's slug.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
optional
Example:
SUCCESS
message
string
optional
Example:
درخواست شما با موفقیت پردازش شد
data
object
optional
slug
string
optional
Example:
دکتر-مریم-برومند-3
Example
{
"status": "SUCCESS",
"message": "درخواست شما با موفقیت پردازش شد",
"data": {
"slug": "دکتر-مریم-برومند-3"
}
}
Last modified: 7 months ago