notes retrieve

GET {{baseUrl}}/notes/:id

Returns a Note object with the given id.

Request Params

KeyDatatypeRequiredDescription
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

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"}