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
ClearVoice's external member idfor the member you would like to get.

Required

Response Description

PrcAdCampaignGuid
globally unique identifier
Ad Campaign Guid related to this project for Product Report Card
SurveyClubAdCampaignGuid
globally unique identifier
Ad Campaign Guid related to this project for Survey Club
UserInvitationGuid
globally unique identifier
Guid taken from the user invitation
CakeOfferId
integer
Offer id in cake for this project / vendor
LengthOfInterview
integer
Length of the survey for this project
RewardAmount
decimal number
Reward amount for this invitation
SurveyName
string
SurveyName for the survey
ProjectType
string
Type of project
DeviceCompatibility
byte
Device Compatibility.
ProjectId
integer
IsDesktopSupported
boolean
IsMobileSupported
boolean
IsTabletSupported
boolean
Url
string
RecencyScore
integer
DashboardScore
decimal number
IsDismissed
boolean

Example Response

[
  {
    "PrcAdCampaignGuid": "085b9479-699f-4916-b657-53d6cb73b0f6",
    "SurveyClubAdCampaignGuid": "420a7e35-b69c-4819-bba9-e26b35df6c50",
    "UserInvitationGuid": "03be637b-4a6e-442d-8824-3c65e191657f",
    "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": "085b9479-699f-4916-b657-53d6cb73b0f6",
    "SurveyClubAdCampaignGuid": "420a7e35-b69c-4819-bba9-e26b35df6c50",
    "UserInvitationGuid": "03be637b-4a6e-442d-8824-3c65e191657f",
    "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
  }
]