Skip to content
  • There are no suggestions because the search field is empty.

List client notes

Returns a list of all client notes per one client

image-png-Mar-22-2024-01-24-05-8317-PM /clients/{contact_id}/notes

https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/notes

Request

 

Response sample

application/json

{
"success": true,
  "total": 1,
  "notes": [
    {
    "id": 1,
    "Note": "Note text",
      "CreatedDate": "2023-03-15 15:35:36",
    "user_id": 3
    }
  ]
}