Get daily summaries for a barber
Get daily summaries for a barber including appointment counts, earnings, tips, cancellations, no-shows, and total duration for completed appointments.
Path Parameters
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.
Query Parameters
Filter summaries by date range. The date range must not exceed 30 days.
A date range, supporting inclusive or exclusive endpoints.
Dates ranges use dates expressed in YYYY-MM-DD RFC 3339
date format.
The value may have the following forms:
YYYY-MM-DDmatch the date exactly; equivalent to matching dates in the range[YYYY-MM-DD,YYYY-MM-DD][YYYY-MM-DD,YYYY-MM-DD]between two dates, inclusive of the endpoints(YYYY-MM-DD,YYYY-MM-DD)between two dates, exclusive of the endpoints[YYYY-MM-DD,]on or after the date(YYYY-MM-DD,)after the date[,YYYY-MM-DD]before or on the date(,YYYY-MM-DD)before the date
Examples:
- '2022-05-19'
- '[2022-05-01,2022-05-31]'
- '[2022-05-01,2022-06-01)'
- '[2022-05-19,]'
- '(2022-05-19,)'
- '[,2022-05-19]'
- '(,2022-05-19)'
24(?:^(\d{4}-\d{2}-\d{2}|([\[(](\d{4}-\d{2}-\d{2},(\d{4}-\d{2}-\d{2})?|,\d{4}-\d{2}-\d{2})[)\]]))$)Response
Ok. The operation succeeded.
Collection of daily summaries for a barber
List of daily summaries.
The total number of days in the summary.
x >= 0The Total number of appointments.
x >= 0Total earnings from completed appointments, excluding tips.
^-?(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
Total tips received from completed appointments.
^-?(0|[1-9][0-9]*)\.[0-9][0-9]$"456.78"
Number of cancelled appointments.
x >= 0Number of no-show appointments.
x >= 0Total duration across all completed appointments in minutes.
x >= 0