RequestPortatourReport

Generates and returns the portatour® Report for a specific user in HTML format.

GET
https://my.portatour.net/a/api/RequestPortatourReport?parameters
Required URL parameters
userEmail,
employeeNumber
Email address or employee number of the user for which the report should be generated. Exactly one must be specified.
Example usage with curl
curl -o report.html -u admin_username:admin_password "https://my.portatour.net/a/api/RequestPortatourReport?userEmail=bob@example.com"
Refreshing offline data
Loading...