Community Discussion

Ask a Question
Back to All

Response results containing multiple empty objects

Recently I experienced an issue with a response from the reports/top-campaign-content endpoint where the results were an array of empty objects. I reran the API call again and resulted in the same result. After some time, I ran it again and the results were normal.

{
	"last-used-rawdata-update-time": "2023-05-26 14:00:00.0",
	"last-used-rawdata-update-time-gmt-millisec": 1685106000000,
	"timezone": "BST",
	"results": [
		{},
		{},
		{},
		{},
		{},
		{},
		{},
		{},
		{},
		{},
		{}
	],
	"recordCount": 11,
	"metadata": {
		"total": 11,
		"count": 11,
		"start_date": "2023-05-19T00:00:00UTC",
		"end_date": "2023-05-26T00:00:00UTC"
	}
}

Is this format something that is to be expected? Has anyone experienced this and have any reasons as to what caused it?

Thanks in advance.