sepahr
  1. Providers
sepahr
  • profile
    • Providers
      • Increment provider page view count
        PATCH
      • getProviderNotifyCell
        GET
      • Update provider fields
        PATCH
      • Store a provider
        POST
      • get providers information
        GET
    • 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
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Providers

get providers information

GET
/v1/providers
Providers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/providers?user_id=15525588'
Response Response Example
{
    "providers": [
        {
            "user_id": 0,
            "id": 1234,
            "biography": "This is a example test biography",
            "employee_id": 1234567890,
            "prefix": "دکتر",
            "slug": "دکتر",
            "page_view": 15,
            "created_at": "2016-03-08T09:04:22+00:00",
            "field_start_date": "2016-03-08",
            "job_title": "doctor"
        }
    ]
}

Request

Query Params
user_id
object 
optional
Uniqe identifier of any users
Example:
15525588

Responses

🟢200Normal response to fetch a provider
application/json
Body
providers
array[object (provider) {10}] 
optional
user_id
integer 
optional
id
integer 
provider id
optional
Example:
1234
biography
string  | null 
provider biography
optional
Example:
This is a example test biography
employee_id
string 
optional
uniqe identifer of any provider related to his/her job (ex: for doctors is medical code)
Example:
1234567890
prefix
string 
optional
prefix of provider according to his/her job (ex: for doctors is دکتر)
Example:
دکتر
slug
string 
optional
Provider slug profile (ex: دکتر-محمدی is accessible from this url https://paziresh24.com/dr/دکتر-محمدی)
Example:
دکتر
page_view
integer 
page view
optional
Example:
15
created_at
string <date-time>
provider registeration date and time
optional
Example:
2016-03-08T09:04:22+00:00
field_start_date
string <date> | null 
provider field start date ,for example: for a doctor it can be graduation date
optional
Example:
2016-03-08
job_title
enum<string> 
optional
job title of provider
Allowed value:
doctor
Example:
doctor
Modified at 2024-06-23 11:29:41
Previous
Store a provider
Next
get image
Built with