API Reference

Monitors and categorizes error events encountered during order processing.

Error Rates API

The Error Rates API provides detailed insights into errors encountered during order processing. This includes error resolution times, associated ticket information, and discrepancies between POS and operational subtotals. The API is essential for monitoring operational accuracy, identifying recurring issues, and optimizing error management processes.

Example Response

After a successful call, the API will return a response similar to the below structure.

[
    {
        "month": "2024-11",
        "week": "2024-11-04T00:00:00.000Z",
        "created_at": "2024-11-06T16:56:05.916Z",
        "recon_created_at": "2024-11-06T21:56:05.916Z",
        "order_number": "c9122d22-b386-4be0-8be0-ad9cf4cf5982",
        "location_id": 233138,
        "order_source": "Ordering Source Name",
        "ticket_id": 596078082,
        "order_id": null,
        "pos_subtotal": 11.6,
        "op_subtotal": 14.0,
        "is_resolved": null,
        "closed_at": "2024-11-06T16:56:10.544Z",
        "recon_closed_at": "2024-11-06T21:56:10.544Z",
        "last_activity_type": null,
        "last_activity_at": null,
        "notification_message": null,
        "agent_name": null,
        "assignee_id": null,
        "alt_order_number": "5e5ba332",
        "supports_menu_api": true,
        "error_category": null,
        "external_store_id": null
    }
  ]

Field Descriptions

Field NameDescription
monthMonth associated with the error.
weekWeek associated with the error.
created_atTimestamp when the error record was created.
recon_created_atTimestamp when the error reconciliation was created.
order_numberUnique identifier for the order associated with the error.
location_idIdentifier for the restaurant location where the error occurred.
order_sourceName of the platform or source where the order originated.
ticket_idIdentifier for the associated ticket (if applicable).
order_idUnique identifier for the order (if applicable).
pos_subtotalSubtotal amount from the POS system.
op_subtotalSubtotal amount from the operational system.
is_resolvedIndicates whether the error has been resolved.
closed_atTimestamp when the error was resolved.
recon_closed_atTimestamp when the error reconciliation was completed.
last_activity_typeType of the last activity related to the error (if applicable).
last_activity_atTimestamp of the last activity related to the error.
notification_messageMessage associated with the error notification (if any).
agent_nameName of the agent handling the error resolution.
assignee_idIdentifier of the person assigned to resolve the error.
alt_order_numberAlternative order number, if available.
supports_menu_apiIndicates whether the menu API is supported (true or false).
error_categoryCategory of the error (if applicable).
external_store_idIdentifier for the external store, if applicable.

This API aids in comprehensive error tracking and management, enabling businesses to maintain high operational standards and enhance customer satisfaction.

Language
Click Try It! to start a request and see the response here!