Logo PopinaPopina API

Export Report modifiers for a given period

Export Report modifiers for a given period

POST/v1/export-signed-url/report-modifiers/
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

dateStartstring
Formatdate-time
dateEndstring
Formatdate-time
locationIdsarray<string>
exportTypestring
Value in"csv" | "pdf" | "excel"
usernamestring
emailstring
Formatemail
filter?string
sorting?
locale?string
Default"fr"
Value in"fr" | "en"
categories?array<string>
subCategories?array<string>
products?array<string>

Response Body

application/json

application/json

curl -X POST "http://localhost:4009/v1/export-signed-url/report-modifiers/" \  -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"
}