sepahr
  1. Providers Specialities
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
      • upload image
      • Get doctor master slug
      • insert new user
      • get users informations
      • get user information
      • update user information
      • send otp to verify user new cell
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
        DELETE
      • Update speciality alongside academic degree of a provider
        PATCH
      • Store list of specialities alongside academic degree for a provider
        POST
      • Get list of provider's specialities
        GET
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Providers Specialities

Get list of provider's specialities

GET
/v1/providers-specialities
Providers Specialities
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/providers-specialities'
Response Response Example
{
    "providers_specialities": [
        {
            "speciality": {
                "id": 1234,
                "title": "بهداشت روان"
            },
            "academic_degree": {
                "id": 1234,
                "title": "کارشناسی ارشد"
            },
            "id": 1234,
            "alias": "فوق تخصص حلق و گوش",
            "achieved_at": {}
        }
    ]
}

Request

Query Params
provider_id
object 
optional

Responses

🟢200Get list of provider's specialities
application/json
Body
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
optional
Example:
1234
alias
string  | null 
alias
optional
this refers to an alias title which was chosen by the provider
Example:
فوق تخصص حلق و گوش
achieved_at
string <date> | null 
achieved at
optional
This refers to achivment gregorian date of academic degree for this speciality
Example:
{}
Modified at 2024-06-23 07:51:49
Previous
Store list of specialities alongside academic degree for a provider
Next
tags of spciality
Built with