Discussions
Standalone panel isn't returning data via Postman
over 2 years ago by Jake Bound
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
}