notes retrieve
GET {{baseUrl}}/notes/:id
Returns a Note
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"b3d2ebc5-8dc3-bcfa-93fd-2df2c40c64f8","remote_id":"19202938","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","content":"Merge is hiring!","contact":"urn:uuid:782e218a-db85-3e15-19c9-bbbf1e0580f7","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"}