Returns information needed for external panels to show invitations to CV projects
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/member/getuserinvitationinformation?userinvitationguid={userinvitationguid}
Parameters
UserInvitationGuid string |
Response Description
CompletedRewardAmount decimal number |
TerminatedRewardAmount decimal number |
OverQuotaRewardAmount decimal number |
PrelimStatusCode string |
CakeOfferId integer |
ExternalMemberId string |
SurveyName string |
SurveyClubAdCampaignGuid globally unique identifier |
PrcAdCampaignGuid globally unique identifier |
ClearVoiceProjectId integer |
Example Response
[ { "CompletedRewardAmount": 1.0, "TerminatedRewardAmount": 1.0, "OverQuotaRewardAmount": 1.0, "PrelimStatusCode": "sample string 1", "CakeOfferId": 1, "ExternalMemberId": "sample string 2", "SurveyName": "sample string 3", "SurveyClubAdCampaignGuid": "3fc32bdf-58fe-45ef-9849-1b0ae8d315e0", "PrcAdCampaignGuid": "e10f8a45-91e7-4440-b8fb-60e81df6372f", "ClearVoiceProjectId": 4 }, { "CompletedRewardAmount": 1.0, "TerminatedRewardAmount": 1.0, "OverQuotaRewardAmount": 1.0, "PrelimStatusCode": "sample string 1", "CakeOfferId": 1, "ExternalMemberId": "sample string 2", "SurveyName": "sample string 3", "SurveyClubAdCampaignGuid": "3fc32bdf-58fe-45ef-9849-1b0ae8d315e0", "PrcAdCampaignGuid": "e10f8a45-91e7-4440-b8fb-60e81df6372f", "ClearVoiceProjectId": 4 } ]