List booking capacities with filtering and pagination. Use this to retrieve capacity configurations that define booking limits for products and capacity groups. Supports filtering by ID, capacity group, or product, as well as column selection, pagination, and sorting.
idstringFilter capacities by unique identifier. Returns only the capacity with this specific UUID.
limitintegerMaximum number of capacities to return (1-1000). API maximum is 1000 results per request.
orderstringSort results by specified column and direction. Format: 'column_name.direction' where direction is 'asc' or 'desc'. Examples: 'created_at.desc', 'max.asc'. If not specified, returns in default order.
offsetintegerNumber of capacities to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all columns, or provide comma-separated column names (e.g., 'id,capacity_group_id,max'). If not specified, returns all columns by default.
product_idstringFilter capacities by product identifier. Returns all capacities associated with this product.
capacity_group_idstringFilter capacities by capacity group identifier. Returns all capacities belonging to this group.
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.