GetReportImportFields

Returns the list of supported report target fields – including the custom fields defined for your organization – for the Import API calls. This is useful if you want to generate or manually modify a import configuration file. The list is returned as a JSON serialized array.

GET
https://my.portatour.net/a/api/GetReportImportFields?parameters
Optional URL parameters
languageRecommended. Language used for the export. More information
Example usage with curl
curl -o report_fields.json -u admin_username:admin_password "https://my.portatour.net/a/api/GetReportImportFields?language=en-US"
Refreshing offline data
Loading...