v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Contact Notes

List notes

List the notes added to a contact.

Required scope: contacts:read

get/contacts/{contact_id}/notes

Path parameters

contact_idstring required

The contact ID. Alternatively, you can supply the contact's source and handle as a resource alias.

Response

Array of contact notes

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/contacts/crd_2okzojy/notes"
  },
  "_results": [
    {
      "_links": {
        "related": {
          "author": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a",
          "owner": "https://yourCompany.api.frontapp.com/teammates/tea_e35u"
        }
      },
      "author": {
        "_links": {
          "self": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a",
          "related": {
            "inboxes": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a/inboxes",
            "conversations": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a/conversations",
            "botSource": "https://yourCompany.api.frontapp.com/rules/rul_6r55a"
          }
        },
        "id": "tea_6r55a",
        "email": "michael.scott@dundermifflin.com",
        "username": "PrisonMike",
        "first_name": "Michael",
        "last_name": "Scott",
        "is_admin": true,
        "custom_fields": {
          "city": "London, UK",
          "isVIP": true,
          "renewal_date": 1525417200,
          "sla_time": 90,
          "owner": "leela@planet-express.com",
          "replyTo": "inb_55c8c149",
          "Job Title": "firefighter"
        }
      },
      "body": "Mrs. Allen is our most important client … because every client is our most important client.",
      "created_at": 1701806790.536
    }
  ]
}