List attribute options with filtering and pagination support. Use this to retrieve selectable options for booking attributes, with support for filtering by attribute ID, name, creation date, and display order. Supports pagination via limit and offset parameters with a maximum of…
idstringFilter by unique identifier (UUID format).
namestringFilter by localized option name.
limitintegerMaximum number of results per request (default: 1000, max: 1000).
offsetintegerNumber of results to skip for pagination.
selectstringSpecify which columns to retrieve (e.g., 'select=*' for all columns).
created_atstringFilter by creation timestamp (ISO 8601 format with timezone).
sort_orderstringSort results by column with direction (e.g., 'created_at.desc' for descending, 'name.asc' for ascending). This maps to the 'order' query parameter in the API.
attribute_idstringFilter by related attribute identifier (UUID format).
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.