OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

View an account's order history

Request

To view an account's order history, send a GET request to:

http://<host>:<port>/orders/operator/v1/account/{accountId}/history

Mandatory fields (in URL)

  • accountId – the ID of the account

Response

A successful request returns an HTTP 200 status. The body of the response contains all the orders made by the account.

A bad request returns an HTTP 400 status.

A request to view the order history of an account that does not exist returns an HTTP 404 status.

See also

For full details of this API, see Orders API documentation.