| ⚠️ This endpoint is currently in BETA |
|---|
Returns all notes, with the exception of replies.
You can filter notes using the filter query parameter. The filter parameter is a string that you can specify conditions based on the following properties.
| Property Name | Description | Type | Allowed Operators | Examples |
|---|---|---|---|---|
id | Filter notes by id | int32 | = | id=1 |
creator.id | Filter notes by the creator of the note | int32 | = | creator.id=1 |
createdAt | Filter notes by when it was created | datetime | >, <, >=, <= | createdAt<2025-02-04T10:48:24Z |
updatedAt | Filter notes by when it was updated | datetime | >, <, >=, <= | updatedAt>=2025-02-03T10:48:24Z |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Include total count of the collection in the pagination response
Cursor for the next or previous page
Number of items to include in the page
0 <= x <= 100Filter options
Additional properties to include in the response
companiesPreview, personsPreview, opportunitiesPreview, repliesCount OK
NotesPaged model
A page of Note objects
100A Note object attached to an entity (Person, Company, Opportunity)
{
"prevUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgYmVmb3JlOjo6Nw",
"nextUrl": "https://api.affinity.co/v2/foo?cursor=ICAgICAgIGFmdGVyOjo6NA"
}