API Documentation

    NotesList Today’s Activities

    Method: /notes.[format]
    Syntax:
    https://[subdomain].salesbinder.com/api/2.0/notes.json
    HTTP Request Type: GET
    Sample Returned JSON Data
    1{
    2    "count": "2",
    3    "page": "1",
    4    "pages": "1",
    5    "notes": [
    6        [
    7            {
    8                "id": "5892533f-087c-42ff-a788-36bf0ad1a5a6",
    9                "note": "Manually adjusted Van WH quantity from 0 to 8 (id: 1045287).",
    10                "pinned": false,
    11                "event": true,
    12                "record_id": "583c8782-8648-4136-994b-48ff0ad165da",
    13                "context_id": 6,
    14                "created": "2017-02-01T21:29:35+0000",
    15                "user": {
    16                    "id": "4d616938-9940-43f3-a569-29bcb86a92d9",
    17                    "first_name": "John",
    18                    "last_name": "Smith"
    19                }
    20            },
    21            {
    22                "id": "58925287-56c4-4f36-bed7-36c00ad1a5a6",
    23                "note": "Test note for this customer!",
    24                "pinned": false,
    25                "event": false,
    26                "record_id": "56663c2b-c010-4faa-8b26-49f50ad1a5a6",
    27                "context_id": 2,
    28                "created": "2017-02-01T21:26:31+0000",
    29                "user": {
    30                    "id": "4d616938-9940-43f3-a889-29bcb86a92d9",
    31                    "first_name": "Sally",
    32                    "last_name": "Smith"
    33                }
    34            }
    35        ]
    36    ]
    37}
    Sample Returned XML Data
    1<response>
    2    <note>
    3        <id>5892533f-087c-42ff-a788-36bf0ad1a5a6</id>
    4        <note>Manually adjusted Van WH quantity from 0 to 8 (id: 1045287).</note>
    5        <pinned>0</pinned>
    6        <event>1</event>
    7        <record_id>583c8782-8648-4136-994b-48ff0ad165da</record_id>
    8        <context_id>6</context_id>
    9        <created>2/1/17, 9:29 PM</created>
    10        <user>
    11            <id>4d616938-9940-43f3-a569-29bcb86a92d9</id>
    12            <first_name>SalesBinder</first_name>
    13            <last_name>Support</last_name>
    14        </user>
    15    </note>
    16    <note>
    17        <id>58925287-56c4-4f36-bed7-36c00ad1a5a6</id>
    18        <note>Test note for this customer!</note>
    19        <pinned>0</pinned>
    20        <event>0</event>
    21        <record_id>56663c2b-c010-4faa-8b26-49f50ad1a5a6</record_id>
    22        <context_id>2</context_id>
    23        <created>2/1/17, 9:26 PM</created>
    24        <user>
    25            <id>4d616938-9940-43f3-a569-29bcb86a92d9</id>
    26            <first_name>SalesBinder</first_name>
    27            <last_name>Support</last_name>
    28        </user>
    29    </note>
    30</response>

    Updated on February 8th, 2022

    Network Status:
    100% Global Availability