List all the services in the company by their category with basic information

https://api.oauth.pabau.com/{api_key}/categories/services/grouped
Request
Query Parameters: | |
api_key * | |
per_page | (int) If not sent, the default is 20. Maximum 50 |
page | (int) If not sent, the first 20 result will be sent |
service_name | (string) Search by Service name |
Response sample
application/json
{
"success": true,
"category": [
{
"id": 227963,
"name": "Laser Hair Removal",
"disabled": 0,
"active_service_count": 4,
"services": [
{
"id": 2918873,
"service": "Laser Hair Removal Face",
"price": 120,
"duration": "00:30",
"Name": "Laser Hair Removal",
"color": "orange",
"most_frequent_color": "Green",
"online_book": 1,
"disabledusers": "",
"VATRate_id": 0,
"tax": null,
"active_services": 4,
"product_id": 5030924,
"category": "Laser Hair Removal",
"category_id": 227963,
"company_slug": "customer-success",
"deposit_amount": 0,
"deposit_type": "inherit",
"is_active": 0
},
{
"id": 2919620,
"service": "Laser Hair Removal Armpits ",
"price": 150,
"duration": "00:30",
"Name": "Laser Hair Removal",
"color": "#112233",
"most_frequent_color": "Green",
"online_book": 1,
"disabledusers": "",
"VATRate_id": 0,
"tax": null,
"active_services": 4,
"product_id": 5031764,
"category": "Laser Hair Removal",
"category_id": 227963,
"company_slug": "customer-success",
"deposit_amount": 0,
"deposit_type": "inherit",
"is_active": 1
}
]
}
]