Below is a list of attributes available for filtering notes.
type
string
Valid values are internal and report.
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>'Was this helpful?

