Reply to comment
By default the QuickBase API returns information in XML format.
But API_GetRecordAsHTML and API_GenResultsTable return HTML tables. API_GenResultsTable can also return records as CSV (comma separated values) and as (TSV) tab separated values.
All QuickBase API calls accept an optional parameter called "rdr". If this parameter is supplied with a call to the QuickBase API the API returns only a redirect response to the URL specified by the "rdr" parameter. The apparent response to the user is the "rdr" URL.
- 34672 reads


