Retrieves all vouchers associated with a specific location in the HotspotSystem. Use this action to: - List all vouchers available at a particular location - Filter voucher results by specific fields - Sort vouchers by any field (e.g., validity, price) - Implement pagination for…
sortstringField name to sort results by. Prepend '-' for descending order (e.g., '-validity' sorts by validity descending, 'price_enduser' sorts by price ascending).
limitintegerMaximum number of vouchers to return per page (minimum 1). Use with offset for pagination.
fieldsstringComma-separated list of voucher fields to include in the response (e.g., 'serial,voucher_code,validity'). If omitted, all fields are returned.
offsetintegerNumber of vouchers to skip before returning results (minimum 0). Use with limit for pagination. For example, offset=10 with limit=5 returns vouchers 11-15.
location_idRequiredstringThe unique identifier of the location. Obtain location IDs using the Locations List action.
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.