You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to fetch all the data from the resource files at once. So we tried /API/1/datastore/query with the 'GET' method as mentioned in the documentation, but it gave an empty result on the demo.getdkan.com website. How can I resolve this issue? And the second thing is datastore API show only CSV file's data, but we need to show CSV and excel file how can I fetch for both file data at a time if have any possibilities please suggest me.
PFA
The text was updated successfully, but these errors were encountered:
Hi @DaniyalRaza786. You need to provide an identifier to the datastore API so that it can know what table to show. Usually this is done by adding it directly to the endpoint, so api/1/datastore/query/[distribution-id] or api/1/datastore/query/[dataset-id]/[index] - the index being which number in the distribution array your table occupies (often "0").
I want to fetch all the data from the resource files at once. So we tried /API/1/datastore/query with the 'GET' method as mentioned in the documentation, but it gave an empty result on the demo.getdkan.com website. How can I resolve this issue? And the second thing is datastore API show only CSV file's data, but we need to show CSV and excel file how can I fetch for both file data at a time if have any possibilities please suggest me.
PFA
The text was updated successfully, but these errors were encountered: