For the complete documentation index, see llms.txt. This page is also available as Markdown.

Filtering notes

Below is a list of attributes available for filtering notes.

Attribute
Type

type

string

Valid values are internal and report.

Example - Get all notes for one type

In the example below, we will request to get all notes that are of type report.

curl -X GET https://api.complycube.com/v1/notes?clientId={:clientId}&type=report \
     -H 'Authorization: <YOUR_API_KEY>'