API Method to download all records and data for a page
CompletedAs of now - if I want to query the values for a number of records for a given page I have to:
1) get all the record ids that are a part of the form (api/profiles/profileid/pages/pageid/records
2) iterate over the records and for each record make a separate api call to pull the data for each row (api/profiles/profileid/pages/pageid/records/recordid/feed
It would be really nice to have one API method to request the json data for all records for a given page - much like the excel/json feed buttons from the data tab in my iformbuilder account (exzact/dataViews.php). Thanks!
-
Hi Shane, this does exist (limited to 100 records to request), but you have robust filtering available to you to be more efficient.
https://iformbuilder.zendesk.com/hc/en-us/articles/201702970-Record-API-5-1-#u10
Hope that helps!
Please sign in to leave a comment.
Comments
1 comment