Retrieves a paginated list of restaurant orders. Orders can be filtered by date range.
Restaurant API Key. Can be obtained from Tools > API Access in the xMenu dashboard.
Restaurant unique identifier (not required with X-Client-Id authentication)
Page number to retrieve
x >= 1Number of results per page (default: 100, maximum: 100)
1 <= x <= 100Orders from specified date (format: YYYY-MM-dd)
Orders until specified date (format: YYYY-MM-dd)
Orders list retrieved successfully
Operation result: true if successful, false if failed
Error code if the operation failed.
See Error codes for general error codes that may also occur.
Human-readable error description if the operation failed
Current page number (1-n)
Maximum number of elements per page
Total count of results
false = last page; true = more results exist
Array of order objects