- APIs
- API Reference
- Client Alerts
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
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
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"
}
]
}