Books
Developing
GET
https://apigw.paziresh24.com/booking/books
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://apigw.paziresh24.com/booking/books?nezam_code&patient={% faker datatype.number %}&doctor={% faker address.buildingNumber %}&date&status'
Response Response Example
[
{
"id": "8e70deca-f9f2-44fd-9640-4dbc935bcf92",
"reference_id": "3121206677",
"time": "2061-08-05T01:41:47.528Z",
"doctor": "آنیتا محجوب",
"medical_code": "12345",
"patient": "کاوه علی عسگری",
"patient_national_code": "1234567890",
"center": "مطب دکتر محجوب",
"cost": 52,
"status": "InProgress"
},
{
"id": "8f35d436-8bc9-4efa-9eab-8e2d327e6ccd",
"reference_id": "4175314429",
"time": "2069-11-22T10:16:03.077Z",
"doctor": "هستی لوکس",
"medical_code": "12345",
"patient": "آقای نیلوفر فرشیدورد",
"patient_national_code": "1234567890",
"center": "بیمارستان سیدالشهدا",
"cost": 979,
"status": "InProgress"
},
{
"id": "8aa60705-1d07-4dc2-b33a-7f177f3ce1fc",
"reference_id": "3405346777",
"time": "2008-05-14T19:50:42.459Z",
"doctor": "شیدا کاملی",
"medical_code": "12345",
"patient": "امیرسینا کاشی",
"patient_national_code": "1234567890",
"center": "بیمارستان امام",
"cost": 574,
"status": "completed"
}
]
Request
Query Params
nezam_code
string
optional
patient
integer
optional
Example:
{% faker datatype.number %}
doctor
integer
optional
Example:
{% faker address.buildingNumber %}
date
string
optional
status
string
optional
Responses
Modified at 2024-08-15 07:27:14