ASIC Agent List

GET {{baseUrl}}/cas/agents?offset={{offset}}&limit={{limit}}

Returns a list of all ASIC Agents in the CAS360 account.

Query Parameters

Form ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500

Response Body

KeyDataType
agentIDString
agentNumberString
agentNameString

Request Params

KeyDatatypeRequiredDescription
offsetstringnumber
limitstringnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"agents":[{"agentName":"BGL INCORP COMPANY PTY LTD","agentNumber":"1234","id":1022},{"agentName":"Mark Flynn","agentNumber":"52352","id":1024}],"limit":2,"offset":2,"total":2}