Skip to content

List Files

Request

This request returns the list of raw data export zipped files that are on the server. This list is to be used to see what files are available for download and then be able to request files for downloading. Raw Data Export functionality needs to be enabled on your product account for this functionality to work.

Path
product_idstringrequired
Headers
Content-Typestring
Example:application/json
RUI-Clientstring
Example:Postman
RUI-Client-Versionstring
Example:0.0.1
Originstring
Example:https://analytics.revenera.com
curl -i -X GET \
  'https://developer.revenera.com/_mock/products/rui/apis/v3_api_redocly/v3/rawEvents/download/listFiles/{product_id}' \
  -H 'Content-Type: application/json' \
  -H 'Origin: https://analytics.revenera.com' \
  -H 'RUI-Client: Postman' \
  -H 'RUI-Client-Version: 0.0.1'

Responses

OK

Headers
Serverstring
Example:"nginx/1.20.1"
Datestring
Example:"Thu, 13 Jul 2023 10:57:59 GMT"
Content-Typestring
Example:"application/json"
Content-Lengthinteger
Example:"109"
Connectionstring
Example:"keep-alive"
Access-Control-Allow-Originstring
Example:"https://analytics.revenera.com"
Access-Control-Allow-Credentialsboolean
Example:"true"
Varystring
Example:"Origin"
Rui-Apistring
Example:"RUI Reporting API (3.0.0.dev9)"
Rui-Libstring
Example:"3.0.0.dev26"
X-XSS-Protectionstring
Example:"1; mode=block"
X-Content-Type-Optionsstring
Example:"nosniff"
Referrer-Policystring
Example:"no-referrer-when-downgrade"
Bodyapplication/json
object
Response
{ "fileList": [ {} ] }