Download PDF Report across multiple date range – GBG IDscan Documentation

Download PDF Report across multiple date range

Report User login used to generate authentication token. 

[GET] https://serverURL/idscanenterprisesvc/reporting/ExportJourneyReports 

Request format: As parameter from url 
KeyDescriptionFormat
dateTimeMinMandatory, Start of the search date rangeThe key is a string and the value is a string in a date format (“dd/mm/yyy”)
dateTimeMaxMandatory, End of the search date rangeThe 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.

Was this page helpful?