Get list of provider's specialities
GET
/v1/providers-specialitiesRequest
Query Params
provider_id
object
optional
Request samples
Responses
Get list of provider's specialities(200)
Get list of provider's specialities
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
providers_specialities
array[object (provider_speciality) {5}]
optional
speciality
object (speciality)
optional
Specialities which are supported and providers can choose from them, for example: بهداشت روان، بیوشیمی بالینی
academic_degree
object (academic_degree)
optional
Academic degree which are supported and providers can choose from them, for example: کارشناس، متخصص
id
integer
provider speciality id
Example:
1234
alias
string | null
alias
this refers to an alias title which was chosen by the provider
Example:
فوق تخصص حلق و گوش
achieved_at
string <date> | null
achieved at
This refers to achivment gregorian date of academic degree for this speciality
Example:
{}
Example
{
"providers_specialities": [
{
"speciality": {
"id": 1234,
"title": "بهداشت روان"
},
"academic_degree": {
"id": 1234,
"title": "کارشناسی ارشد"
},
"id": 1234,
"alias": "فوق تخصص حلق و گوش",
"achieved_at": {}
}
]
}
Last modified: 7 months ago