GET https://{IP_CORE_URL}/IntegratedPanelService/api/Respondent/?memberCode={memberCode}&partnerGUID={partnerGUID}
Parameters
Name
Description
Required?
memberCode
Unique Respondent Code from the Partner
Yes
partnerGUID
Unique Partner Code (Please request this from Toluna if you don’t have one)
Yes
Headers
Name
Type
Description
Required?
Accept: application/json;version=2.0
string
Declaration of api version
Yes
Body Details
None
Response
Possible Codes
Response Code
Etiology, actions
200
OK. Request processed normally, existing Member Panelist was updated without issue
400
Bad Request. Request is malformed or incomplete. Review message details and take appropriate action
500
Internal Error. An exception occurred while processing the request. Contact Toluna for resolution. Toluna will likely have the details captured in its logs
Body Details
Property
Description
Type
Required?
PartnerGUID
GUID
Unique Partner Code (Please request from Toluna if you don’t have one)
Yes
MemberCode
string
Unique Respondent Code from the Partner
Yes
IsActive
bool
Defaults TRUE. When TRUE, Member is eligible to take Surveys. When FALSE, Member is excluded from the Survey Routing pool.
No
BirthDate
string
YYYY-MM-DD format
No
PostalCode
string
Member postal code
No
IsTest
bool
Defaults FALSE. When TRUE the Member by-passes all Toluna duplication validation routines. Among other things, this makes the eligible to take Surveys multiple times from the same physical machine. Should be used ONLY during testing
No
IsPIIDataRegulated
bool
Defaults FALSE. When TRUE, all personally identifiable information is removed
No
AnsweredQuestions
A collection of 0:M demographic Question and Answer ID pairs - Currently available - will be marked as “obsolete” and deprecated in an year
RegistrationAnswers
Supports multi-select and open-ended answers. This will also maintain current single select responses
{
"Message": "No member found with member code AUniquePartnerCode and partner Guid 93A6D55C-D4E7-49FC-8D68-671165ADE463"
}
AnsweredQuestions and RegistrationAnswers will contain the same member responses, and Partner can use their choice. If Partner wants to supply multi-select and open-ended, then using RegistrationAnswers in all the methods will be appropriate. Sample GET response: