crm/notes

Retrieve Notes

Retrieve Notes from any connected Crm software

get/crm/notes/{id}

Path parameters

idstring required

id of the note you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Crm software.

Headers

x-connection-tokenstring required

The connection token

Response

contentstring required

The content of the note

user_idstring

The UUID of the user tied the note

company_idstring

The UUID of the company tied to the note

contact_idstring

The UUID fo the contact tied to the note

deal_idstring

The UUID of the deal tied to the note

field_mappingsobject required
idstring

The UUID of the note

remote_idstring

The id of the note in the context of the Crm 3rd Party

remote_dataobject required
created_atobject required
modified_atobject required

Changes