What is the API to get all the completed campaigns?
Hey @gayare,
You can use this API and add a filter to return only completed campaigns:
GET {{baseUrl}}/campaigns?filters=status eq "COMPLETED"
What is the API to get all the completed campaigns?
Hey @gayare,
You can use this API and add a filter to return only completed campaigns:
GET {{baseUrl}}/campaigns?filters=status eq "COMPLETED"