Tool to list review widget listings with filtering and pagination. Returns a list of review widget listing associations between review widgets and listings. Use this when you need to retrieve review widget listing mappings, filter by widget or listing IDs, or paginate through re…
limitintegerMaximum number of records to return for pagination. API maximum is 1000 results per request.
orderstringColumn name to sort by with optional direction. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'listing_id.asc'). If not specified, returns in default order.
offsetintegerNumber of records to skip for pagination. Use with limit for paginating through results.
selectstringComma-separated list of columns to retrieve. Use '*' for all columns or specify individual column names (e.g., 'id,review_widget_id,listing_id'). Can include related resource columns. If not specified, returns all columns.
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.