- APIs
- API Reference
- Client Documents
-
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 documents
List all documents for particular client
/clients/{contact_id}/documents
https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/documents
Request
Query Parameters: | |
api_key * | |
contact_id * | System ID of the client where the doc is attached |
Response sample
application/json
{
"success": true,
"documents": [
{
"url": "URL 1"
},
{
"url": "URL 2"
},
]
}