GETNotes
Fetch all notes.
GET /user-api/v1/notes
Headers
| Header | Value |
|---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
Query Parameters
Set a limit to the number of records to return (Default:25)
Number of records to skip.
Sort order:
updated_at:asc, updated_at:desc, created_at:asc, created_at:descRelated 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
Note ID
Query Parameters
Related data to include:
contactsEndpoint Example
GET /user-api/v1/notes/note_12345?include=contacts