Gabriel Robert
Gabriel Robert

Reputation: 3080

Azure easy tables contains data, but API returns empty array

I have multiple easy tables that contain data.

Provinces easy table definitions

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

Answers (1)

Gabriel Robert
Gabriel Robert

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

Related Questions