Audit Log Order List
Provides a read-only API endpoint for viewing the order audit history.
Intended for admin use only.
GET /audit-log-order/?format=api
{ "count": 298, "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/audit-log-order/?format=api&page=2", "previous": null, "results": [ { "audit_log_order_id": 282, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T09:45:26.572538Z", "order_info": 163 }, { "audit_log_order_id": 284, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T10:02:41.974152Z", "order_info": 165 }, { "audit_log_order_id": 285, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T10:03:19.560693Z", "order_info": 166 }, { "audit_log_order_id": 286, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T10:04:36.622651Z", "order_info": 167 }, { "audit_log_order_id": 647, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-03-20T11:31:28.985041Z", "order_info": 449 }, { "audit_log_order_id": 288, "from_status": "CART", "to_status": "AWAITING_PAYMENT", "notes": "Redirecting user to 2Checkout Hosted Page.", "timestamp": "2025-12-03T10:05:30.717156Z", "order_info": 163 }, { "audit_log_order_id": 289, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T10:15:15.746807Z", "order_info": 168 }, { "audit_log_order_id": 290, "from_status": "CART", "to_status": "AWAITING_PAYMENT", "notes": "Redirecting user to 2Checkout Hosted Page.", "timestamp": "2025-12-03T10:15:37.558925Z", "order_info": 168 }, { "audit_log_order_id": 291, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2025-12-03T10:28:27.946140Z", "order_info": 169 }, { "audit_log_order_id": 292, "from_status": "CART", "to_status": "AWAITING_PAYMENT", "notes": "Redirecting user to 2Checkout Hosted Page.", "timestamp": "2025-12-03T10:28:49.243326Z", "order_info": 169 } ] }