List Order Reservations
GET
/reservationsThis endpint allows you to retrieve all the current order reservations.
Request
Reservation Start Date
Reservation End Date
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A unique alphanumeric code assigned to a specific reservation or booking. List of order reservations can be found here.
A descriptive label or name given to a specific reservation.
The type of reservation.
Reservation start date
Reservation end date
Reservation item weight.
Reservation URL
Reservation create at timestamp.
{
"status": 200,
"success": true,
"data": [
{
"id": 1473353380,
"title": "تعليم القيادة (2)",
"type": "day",
"start": "2024-02-16T00:00:00",
"end": "2024-02-16T:23:59:59",
"seats_count": 2,
"url": "https://dashboard.test/orders/order/yRdxQ9m28rEbamllyGd1Xz5KoDJZgkAP",
"created_at": "2024-02-13 13:48:33"
},
{
"id": 566146469,
"title": "تعليم القيادة (1)",
"type": "time",
"start": "2024-02-19T10:00:00",
"end": "2024-02-19T10:30:00",
"seats_count": 1,
"url": "https://dashboard.test/orders/order/LR98Gn45mxgPMnQQ930WwkpdzKNbQjJv",
"created_at": "2024-02-15 11:58:36"
}
]
}