This endpoint uses the Company Note object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the company
Query Parameters
Number of notes to retrieve. Default: 100. Maximum: 100
Page number to retrieve
The field by which to sort. Currently, only 'createdAt' is supported.
Available options:
createdAt The sort direction. Use 'desc' for descending order; any other value (or omission) will sort in ascending order.
Available options:
asc, desc