get https://api.voucherify.io/v1/promotions/stacks
List all promotion stack across all your campaigns.
You can use filters in the query parameters to specify the stacks to be returned in the response.
Advanced filters for fetching promotion stacks
Filters | Examples |
---|---|
Created Before | - [created_at][before]=2021-12-30T13:52:18.227Z - [filters][created_at][conditions][$before][0]=2021-12-30T13:52:18.227Z |
Created After | - [created_at][after]=2021-12-30T13:52:18.227Z - [filters][created_at][conditions][$after][0]=2021-12-30T13:52:18.227Z |
Updated Before | - [updated_at][before]=2021-12-30T13:52:18.227Z - [filters][updated_at][conditions][$before][0]=2021-12-30T13:52:18.227Z |
Updated After | - [updated_at][after]=2021-12-30T13:52:18.227Z - [filters][updated_at][conditions][$after][0]=2021-12-30T13:52:18.227Z |