Export Report categories for a given period
Export Report categories for a given period
POST
/v1/export-signed-url/report-categories/authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
startDatestring
Format
date-timeendDatestring
Format
date-timestartTime?string
endTime?string
locationIdsarray<string>
Items
1 <= itemstillIds?array<string>
exportTypestring
Value in
"csv" | "pdf" | "excel"locale?string
Default
"fr"Value in
"fr" | "en"usernamestring
emailstring
Format
emailcategories?array<string>
subCategories?array<string>
Response Body
application/json
application/json
curl -X POST "http://localhost:4009/v1/export-signed-url/report-categories/" \ -H "Content-Type: application/json" \ -d '{ "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "locationIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "exportType": "csv", "username": "string", "email": "user@example.com" }'{
"signedUrl": "http://example.com"
}{
"message": "string"
}