Export Report products for a given period
Export Report products for a given period
POST
/v1/export-signed-url/report-products/authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
dateStartstring
Format
date-timedateEndstring
Format
date-timelocationIdsarray<string>
exportTypestring
Value in
"csv" | "pdf" | "excel"usernamestring
emailstring
Format
emailfilter?string
sorting?
locale?string
Default
"fr"Value in
"fr" | "en"categories?array<string>
subCategories?array<string>
products?array<string>
pricingTypes?array<string>
columnVisibility?
Response Body
application/json
application/json
curl -X POST "http://localhost:4009/v1/export-signed-url/report-products/" \ -H "Content-Type: application/json" \ -d '{ "dateStart": "2019-08-24T14:15:22Z", "dateEnd": "2019-08-24T14:15:22Z", "locationIds": [ "string" ], "exportType": "csv", "username": "string", "email": "user@example.com" }'{
"signedUrl": "string"
}{
"message": "string"
}