notes list
GET {{baseUrl}}/notes
Returns a list of Note
objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | The pagination cursor value. | |
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_deleted_data | boolean | Whether to include data that was deleted in the third-party service. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
page_size | number | Number of results to return per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"id":"urn:uuid:f6fef821-9384-11b9-3b45-af14b9d3b603","remote_id":"19202938","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","content":"Merge is hiring!","contact":"urn:uuid:09f18365-d204-d9aa-ec7c-b93be3ac9f70","account":"fba1fbc6-67c0-4cb2-a176-7896acd2ffd5","opportunity":"754a244e-dd67-4731-a8d3-9bff9dc10465","remote_updated_at":"2022-02-10T00:00:00Z","remote_created_at":"2021-11-10T00:00:00Z"},{"id":"853a361b-750a-905c-e49c-23be704de6d4","remote_id":"19202938","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","content":"Merge is hiring!","contact":"67e98449-a8b2-4033-f134-6b320d7ef13e","account":"fba1fbc6-67c0-4cb2-a176-7896acd2ffd5","opportunity":"754a244e-dd67-4731-a8d3-9bff9dc10465","remote_updated_at":"2022-02-10T00:00:00Z","remote_created_at":"2021-11-10T00:00:00Z"}]}