Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 863 Bytes

File metadata and controls

16 lines (10 loc) · 863 Bytes

ParameterFiltersListCampaignsActive

Filters campaigns by their active state. Pass the filter as an empty object, for example filters[active][conditions][$enabled]=.

Properties

Name Type Description Notes
enabled object Campaigns are enabled. [optional]
disabled object Campaigns are disabled. [optional]
expired object Campaign `expiration_date` is in the past. [optional]
active object Campaigns are active, `start_date` is `null` or in the past, and `expiration_date` is `null` or in the future. [optional]

[Back to Model list] [Back to API list] [Back to README]