Skip to content

Order Management System REST API - Account Controller

The account/byid/<owner> URL manipulates Trading Account metadata across an Owner.

GET /account/byid/<owner>

Retrieves the metadata for Trading Accounts with the given Owner.

ParameterDescription
ownerA URL-encoded Owner Code.
ParameterExpectedDescription
asAtOptionalAn ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results.
CodeStatusDescription
200SuccessThe Owner exists.
Content is an array of AccountDetails objects.
404FailureOwner does not exist, or the authenticated user does not have permission to see this Owner.