GET Get Company Notes​
Retrieve a paginated list of notes for a company. Notes are ordered by ID descending (newest first). Each note includes the added_by field showing who created it. Also returns note sync fields configuration.
Required capability: fcrm_manage_contact_cats
Enforced by CompanyPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
The company ID.
Query Parameters
Search notes by title (LIKE match).
Number of notes per page.
15Page number for pagination.
1Id of a note that must appear in the response even when it falls outside the current page. When it is not already on the page it is returned separately as included_note, scoped to this company.
Responses​
Paginated list of company notes.