Get Latest Order
Returns the most recently created order.
Overview
- Method: GET
- Path:
/clinician/patient/get-latest-order - Tags: clinician
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"order": "string",
"display_id": 123,
"status": "string",
"total": 123,
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/clinician/patient/get-latest-order \
-H "Content-Type: application/json" \