The identifier of the tracking event, typically the unique identifier of the completed order base that is being monitored
Vista Digital Platform (V1)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.vista.co/_mock/openapi/digital-platform/openapi
Request
This endpoint would be used by the Kiosk via short-polling to see if the order confirmation QR code has been scanned yet, so it knows when to auto-dismiss the prompt for the patron to scan the QR code.
Once the tracking event expiry (of 10 minutes) elapses this endpoint will no longer retain a record of this event and will continue returning Microsoft.AspNetCore.Http.StatusCodes.Status202Accepted again, as if the event was not set.
- Vista.Ocapi
- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/tracking-events/completed-order-link-opened/{trackingId}
- cURL
- JavaScript
- Node.js
curl -i -X GET \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/tracking-events/completed-order-link-opened/{trackingId}' \
-H 'Connect-Region-Code: string'- Mock serverhttps://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/tracking-events/completed-order-link-opened/{trackingId}
- cURL
- JavaScript
- Node.js
curl -i -X PUT \
'https://developer.vista.co/_mock/openapi/digital-platform/openapi/ocapi/v1/tracking-events/completed-order-link-opened/{trackingId}' \
-H 'Connect-Region-Code: string'