List booking details with filtering and pagination. Booking details contain guest-filled form field data such as names, contact info, and custom field values. Use this to retrieve booking detail records, optionally filtered by booking ID, service ID, timestamps, or customer valu…
idstringFilter by booking detail ID. Supports PostgREST operators (e.g., 'eq.uuid', 'in.(uuid1,uuid2)').
limitintegerMaximum number of booking details to return (max: 1000).
orderstringSort results by field. Use field.asc or field.desc (e.g., 'created_at.desc', 'value.asc').
valuestringFilter by customer-provided value. Supports PostgREST operators (e.g., 'eq.text', 'like.*pattern*').
offsetintegerNumber of booking details to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all columns or comma-separated list (e.g., 'id,booking_id,value').
option_idstringFilter by selected option ID. Supports PostgREST operators.
booking_idstringFilter by related booking ID. Supports PostgREST operators.
created_atstringFilter by creation timestamp (ISO 8601). Supports PostgREST operators (e.g., 'gte.2025-01-01T00:00:00Z', 'lte.2025-12-31T23:59:59Z').
service_idstringFilter by related service ID. Supports PostgREST operators.
updated_atstringFilter by last modification timestamp (ISO 8601). Supports PostgREST operators.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.