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
}