These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Standalone panel isn't returning data via Postman

I created a standalone panel with 5 fields (cleared cache); I added it to a content record (cleared cache). I then added 2 test records to it and (cleared cache). While I can access the endpoint using Postman, and the results show 2 records, there's no data returned, just an empty array. EMS client so can't do much more than click the clear cache button under settings.

{
	"$type": "Asi.Soa.Core.DataContracts.PagedResult`1[[Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts]], Asi.Contracts",
	"Items": {
		"$type": "System.Collections.Generic.List`1[[Asi.Soa.Core.DataContracts.GenericEntityData, Asi.Contracts]], mscorlib",
		"$values": []
	},
	"Offset": 0,
	"Limit": 100,
	"Count": 0,
	"TotalCount": 2,
	"NextPageLink": null,
	"HasNext": false,
	"NextOffset": 0
}