RequestPortatourReport
Generates and returns the portatour® Report for a specific user in HTML format.
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. |
---|
curl -o report.html -u admin_username:admin_password
"https://my.portatour.net/a/api/RequestPortatourReport?userEmail=bob@example.com"
|