Skip to content

MngGetNote

Returns full note data.

Request

{
  "command": "MngGetNote",
  "extID": "1",
  "data": {
    "id": 1
  }
}

Response Data

{
  "note": {
    "id": 1,
    "customer_id": 1001,
    "ast_json": {
      "type": "div",
      "props": {},
      "children": []
    },
    "text": "Customer called back"
  }
}