Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Get the performance details of a survey. 

Request


GET $apihost/$basepath/surveys/7654/performance

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header) 

Response


Response Code

200

Response Body

{
  "ps_survey_status": 22,
  "completes_goal": 600,
  "completes_fielded": 400,
  "cpi_forecast_at_launch": "3.5",
  "current_cpi": "6.4",
  "projected_cpi": "5.2",
  "total_cost_forecast_at_launch": "2100",
  "current_cost": "2560",
  "projected_total_cost": "3120",
  "stated_loi": 20,
  "current_overall_loi": 30,
  "last_block_loi": 25,
  "stated_incidence": 25,
  "last_block_incidence": 50,
  "current_overall_incidence": 40,
  "survey_launch_ts": 1693301101876,
  "survey_close_ts": 1693301702054,
  "survey_launch_iso_date": "2023-08-29T09:25:01.876Z",
  "survey_close_iso_date": "2023-08-29T09:35:02.054Z"
}


Definitions & Descriptions

Parameter

Description

Type

cpi_forecast_at_launch

number

current_cpi

number

projected_cpi

number

Fields that have been added:

"survey_launch_ts": 1693301101876,
"survey_close_ts": 1693301702054,
"survey_launch_iso_date": "2023-08-29T09:25:01.876Z",
"survey_close_iso_date": "2023-08-29T09:35:02.054Z"

survey_launch_ts and survey_close_ts have the same value than survey_launch_iso_date and survey_close_iso_date in timestamp

Times are recorded in UTC

  • No labels