GET api/Unsubscribe?PanelistId={PanelistId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PanelistId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Panelist
NameDescriptionTypeAdditional information
Otp

integer

None.

PointBalance

string

None.

PointsEarned

string

None.

PointsSpent

string

None.

PointsExpiry

string

None.

StatusCode

integer

None.

Email

string

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

Gender

string

None.

DateOfBirth

date

None.

DateOfJoining

date

None.

Password

string

None.

Statusid

byte

None.

LanguagePreference

byte

None.

MarketId

integer

None.

IsScreened

boolean

None.

PanelistCity

string

None.

PanelistCountry

string

None.

MobileNo

string

None.

PanelistProfilingData

Collection of PanelistProfilingData

None.

ErrorMessage

string

None.

UnsubscribeDate

date

None.

ReasonForUnsubscription

string

None.

LanguageCulture

string

None.

News

string

None.

Stats

string

None.

DateOfLastParticipation

date

None.

PopcampaignID

integer

None.

ShowPopIsenable

boolean

None.

CampaignStatusId

integer

None.

PopUpSurveyStatusId

integer

None.

IsMobileNumberVerified

boolean

None.

IsPasswordUpdated

boolean

None.

IsPasswordExpired

boolean

None.

IsPanelistGraduate

boolean

None.

BlogLink

string

None.

SpecialityAnsId

integer

None.

IsStudentProfilerCompleted

boolean

None.

IsProfilerCompleted

boolean

None.

IsApprovedAsStudent

boolean

None.

GraduationDate

date

None.

PhysicianspecialityAnsId

integer

None.

LinkedInProfile

string

None.

SocialPlugInId

boolean

None.

Refereename

string

None.

ID

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "otp": 1,
  "pointBalance": "sample string 2",
  "pointsEarned": "sample string 3",
  "pointsSpent": "sample string 4",
  "pointsExpiry": "sample string 5",
  "statusCode": 64,
  "email": "sample string 6",
  "firstName": "sample string 7",
  "middleName": "sample string 8",
  "lastName": "sample string 9",
  "gender": "sample string 10",
  "dateOfBirth": "2025-06-07T09:59:46.5803816-04:00",
  "dateOfJoining": "2025-06-07T09:59:46.5803816-04:00",
  "password": "sample string 11",
  "statusid": 64,
  "languagePreference": 64,
  "marketId": 1,
  "isScreened": true,
  "panelistCity": "sample string 13",
  "panelistCountry": "sample string 14",
  "mobileNo": "sample string 15",
  "panelistProfilingData": [
    {
      "comments": "sample string 1",
      "panelistId": 1,
      "questionId": 1,
      "answer": "sample string 2",
      "id": 3,
      "createdDate": "2025-06-07T09:59:46.5803816-04:00",
      "modifiedDate": "2025-06-07T09:59:46.5803816-04:00",
      "createdBy": 1,
      "modifiedBy": 1,
      "isActive": true
    },
    {
      "comments": "sample string 1",
      "panelistId": 1,
      "questionId": 1,
      "answer": "sample string 2",
      "id": 3,
      "createdDate": "2025-06-07T09:59:46.5803816-04:00",
      "modifiedDate": "2025-06-07T09:59:46.5803816-04:00",
      "createdBy": 1,
      "modifiedBy": 1,
      "isActive": true
    }
  ],
  "errorMessage": "sample string 16",
  "unsubscribeDate": "2025-06-07T09:59:46.5803816-04:00",
  "reasonForUnsubscription": "sample string 17",
  "languageCulture": "sample string 18",
  "news": "sample string 19",
  "stats": "sample string 20",
  "dateOfLastParticipation": "2025-06-07T09:59:46.5803816-04:00",
  "popcampaignID": 21,
  "showPopIsenable": true,
  "campaignStatusId": 23,
  "popUpSurveyStatusId": 24,
  "isMobileNumberVerified": true,
  "isPasswordUpdated": true,
  "isPasswordExpired": true,
  "isPanelistGraduate": true,
  "blogLink": "sample string 29",
  "specialityAnsId": 1,
  "isStudentProfilerCompleted": true,
  "isProfilerCompleted": true,
  "isApprovedAsStudent": true,
  "graduationDate": "2025-06-07T09:59:46.5803816-04:00",
  "physicianspecialityAnsId": 1,
  "linkedInProfile": "sample string 30",
  "socialPlugInId": true,
  "refereename": "sample string 32",
  "id": 33,
  "createdDate": "2025-06-07T09:59:46.5803816-04:00",
  "modifiedDate": "2025-06-07T09:59:46.5803816-04:00",
  "createdBy": 1,
  "modifiedBy": 1,
  "isActive": true
}