List of Companies by Label ID

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

Returns a list of all companies which the user has access to and are assigned to the label in the query.

Query Parameters

Form ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500

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
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

Request Params

KeyDatatypeRequiredDescription
offsetstringnumber
limitstringnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring