List of Companies

GET {{baseUrl}}/cas/companies?offset={{offset}}&limit={{limit}}&details={{details}}

Gets a list of all non-deleted companies which the user has access to.

Query Parameters

Form ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500
detailsStringOptionalExample = true

Response Body

Returns a list containing object as defined below

KeyDatatypeMandatoryConstraints
idStringYes
nameStringYes
numberStringNoMust be a valid ACN
incorporationDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
annualReviewDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
businessNumberNumberNoABN / NZBN
registrationStateStringNoMust be one of 'ACT'/'NSW'/'VIC'/'QLD'/'SA'/'WA'/'TAS'/'NT'
jurisdictionStringYesCurrently only 'Australia' is allowed
typeObjectNoSee table below
agentIdNumberNo
registeredbooleanYesfalse companies will show up in company registrations

type object

Note: Within Australia, only certain combinations of companyType, companyClass and companySubClass are valid

KeyDatatypeMandatoryConstraints
companyTypeStringYesMust be one of 'Small Proprietary'/'Large Proprietary'/'Public Company'
companyClassStringYesMust be one of 'Limited by Shares'/'Limited by Guarantee'/'Limited by Shares and Guarantee'/'Unlimited'/'No Liability'
companySubClassStringYesMust be one of 'None'/'Superannuation Trustee Company'/'Non Profit Company'/'Home Unit Company'/'Listed'/'Unlisted'/'Section 150 License'/'Unlisted Non Profit

details object (Optional Paramter)

KeyDatatypeMandatoryConstraints
asicAgentNumberStringNo
annualReviewStatusStringYes
annualReviewStatusDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
labelsString[]NoName of labels associated with the company

Additional keys

KeyDatatypeMandatoryConstraints
offsetNumberYes
limitNumberYes
totalNumberYes

Request Params

KeyDatatypeRequiredDescription
offsetstring
limitstringThe maximum range is 500.
detailsstringenabling this option will display Annual Review Date, Annual Review Status, Annual Review Status Date, ASIC agent number and labels for all the companies.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"companies":[{"agentId":9,"annualReviewDate":"2018-10-03","businessNumber":null,"details":{"annualReviewStatus":"PROCESSED","annualReviewStatusDate":null,"asicAgentNumber":null,"labels":[]},"id":"1f2ccd6c-7c24-42ca-8cf2-496d7b112cea","incorporationDate":"2017-10-02","jurisdiction":"Australia","name":"Jasmine's Sour Ale Proprietary Limited","number":"000000113","registrationState":"VIC","registered":true,"type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}},{"agentId":9,"annualReviewDate":"2018-10-04","businessNumber":null,"details":{"annualReviewStatus":"PROCESSED","annualReviewStatusDate":null,"asicAgentNumber":null,"labels":[]},"id":"26568029-fb4c-4ade-ad5b-ce6508c0329f","incorporationDate":"2017-10-04","jurisdiction":"Australia","name":"Menoetius - Hestia Group Pty. Limited.","number":"000000019","registrationState":"ACT","registered":true,"type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}}],"limit":500,"offset":0,"total":2}