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
Edit an existing survey group
Edit an existing survey group
More like this
Retrieving a Specific Survey
Retrieving a Specific Survey
More like this
Apply Survey Group to a Project
Apply Survey Group to a Project
Read with this
Delete survey group
Delete survey group
More like this
Looking Up Attributes
Looking Up Attributes
Read with this
Creating an exclusion group
Creating an exclusion group
More like this