List location appointments
List appointments for a shop location the caller can manage. Use date and state filters to build a day sheet or queue view.
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
The method used to process the payment.
platform means Guile manages the payment through our
payment provider.
external means the payment is managed externally. This
is either cash or a peer-to-peer payment system, such as
Venmo.
platform, external The direction of the payment flow.
payment means money flows from customer to business.
refund means money flows from business to customer.
payment, refund The money position of an appointment's payment. pending means no funds
have moved. processing means an authorization or capture attempt is in
flight. authorized means funds are held but not captured, paid means
captured and settled, and failed means the last authorization attempt
failed.
pending, processing, authorized, paid, failed 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})[)\]])$Valid states of the appointment.
pending, scheduled, canceled, completed, rejected, expired Response
Ok. The operation succeeded.
A list response for appointment resources. This response contains the full result set after any filters are applied.