Can anyone please share the get url to list campaigns which are live.
The documentation says you have to pass state=approved, but also says you have to pass startAt and endAt, which is not clear. I want to list all the campaigns which are live now and end in the future. I want to replicate the same filter which is available from target UI.
I tried below but its not giving me only Live campaigns.
https://mc.adobe.io/TENANT_ID/target/activities?limit=25&offset=0&state=approved&type=ab
can anyone please help or suggest how to form the get url to only list LIVE campaigns.
Thanks