Order Management System REST API - Account Controller
The account/byid/<owner> URL manipulates Trading Account metadata across an Owner.
Retrieve Trading Accounts by Owner
Section titled “Retrieve Trading Accounts by Owner”GET /account/byid/<owner>
Retrieves the metadata for Trading Accounts with the given Owner.
URL Parameters
Section titled “URL Parameters”| Parameter | Description |
|---|---|
| owner | A URL-encoded Owner Code. |
Query Parameters
Section titled “Query Parameters”| Parameter | Expected | Description |
|---|---|---|
| asAt | Optional | An ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results. |
Response
Section titled “Response”| Code | Status | Description |
|---|---|---|
| 200 | Success | The Owner exists. Content is an array of AccountDetails objects. |
| 404 | Failure | Owner does not exist, or the authenticated user does not have permission to see this Owner. |