Reputation: 3080
I have multiple easy tables that contain data.
However, when I try to access this data with the API endpoint (https://--url--.azurewebsites.net/tables/Provinces?ZUMO-API-VERSION=2.0.0), it returns
[]
Any idea? I did not modify the backend code.
Upvotes: 0
Views: 135
Reputation: 3080
I found the problem. I checked the option "Soft delete" when I created the database. All tables need "deleted" property as boolean to properly operate.
Upvotes: 1