List Company Business Activities
GET {{baseUrl}}/cas/companies/:companyId/activities
This resource returns a list of company business activities.
Response Body
Legend:
✓ Field used in that jurisdiction
[blank] Field not used in that jurisdiction
Field | Data Type | Australia & NZ | Singapore | Comment |
---|---|---|---|---|
activity | String | MANDATORY | MANDATORY | Name of the activity |
activityCode | String | MANDATORY | MANDATORY | Code of the activity |
activityDate | String | MANDATORY | MANDATORY | yyyy-mm-dd |
activityType | String | ✓ | MANDATORY | |
ceasedDate | String | ✓ | ✓ | yyyy-mm-dd |
otherDescription | String | ✓ | ✓ |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
[{"activity":"Fundraising","activityCode":"123","activityDate":"2023-02-22","activityType":null,"ceasedDate":null,"id":485552,"otherDescription":null}]