Get Survey Group Information
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",
"surveys_in_group": [3437,3438,3439],
"exclusion_period": 90
}
, multiple selections available,
Related content
Retrieving a Specific Survey
Retrieving a Specific Survey
Read with this
Apply Survey Group to a Project
Apply Survey Group to a Project
Read with this
Enable FEOT and Survey grouping to a survey
Enable FEOT and Survey grouping to a survey
More like this
Edit an existing survey group
Edit an existing survey group
Read with this
Create Multi-Country surveys
Create Multi-Country surveys
Read with this
Edit Survey Quotas
Edit Survey Quotas
Read with this