...
Parameter | Data Type | Required | Description | Example | |||||
---|---|---|---|---|---|---|---|---|---|
access-token | Header | yes | Token used to identify the authenticity of the publisher requesting survey list | "access-token": "$accessToken" | |||||
supplierRespIdrespondentId | Query String Parameter | yes | Unique respondent ID | respondentId=FusionTestSessionId | |||||
supplierMemberIdmemberId | Query String Parameter | no | Persistent member ID | memberId=FusionTestMemberId | localization | Query String Parameter | yes | The country and language the respondent will be located in | respondentLocalization=en_US |
profile data | Query String Parameter | no | The information stored in your system related to the respondent profile. See “Passing in Demographics” | 211=111&212=111&229=90403 | |||||
maxNumberOfSurveysReturned | Query String Parameter | no - defaults to 12 | Set the max number of surveys to return in the response, sorted by internal score | maxNumberOfSurveysReturned=10 |
...