List client alerts
List all client alerts for particular client
/clients/{contact_id}/alerts
https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/alerts
Request
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"
}
]
}