Tool to list discount coupons with filtering and pagination. Use this when you need to retrieve coupons from the system, search by code or scope, or paginate through coupon records. Supports PostgREST-style filtering on all fields including code, scope, stackable status, quota,…
idstringFilter by coupon ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
ftsstringFull-text search filter using PostgREST operators for text vector search.
codestringFilter by coupon code using PostgREST operators. Examples: 'eq.SAVE20' (equals), 'like.*SAVE*' (contains).
limitintegerMaximum number of coupons to return (max: 1000).
orderstringSort results by field. Use PostgREST syntax like 'created_at.desc' or 'id.asc'. Can sort by any field.
quotastringFilter by quota using PostgREST operators. Examples: 'gte.10' (greater than or equal), 'is.null' (no quota limit).
scopestringFilter by coupon scope using PostgREST operators. Examples: 'eq.global' (equals), 'in.(global,product)' (in list). Valid scopes: global, product, service, rent.
offsetintegerNumber of coupons to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all fields or comma-separated column names like 'id,code,scope'. If not specified, returns all columns.
stackablestringFilter by stackable status using PostgREST operators. Examples: 'eq.true' (stackable), 'eq.false' (non-stackable).
created_atstringFilter by creation timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal), 'lt.2024-12-31T23:59:59Z' (less than).
definitionstringFilter by coupon definition (PriceExpression) using 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.