GET api/v1/profile/{userId}/culture
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Panelist| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| string |
None. |
||
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Gender | string |
None. |
|
| DateOfBirth | date |
None. |
|
| DateOfJoining | date |
None. |
|
| Password | string |
None. |
|
| Statusid | byte |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| LanguagePreference | byte |
None. |
|
| MarketId | integer |
None. |
|
| IsScreened | boolean |
None. |
|
| MobileNo | string |
None. |
|
| PointBalance | string |
None. |
|
| PointsEarned | string |
None. |
|
| PointsSpent | string |
None. |
|
| PanelistCity | string |
None. |
|
| IsPanelistGraduate | boolean |
None. |
|
| PanelistCountry | string |
None. |
|
| LanguageCulture | string |
None. |
|
| IsPasswordExpired | boolean |
None. |
|
| IsStudentProfilerCompleted | boolean |
None. |
|
| IsApprovedAsStudent | boolean |
None. |
|
| GraduationDate | date |
None. |
|
| IsProfilerCompleted | boolean |
None. |
|
| SocialPlugInId | boolean |
None. |
|
| PanelistProfilingData | Collection of PanelistProfilingData |
None. |
|
| Otp | integer |
None. |
|
| PointsExpiry | string |
None. |
|
| StatusCode | integer |
None. |
|
| MiddleName | string |
None. |
|
| ErrorMessage | string |
None. |
|
| UnsubscribeDate | date |
None. |
|
| ReasonForUnsubscription | 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. |
|
| BlogLink | string |
None. |
|
| SpecialityAnsId | integer |
None. |
|
| PhysicianspecialityAnsId | integer |
None. |
|
| LinkedInProfile | string |
None. |
|
| Refereename | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"otp": 18,
"pointBalance": "sample string 9",
"pointsEarned": "sample string 10",
"pointsSpent": "sample string 11",
"pointsExpiry": "sample string 19",
"statusCode": 64,
"email": "sample string 2",
"firstName": "sample string 3",
"middleName": "sample string 20",
"lastName": "sample string 4",
"gender": "sample string 5",
"dateOfBirth": "2025-10-31T06:33:43.709821-04:00",
"dateOfJoining": "2025-10-31T06:33:43.709821-04:00",
"password": "sample string 6",
"statusid": 64,
"languagePreference": 64,
"marketId": 1,
"isScreened": true,
"panelistCity": "sample string 12",
"panelistCountry": "sample string 14",
"mobileNo": "sample string 8",
"panelistProfilingData": [
{
"comments": "sample string 1",
"panelistId": 1,
"questionId": 1,
"answer": "sample string 2",
"id": 3,
"createdDate": "2025-10-31T06:33:43.709821-04:00",
"modifiedDate": "2025-10-31T06:33:43.709821-04:00",
"createdBy": 1,
"modifiedBy": 1,
"isActive": true
},
{
"comments": "sample string 1",
"panelistId": 1,
"questionId": 1,
"answer": "sample string 2",
"id": 3,
"createdDate": "2025-10-31T06:33:43.709821-04:00",
"modifiedDate": "2025-10-31T06:33:43.709821-04:00",
"createdBy": 1,
"modifiedBy": 1,
"isActive": true
}
],
"errorMessage": "sample string 21",
"unsubscribeDate": "2025-10-31T06:33:43.709821-04:00",
"reasonForUnsubscription": "sample string 22",
"languageCulture": "sample string 15",
"news": "sample string 23",
"stats": "sample string 24",
"dateOfLastParticipation": "2025-10-31T06:33:43.709821-04:00",
"popcampaignID": 25,
"showPopIsenable": true,
"campaignStatusId": 27,
"popUpSurveyStatusId": 28,
"isMobileNumberVerified": true,
"isPasswordUpdated": true,
"isPasswordExpired": true,
"isPanelistGraduate": true,
"blogLink": "sample string 31",
"specialityAnsId": 1,
"isStudentProfilerCompleted": true,
"isProfilerCompleted": true,
"isApprovedAsStudent": true,
"graduationDate": "2025-10-31T06:33:43.709821-04:00",
"physicianspecialityAnsId": 1,
"linkedInProfile": "sample string 32",
"socialPlugInId": true,
"refereename": "sample string 33",
"id": 1,
"createdDate": "2025-10-31T06:33:43.709821-04:00",
"modifiedDate": "2025-10-31T06:33:43.709821-04:00",
"createdBy": 1,
"modifiedBy": 1,
"isActive": true
}