List smart groups of clients.
cURL
curl --request GET \ --url https://api.guile.app/barber/{barberId}/smartGroups \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "active", "name": "<string>", "strategy": "calculated", "count": 123 } ], "count": 1 }
The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.
Ok. The operation succeeded.
A list of calculated client group summaries.
Show child attributes
The unique identifier for the client group.
active
lost
risky
new
The human-readable name of the client group.
The strategy for the client group.
calculated
manual
x >= 0