API Documentation

NotesList Record’s Activities

Method: /notes/[record_id].[format]
Syntax:
https://[subdomain].salesbinder.com/api/2.0/notes/[record_id].json
HTTP Request Type: GET
Sample Returned JSON Data
{
    "count": "8",
    "page": "1",
    "pages": "1",
    "notes": [
        [
            {
                "id": 2976,
                "note": "Added 1 unit to invoice #714 (variation: 126429).",
                "pinned": false,
                "event": true,
                "record_id": "57609fd0-cfc4-4af4-904c-0adb6882ca98",
                "context_id": 6,
                "created": "2016-08-08T21:46:21+00:00",
                "user": {
                    "id": "4d76bc2e-74a0-4d5a-ae47-7439b86a92d9",
                    "first_name": "Dean",
                    "last_name": "Johnson"
                }
            },
            {
                "id": 2974,
                "note": "Manually adjusted Vancouver Warehouse quantity from 10 to 12 (id: 126429).",
                "pinned": false,
                "event": true,
                "record_id": "57609fd0-cfc4-4af4-904c-0adb6882ca98",
                "context_id": 6,
                "created": "2016-08-08T18:48:14+00:00",
                "user": {
                    "id": "4d76bc2e-74a0-4d5a-ae47-7439b86a92d9",
                    "first_name": "Dean",
                    "last_name": "Johnson"
                }
            },
            {
                "id": 2836,
                "note": "Changed unit selling price from 500.00 to 540.00.",
                "pinned": false,
                "event": true,
                "record_id": "57609fd0-cfc4-4af4-904c-0adb6882ca98",
                "context_id": 6,
                "created": "2016-06-15T04:13:10+00:00",
                "user": {
                    "id": "4d76bc2e-74a0-4d5a-ae47-7439b86a92d9",
                    "first_name": "Dean",
                    "last_name": "Johnson"
                }
            }
        ]
    ]
}
Sample Returned XML Data
<response>
    <note>
        <id>2976</id>
        <note>Added 1 unit to invoice #714 (variation: 126429).</note>
        <pinned>0</pinned>
        <event>1</event>
        <record_id>57609fd0-cfc4-4af4-904c-0adb6882ca98</record_id>
        <context_id>6</context_id>
        <created>8/8/16, 9:46 PM</created>
        <user>
            <id>4d76bc2e-74a0-4d5a-ae47-7439b86a92d9</id>
            <first_name>Dean</first_name>
            <last_name>Johnson</last_name>
        </user>
    </note>
    <note>
        <id>2972</id>
        <note>Manually adjusted quantity from 0 to 18.</note>
        <pinned>0</pinned>
        <event>1</event>
        <record_id>57609fd0-cfc4-4af4-904c-0adb6882ca98</record_id>
        <context_id>6</context_id>
        <created>8/8/16, 6:40 PM</created>
        <user>
            <id>4d76bc2e-74a0-4d5a-ae47-7439b86a92d9</id>
            <first_name>Dean</first_name>
            <last_name>Johnson</last_name>
        </user>
    </note>
    <note>
        <id>2836</id>
        <note>Changed unit selling price from 500.00 to 540.00.</note>
        <pinned>0</pinned>
        <event>1</event>
        <record_id>57609fd0-cfc4-4af4-904c-0adb6882ca98</record_id>
        <context_id>6</context_id>
        <created>6/15/16, 4:13 AM</created>
        <user>
            <id>4d76bc2e-74a0-4d5a-ae47-7439b86a92d9</id>
            <first_name>Dean</first_name>
            <last_name>Johnson</last_name>
        </user>
    </note>
</response>

Updated on February 2nd, 2017

Network Status:
100% Global Availability