get https://api.indigitall.com/v1/campaign
Shows the list of campaigns for an application.
The parameters limit
(number of items to display per page, max: 100), page
(number of the page shown, min: 0) and aplicationId (application id) are required. To filter you can use the parameters find
(to find the name of the campaign), enabled
(state of the campaign), triggerCode
(welcome, fidelity, goefencing, custom, network), platform
(platform type: ios, android, webpush ...), scheduled (search campaign scheduled, pending to send).
To order you can use the parameter orderBy
(Name A-Z, Name Z-A, Date ascending, Date descending)