List Campaigns API - No Longer Working

I have been calling using the https://{youraccountname}.api-us1.com/api/3/campaigns call in an Azure data factory successfully for about a year and it stopped working two days ago.

Now I am getting the following error message:

Rest call failed with client error, status code 403 Forbidden, please check your activity settings…Response: {“message”:“Campaign IDs cannot be empty.”}

I can make the same call using Postman and it works.

I added an Orders by (&orders[sdate]=ASC) and I can preview the data but then the pagination doesn’t work and it gets stuck in a loop.

This started happening about the same time I noticed that I was missing deals, that pagination appeared to stop working too until I added an Orders clause.

Has there been an update to the API recently?

Getting the same error as of 4-5 days ago, pulling the Campaigns data into Power Bi with pagination. It’s been working for over 2 years…

I had to change my pagination rule to EndCondition $.campaigns.id NonExist

I added the .id and changed Empty to NonExist and now it works.

We are facing the same issue. Where did you change the $.campaigns.id NonExist ?