GETNotes
Fetch all notes.
GET /user-api/v1/notes
Headers
Query Parameters
string
Set a limit to the number of records to return (Default:25)
string
Number of records to skip.
string
Sort order:
updated_at:asc, updated_at:desc, created_at:asc, created_at:descstring
Related data to include:
contactsResponse
With Include Parameters
GET /user-api/v1/notes?include=contacts
Response with all includes
GET a Note
Fetch one note.
GET /user-api/v1/notes/:id
Path Parameters
string
Note ID
Query Parameters
string
Related data to include:
contactsEndpoint Example
GET /user-api/v1/notes/note_12345?include=contacts