List terminal operation results
List terminal operations. Supports filtering by terminal_id and operation_id.
scopes:
- admin:checkout
- read:checkout:/admin/terminals
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Query Parameters
Filter operations by terminal identifier.
Filter by operation identifier.
Response
Terminal operations
Unique identifier for the terminal operation.
Identifier of the terminal the operation was sent to.
end_of_day, send_logs, check_update, open_menu Status of the terminal operation.
PENDING: Operation has been dispatched to the terminal and is awaiting a response.COMPLETED: Terminal has responded and the operation finished successfully.FAILED: Terminal responded but reported a failure.TIMEOUT: No response was received from the terminal within the timeout window. A new operation can be dispatched.
PENDING, COMPLETED, FAILED, TIMEOUT When the operation was created.
Identity of the user or system that created the operation.
When the operation was last updated.
Identity of the user or system that last updated the operation.
Account identifier the operation belongs to.