API Documentation
NotesList Today’s Activities
Method: /notes.[format]
Syntax:
https://[subdomain].salesbinder.com/api/2.0/notes.jsonSample Returned JSON Data
{
"count": "2",
"page": "1",
"pages": "1",
"notes": [
[
{
"id": "5892533f-087c-42ff-a788-36bf0ad1a5a6",
"note": "Manually adjusted Van WH quantity from 0 to 8 (id: 1045287).",
"pinned": false,
"event": true,
"record_id": "583c8782-8648-4136-994b-48ff0ad165da",
"context_id": 6,
"created": "2017-02-01T21:29:35+0000",
"user": {
"id": "4d616938-9940-43f3-a569-29bcb86a92d9",
"first_name": "John",
"last_name": "Smith"
}
},
{
"id": "58925287-56c4-4f36-bed7-36c00ad1a5a6",
"note": "Test note for this customer!",
"pinned": false,
"event": false,
"record_id": "56663c2b-c010-4faa-8b26-49f50ad1a5a6",
"context_id": 2,
"created": "2017-02-01T21:26:31+0000",
"user": {
"id": "4d616938-9940-43f3-a889-29bcb86a92d9",
"first_name": "Sally",
"last_name": "Smith"
}
}
]
]
}Sample Returned XML Data
<response>
<note>
<id>5892533f-087c-42ff-a788-36bf0ad1a5a6</id>
<note>Manually adjusted Van WH quantity from 0 to 8 (id: 1045287).</note>
<pinned>0</pinned>
<event>1</event>
<record_id>583c8782-8648-4136-994b-48ff0ad165da</record_id>
<context_id>6</context_id>
<created>2/1/17, 9:29 PM</created>
<user>
<id>4d616938-9940-43f3-a569-29bcb86a92d9</id>
<first_name>SalesBinder</first_name>
<last_name>Support</last_name>
</user>
</note>
<note>
<id>58925287-56c4-4f36-bed7-36c00ad1a5a6</id>
<note>Test note for this customer!</note>
<pinned>0</pinned>
<event>0</event>
<record_id>56663c2b-c010-4faa-8b26-49f50ad1a5a6</record_id>
<context_id>2</context_id>
<created>2/1/17, 9:26 PM</created>
<user>
<id>4d616938-9940-43f3-a569-29bcb86a92d9</id>
<first_name>SalesBinder</first_name>
<last_name>Support</last_name>
</user>
</note>
</response>Updated on February 8th, 2022