List all schedules for a barber.
cURL
curl --request GET \ --url https://api.guile.app/barbers/{id}/schedules \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "schedule": {}, "isDefault": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "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.
Collection of barber schedules
List of schedules
Show child attributes
Total number of schedules
x >= 0