List client alerts

List all client alerts for particular client

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

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

Request

 

Query Parameters:  
api_key *  
contact_id * System ID of the contact whos alerts are needed

Response sample

application/json

{
  "success": true,
"total": 2,
  "alerts": [
    {
    "id": "1",
    "Note": "Answered with 'No' on 'have you ever taken any drugs?'",
      "CreatedDate": "2023-07-19 13:32:47",
      "user_id": "0"
    },
    {
    "id": "2",
    "Note": "Peanut allergy",
      "CreatedDate": "2023-07-19 13:14:14",
      "user_id": "0"
  }
  ]
}