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": "e36cda14-ec33-4a5c-b99e-c26a1a30952b",
"SurveyClubAdCampaignGuid": "d77fbc41-ae45-4c4f-a3a0-93b746a3e0db",
"UserInvitationGuid": "b0893c57-2377-47df-ad3d-7ffae4ebcfe4",
"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": "e36cda14-ec33-4a5c-b99e-c26a1a30952b",
"SurveyClubAdCampaignGuid": "d77fbc41-ae45-4c4f-a3a0-93b746a3e0db",
"UserInvitationGuid": "b0893c57-2377-47df-ad3d-7ffae4ebcfe4",
"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
}
]