Returns information needed for external panels to show invitations to CV projects
Endpoint URL
http://api.clearvoicesurveys.com/api/v1/member/getopenprojectinfobyexternalmemberid?externalmemberid={externalmemberid}
Parameters
| ExternalMemberId string |
Response Description
| PrcAdCampaignGuid globally unique identifier |
| SurveyClubAdCampaignGuid globally unique identifier |
| UserInvitationGuid globally unique identifier |
| CakeOfferId integer |
| LengthOfInterview integer |
| RewardAmount decimal number |
| SurveyName string |
| ProjectType string |
| DeviceCompatibility byte |
| ProjectId integer |
| IsDesktopSupported boolean |
| IsMobileSupported boolean |
| IsTabletSupported boolean |
| Url string |
| RecencyScore integer |
| DashboardScore decimal number |
| IsDismissed boolean |
Example Response
[
{
"PrcAdCampaignGuid": "f3dbe500-4e42-4f76-baf9-bf2104e84303",
"SurveyClubAdCampaignGuid": "359c02b0-eb98-4721-846e-3866a90d9e0b",
"UserInvitationGuid": "8732de78-928c-45e4-9540-d5a9e6c6c0cf",
"CakeOfferId": 1,
"LengthOfInterview": 1,
"RewardAmount": 1.0,
"SurveyName": "sample string 1",
"ProjectType": "sample string 2",
"DeviceCompatibility": 64,
"ProjectId": 3,
"IsDesktopSupported": true,
"IsMobileSupported": true,
"IsTabletSupported": true,
"Url": "sample string 7",
"RecencyScore": 8,
"DashboardScore": 9.0,
"IsDismissed": true
},
{
"PrcAdCampaignGuid": "f3dbe500-4e42-4f76-baf9-bf2104e84303",
"SurveyClubAdCampaignGuid": "359c02b0-eb98-4721-846e-3866a90d9e0b",
"UserInvitationGuid": "8732de78-928c-45e4-9540-d5a9e6c6c0cf",
"CakeOfferId": 1,
"LengthOfInterview": 1,
"RewardAmount": 1.0,
"SurveyName": "sample string 1",
"ProjectType": "sample string 2",
"DeviceCompatibility": 64,
"ProjectId": 3,
"IsDesktopSupported": true,
"IsMobileSupported": true,
"IsTabletSupported": true,
"Url": "sample string 7",
"RecencyScore": 8,
"DashboardScore": 9.0,
"IsDismissed": true
}
]