Report User login used to generate authentication token.
[GET] https://serverURL/idscanenterprisesvc/reporting/ExportJourneyReports
Request format: As parameter from url
Key | Description | Format |
dateTimeMin | Mandatory, Start of the search date range | The key is a string and the value is a string in a date format (“dd/mm/yyy”) |
dateTimeMax | Mandatory, End of the search date range | The key is a string and the value is a string in a date format (“dd/mm/yyy”) |
Example Request
https://serverURL/IDScanEnterpriseSvc/reporting/ExportJourneyReports?dateTimeMin=01/01/2020&dateTimeMax=07/01/2020
This will download one zip file with all the pdf reports within the selected date range.