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 Parameter | type | Mandatory | Description |
---|
offset | number | Required | Example = 0 |
limit | number | Required | Example = 500 |
Response Body
Key | DataType |
---|
agentID | String |
agentNumber | String |
agentName | String |
Request Params
Key | Datatype | Required | Description |
---|
offset | string | | number |
limit | string | | number |
Key | Datatype | Required | Description |
---|
Authorization | string | | |
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}