v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Notes

Get a list of notes

Get a list of notes.

get/notes

Query parameters

page[limit]string

Limit the number of results returned, for pagination.

page[page]string

Request a specific page of results, for pagination. Used in conjunction with the page[limit] parameter. Indexing is 0-based.

Response

Note

htmlUrlstring

The link to the entity within the app.

htmlUrlPathstring

The path to the entity within the app.

idstring

The API ID of this entity, formatted {integer}-{entityType}

createdTimestring
deletedTimestring
hrefstring
bodystring
bodyHtmlstring
bodyMarkupstring
isEditableboolean
parentTypestring

Example response

{
  "htmlUrl": "https://app.nutshell.com/lead/1006",
  "htmlUrlPath": "/lead/1006",
  "id": "3-contacts"
}