Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
languagejs
linenumberstrue
{

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