sepahr
  1. SpecialitiesTags
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
      • Update speciality alongside academic degree of a provider
      • Store list of specialities alongside academic degree for a provider
      • Get list of provider's specialities
    • SpecialitiesTags
      • tags of spciality
        GET
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. SpecialitiesTags

tags of spciality

GET
/v1/specialities-tags
SpecialitiesTags
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/specialities-tags'
Response Response Example
{
    "specialities_tags": [
        {
            "tag": {
                "id": 4,
                "title": "خون، سرطان و انکولوژی'"
            }
        }
    ]
}

Request

Query Params
speciality_id
object 
optional

Responses

🟢200Get tags of spciality
application/json
Body
specialities_tags
array[object (specialities_tags) {1}] 
optional
tag
object (tag) 
optional
Modified at 2024-06-23 07:51:49
Previous
Get list of provider's specialities
Next
anonymous call
Built with