Example Request/Response

This section includes a sample request and sample response.

Example Request

POST /rawEvents/download/listFiles  HTTP/1.1

Host: api.revulytics.com

Content-Type: application/json

Accept: application/json

{

    "user": "testuser@test.com",

    "sessionId": "VSB8E2BzSC2eZSJm4QmTpA",

    "productId": 2376158762

}

Example response:

HTTP/1.1 200 OK

Content-Type: application/json

{

   "status": "OK",

   "fileList": [

      {

          "fileName": "2376158762_2019-05-08.zip",

          "fileDate": "2019-05-08",

          "compressedSizeKB": 275.28

      }

      {

          "fileName": "2376158762_2019-05-07.zip",

          "fileDate": "2019-05-07",

          "compressedSizeKB": 327.14

      }

   ]

}