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 5 Current »

Retrieve details of survey group created in Create Survey Group - Exclude respondents from other surveys

Request


GET $apihost/$basepath/surveygroups/my_group1

($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

{

  "buyer_surveygroup_ref": "my_group1",
  "name": "My First Group",
  "private_surveygroup": true,
  "private_surveygroup_owner": 3440,
  "surveys_in_group": [3437,3438,3439]
}
  • No labels