respondentinfo-enqueue

📘

POST /supplier/v1/stats/respondent-info/enqueue

Inserts a record in report queue. The generated Member Info Report will be offered for download or posted to for the Callback URL.

Field name

description

supplierRequestQueueStatus; fileDownloadURL

Report status and the url. The user needs to be authenticated in Cortex on supplier site and fill in the browser the url returned to be able to download the report.

fileValidityInMinutes; reportJobId

The report's id and it's availability in minutes

creationDate; validUntil

The report's creation date and and it's availability in minutes

reportQueueRespondentInfo

{
  "subsampleIds": [
   101708
  ],
  "startDate": "2019-03-02T07:23:04.520Z",
  "endDate": "2019-04-20T07:23:04.520Z",
  "linkType": "liveUser",
  "reportType":"finalStatus",
  "statuses": [],
  "subStatuses": []
}

Response Body

{
  "supplierRequestQueueStatus": "pendingProcess",
  "fileDownloadURL": "http://supplier5.ipsos.com/ReportQueue/DownloadFile?p=SRol5imLrVKIkbQwJyAZeD6E%2fNAa0enownzuEix%2bjqnjY722WqixbUsXUVABx%2blc",
  "fileValidityInMinutes": 60,
  "reportJobId": 240288,
  "creationDate": null,
  "validUntil": null
}