v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Customer Note

get/v3/customernote

Query parameters

idstring required

Customer Id

Response

200

idinteger
textstring
authorstring
authorIdstring
createdstring
modifiedstring

Example response

[
  {
    "id": 34918,
    "text": "Test",
    "author": "John Doe",
    "authorId": "7ceba95c-e0c2-4f66-8fcce2b6ce56",
    "created": "2018-05-22T16:48:15.893Z",
    "modified": "2018-05-22T16:48:15.893Z"
  }
]