Chilkat Online Tools

DataFlex / Zoho CRM REST APIs / Notes

Back to Collection Items

Use ChilkatAx-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sName
    String sId
    String sV_Email
    String sModified_Time
    String sSattachments
    String sCreated_Time
    String sParent_IdName
    String sParent_IdId
    Boolean iSeditable
    String sSse_module
    Boolean iSis_shared_to_client
    String sModified_ByName
    String sModified_ById
    String sModified_ByEmail
    String sSsize
    String sSstate
    Boolean iSvoice_note
    String sId
    String sCreated_ByName
    String sCreated_ById
    String sCreated_ByEmail
    String sNote_Title
    String sNote_Content
    Integer iPer_page
    Integer iCount
    Integer iPage
    Boolean iMore_records
    Integer i
    Integer iCount_i
    String sTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    // Adds the "Authorization: Bearer <access_token>" header.
    Set ComAuthToken Of hoHttp To "<access_token>"

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComQuickGetSb Of hoHttp "https://domain.com/crm/v2/Leads/{{record_id}}/Notes" vSbResponseBody To iSuccess
    If (iSuccess = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComLastStatus Of hoHttp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComLastHeader Of hoHttp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Procedure_Return
    End

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "data": [
    //     {
    //       "Owner": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Modified_Time": "2021-05-07T11:10:01+00:00",
    //       "$attachments": null,
    //       "Created_Time": "2021-05-07T11:08:30+00:00",
    //       "Parent_Id": {
    //         "name": "sample",
    //         "id": "738964000002131001"
    //       },
    //       "$editable": true,
    //       "$se_module": "Leads",
    //       "$is_shared_to_client": false,
    //       "Modified_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "$size": null,
    //       "$state": "save",
    //       "$voice_note": false,
    //       "id": "738964000002130215",
    //       "Created_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Note_Title": "Contacted",
    //       "Note_Content": "Have to assign to a different user"
    //     },
    //     {
    //       "Owner": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Modified_Time": "2021-05-07T11:08:22+00:00",
    //       "$attachments": null,
    //       "Created_Time": "2021-05-07T11:08:22+00:00",
    //       "Parent_Id": {
    //         "name": "sample",
    //         "id": "738964000002131001"
    //       },
    //       "$editable": true,
    //       "$se_module": "Leads",
    //       "$is_shared_to_client": false,
    //       "Modified_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "$size": null,
    //       "$state": "save",
    //       "$voice_note": false,
    //       "id": "738964000002130210",
    //       "Created_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Note_Title": "Contacted",
    //       "Note_Content": "Need to do further tracking"
    //     },
    //     {
    //       "Owner": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Modified_Time": "2021-05-07T11:06:20+00:00",
    //       "$attachments": null,
    //       "Created_Time": "2021-05-07T11:06:20+00:00",
    //       "Parent_Id": {
    //         "name": "sample",
    //         "id": "738964000002131001"
    //       },
    //       "$editable": true,
    //       "$se_module": "Leads",
    //       "$is_shared_to_client": false,
    //       "Modified_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "$size": null,
    //       "$state": "save",
    //       "$voice_note": false,
    //       "id": "738964000002130205",
    //       "Created_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Note_Title": "Contacted",
    //       "Note_Content": "Need to do further tracking"
    //     },
    //     {
    //       "Owner": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Modified_Time": "2021-05-07T11:05:34+00:00",
    //       "$attachments": null,
    //       "Created_Time": "2021-05-07T11:05:34+00:00",
    //       "Parent_Id": {
    //         "name": "sample",
    //         "id": "738964000002131001"
    //       },
    //       "$editable": true,
    //       "$se_module": "Leads",
    //       "$is_shared_to_client": false,
    //       "Modified_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "$size": null,
    //       "$state": "save",
    //       "$voice_note": false,
    //       "id": "738964000002130200",
    //       "Created_By": {
    //         "name": "Patricia Boyle",
    //         "id": "738964000000291009",
    //         "email": "patricia.ss@zylker.com"
    //       },
    //       "Note_Title": "Contacted",
    //       "Note_Content": "Need to do further tracking"
    //     }
    //   ],
    //   "info": {
    //     "per_page": 200,
    //     "count": 4,
    //     "page": 1,
    //     "more_records": false
    //   }
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComIntOf Of hoJResp "info.per_page" To iPer_page
    Get ComIntOf Of hoJResp "info.count" To iCount
    Get ComIntOf Of hoJResp "info.page" To iPage
    Get ComBoolOf Of hoJResp "info.more_records" To iMore_records
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "data" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "data[i].Owner.name" To sName
        Get ComStringOf Of hoJResp "data[i].Owner.id" To sId
        Get ComStringOf Of hoJResp "data[i].Owner.email" To sV_Email
        Get ComStringOf Of hoJResp "data[i].Modified_Time" To sModified_Time
        Get ComStringOf Of hoJResp "data[i].$attachments" To sSattachments
        Get ComStringOf Of hoJResp "data[i].Created_Time" To sCreated_Time
        Get ComStringOf Of hoJResp "data[i].Parent_Id.name" To sParent_IdName
        Get ComStringOf Of hoJResp "data[i].Parent_Id.id" To sParent_IdId
        Get ComBoolOf Of hoJResp "data[i].$editable" To iSeditable
        Get ComStringOf Of hoJResp "data[i].$se_module" To sSse_module
        Get ComBoolOf Of hoJResp "data[i].$is_shared_to_client" To iSis_shared_to_client
        Get ComStringOf Of hoJResp "data[i].Modified_By.name" To sModified_ByName
        Get ComStringOf Of hoJResp "data[i].Modified_By.id" To sModified_ById
        Get ComStringOf Of hoJResp "data[i].Modified_By.email" To sModified_ByEmail
        Get ComStringOf Of hoJResp "data[i].$size" To sSsize
        Get ComStringOf Of hoJResp "data[i].$state" To sSstate
        Get ComBoolOf Of hoJResp "data[i].$voice_note" To iSvoice_note
        Get ComStringOf Of hoJResp "data[i].id" To sId
        Get ComStringOf Of hoJResp "data[i].Created_By.name" To sCreated_ByName
        Get ComStringOf Of hoJResp "data[i].Created_By.id" To sCreated_ById
        Get ComStringOf Of hoJResp "data[i].Created_By.email" To sCreated_ByEmail
        Get ComStringOf Of hoJResp "data[i].Note_Title" To sNote_Title
        Get ComStringOf Of hoJResp "data[i].Note_Content" To sNote_Content
        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://domain.com/crm/v2/Leads/{{record_id}}/Notes

Postman Collection Item JSON

{
  "name": "Notes",
  "protocolProfileBehavior": {
    "disableBodyPruning": true
  },
  "request": {
    "auth": {
      "type": "bearer",
      "bearer": [
        {
          "key": "token",
          "value": "{{access-token}}",
          "type": "string"
        }
      ]
    },
    "method": "GET",
    "header": [
    ],
    "body": {
      "mode": "raw",
      "raw": "",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{api-domain}}/crm/v2/Leads/{{record_id}}/Notes",
      "host": [
        "{{api-domain}}"
      ],
      "path": [
        "crm",
        "v2",
        "Leads",
        "{{record_id}}",
        "Notes"
      ]
    },
    "description": "To get the notes associated with a Lead"
  },
  "response": [
    {
      "name": "SUCCESS RESPONSE",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{api-domain}}/crm/v2/Leads/738964000002131001/Notes",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2",
            "Leads",
            "738964000002131001",
            "Notes"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Tue, 11 May 2021 13:22:44 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-store, no-cache, must-revalidate, private"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-ACCESSTOKEN-RESET",
          "value": "2021-05-11T13:58:39+00:00"
        },
        {
          "key": "clientVersion",
          "value": "4023320"
        },
        {
          "key": "clientsubVersion",
          "value": "4d8b6ee4f7d1d284c930a4e807480c5c"
        },
        {
          "key": "Content-Disposition",
          "value": "attachment; filename=response.json"
        },
        {
          "key": "vary",
          "value": "accept-encoding"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Content-Language",
          "value": "en-US"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=15768000"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"data\": [\n        {\n            \"Owner\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Modified_Time\": \"2021-05-07T11:10:01+00:00\",\n            \"$attachments\": null,\n            \"Created_Time\": \"2021-05-07T11:08:30+00:00\",\n            \"Parent_Id\": {\n                \"name\": \"sample\",\n                \"id\": \"738964000002131001\"\n            },\n            \"$editable\": true,\n            \"$se_module\": \"Leads\",\n            \"$is_shared_to_client\": false,\n            \"Modified_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$size\": null,\n            \"$state\": \"save\",\n            \"$voice_note\": false,\n            \"id\": \"738964000002130215\",\n            \"Created_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Note_Title\": \"Contacted\",\n            \"Note_Content\": \"Have to assign to a different user\"\n        },\n        {\n            \"Owner\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Modified_Time\": \"2021-05-07T11:08:22+00:00\",\n            \"$attachments\": null,\n            \"Created_Time\": \"2021-05-07T11:08:22+00:00\",\n            \"Parent_Id\": {\n                \"name\": \"sample\",\n                \"id\": \"738964000002131001\"\n            },\n            \"$editable\": true,\n            \"$se_module\": \"Leads\",\n            \"$is_shared_to_client\": false,\n            \"Modified_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$size\": null,\n            \"$state\": \"save\",\n            \"$voice_note\": false,\n            \"id\": \"738964000002130210\",\n            \"Created_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Note_Title\": \"Contacted\",\n            \"Note_Content\": \"Need to do further tracking\"\n        },\n        {\n            \"Owner\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Modified_Time\": \"2021-05-07T11:06:20+00:00\",\n            \"$attachments\": null,\n            \"Created_Time\": \"2021-05-07T11:06:20+00:00\",\n            \"Parent_Id\": {\n                \"name\": \"sample\",\n                \"id\": \"738964000002131001\"\n            },\n            \"$editable\": true,\n            \"$se_module\": \"Leads\",\n            \"$is_shared_to_client\": false,\n            \"Modified_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$size\": null,\n            \"$state\": \"save\",\n            \"$voice_note\": false,\n            \"id\": \"738964000002130205\",\n            \"Created_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Note_Title\": \"Contacted\",\n            \"Note_Content\": \"Need to do further tracking\"\n        },\n        {\n            \"Owner\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Modified_Time\": \"2021-05-07T11:05:34+00:00\",\n            \"$attachments\": null,\n            \"Created_Time\": \"2021-05-07T11:05:34+00:00\",\n            \"Parent_Id\": {\n                \"name\": \"sample\",\n                \"id\": \"738964000002131001\"\n            },\n            \"$editable\": true,\n            \"$se_module\": \"Leads\",\n            \"$is_shared_to_client\": false,\n            \"Modified_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"$size\": null,\n            \"$state\": \"save\",\n            \"$voice_note\": false,\n            \"id\": \"738964000002130200\",\n            \"Created_By\": {\n                \"name\": \"Patricia Boyle\",\n                \"id\": \"738964000000291009\",\n                \"email\": \"patricia.ss@zylker.com\"\n            },\n            \"Note_Title\": \"Contacted\",\n            \"Note_Content\": \"Need to do further tracking\"\n        }\n    ],\n    \"info\": {\n        \"per_page\": 200,\n        \"count\": 4,\n        \"page\": 1,\n        \"more_records\": false\n    }\n}\n}"
    },
    {
      "name": "INVALID_MODULE",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{api-domain}}/crm/v2/Lead/738964000002131001/Notes",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2",
            "Lead",
            "738964000002131001",
            "Notes"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Tue, 11 May 2021 13:23:52 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "110"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-store, no-cache, must-revalidate, private"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-ACCESSTOKEN-RESET",
          "value": "2021-05-11T13:58:39+00:00"
        },
        {
          "key": "clientVersion",
          "value": "4023320"
        },
        {
          "key": "clientsubVersion",
          "value": "4d8b6ee4f7d1d284c930a4e807480c5c"
        },
        {
          "key": "Content-Disposition",
          "value": "attachment; filename=response.json"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        },
        {
          "key": "Content-Language",
          "value": "en-US"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"INVALID_MODULE\",\n    \"details\": {},\n    \"message\": \"the module name given seems to be invalid\",\n    \"status\": \"error\"\n}"
    },
    {
      "name": "INVALID_REQUEST_METHOD",
      "originalRequest": {
        "method": "COPY",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{api-domain}}/crm/v2/Lead/738964000002131001/Notes",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2",
            "Lead",
            "738964000002131001",
            "Notes"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Tue, 11 May 2021 13:26:31 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "124"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "X-Frame-Options",
          "value": "deny"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"INVALID_REQUEST_METHOD\",\n    \"details\": {},\n    \"message\": \"The http request method type is not a valid one\",\n    \"status\": \"error\"\n}"
    },
    {
      "name": "AUTHENTICATION_FAILURE",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{api-domain}}/crm/v2/Lead/738964000002131001/Notes",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2",
            "Lead",
            "738964000002131001",
            "Notes"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Tue, 11 May 2021 13:26:47 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "98"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"AUTHENTICATION_FAILURE\",\n    \"details\": {},\n    \"message\": \"Authentication failed\",\n    \"status\": \"error\"\n}"
    },
    {
      "name": "OAUTH_SCOPE_MISMATCH",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "body": {
          "mode": "raw",
          "raw": "",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{api-domain}}/crm/v2/Leads/{{record_id}}/Notes",
          "host": [
            "{{api-domain}}"
          ],
          "path": [
            "crm",
            "v2",
            "Leads",
            "{{record_id}}",
            "Notes"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "ZGS"
        },
        {
          "key": "Date",
          "value": "Thu, 13 May 2021 06:36:12 GMT"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=utf-8"
        },
        {
          "key": "Content-Length",
          "value": "113"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "Referrer-Policy",
          "value": "strict-origin"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Expires",
          "value": "Thu, 01 Jan 1970 00:00:00 GMT"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Download-Options",
          "value": "noopen"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"code\": \"OAUTH_SCOPE_MISMATCH\",\n    \"details\": {},\n    \"message\": \"invalid oauth scope to access this URL\",\n    \"status\": \"error\"\n}"
    }
  ]
}