get
/notes.json
Lists all the notes, they are returned with the oldest first by default.
The following targets are allowed in filter query parameters:
- createdAt
- subjectId
- subjectType
- updatedAt
The following values are allowed in the sort query parameter:
- createdAt (default)
- updatedAt
Request Parameters
5 Query Parameters
Responses
200 OK
Schema
included
object
Included contains all the side-loaded data of a response. See including related entities.
note
object
Note represents a note in the CRM system. A Note can be related to one of Company, Contact or Deal.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host