GET api/StudentProfile?userIdentifier={userIdentifier}

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Core.Models.Views.StudentViewModel
NameDescriptionTypeAdditional information
UserName

string

None.

StudentCode

string

None.

Gender

PearsonEnglish.LearningServices.Core.Models.Enums.Gender

None.

NativeLanguageId

globally unique identifier

None.

SecondaryLanguageId

globally unique identifier

None.

PersonalMotivationId

globally unique identifier

None.

NationalityId

globally unique identifier

None.

ProfessionId

globally unique identifier

None.

NativeLanguage

string

None.

SecondaryLanguage

string

None.

PersonalMotivation

string

None.

Nationality

string

None.

Profession

string

None.

SocialNetworkId1

globally unique identifier

None.

SocialNetworkId2

globally unique identifier

None.

SocialNetworkId3

globally unique identifier

None.

SocialNetworkId4

globally unique identifier

None.

ConsultantId

globally unique identifier

None.

CenterId

globally unique identifier

None.

CenterName

string

None.

CenterReferenceId

string

None.

ConsultantFullName

string

None.

ConsultantPhotoUris

Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value]

None.

LabTeacherId

globally unique identifier

None.

LabTeacherFullName

string

None.

LabTeacherPhotoUris

Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value]

None.

IsAycl

boolean

None.

Birthdate

date

None.

About_Me

string

None.

Interest_hobbies

string

None.

Why_study_english

Collection of string

None.

Study_reason

string

None.

UserId

globally unique identifier

None.

tempisNewStudent

boolean

None.

LastName

string

None.

FirstName

string

None.

SsdsId

string

None.

StudentId

integer

None.

PhotoUris

Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value]

None.

SocialNetworkAddress1

string

None.

SocialNetworkAddress2

string

None.

SocialNetworkAddress3

string

None.

SocialNetworkAddress4

string

None.

SocialNetwork1

string

None.

SocialNetwork2

string

None.

SocialNetwork3

string

None.

SocialNetwork4

string

None.

Email

string

None.

MobileTelephone

string

None.

HomeTelephone

string

None.

WorkTelephone

string

None.

PreferredContactMethod

PearsonEnglish.LearningServices.Core.Models.Enums.StudentPreferredContactMethods

None.

PreferredSocialNetworkId

globally unique identifier

None.

PreferredSocialNetworkName

string

None.

PreferredSocialNetworkAddress

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "StudentCode": "sample string 2",
  "Gender": 0,
  "NativeLanguageId": "2e878d93-fb9f-45d1-b304-766eda7d9011",
  "SecondaryLanguageId": "c76c3eb9-9191-4dc3-8a7a-84d7c5382515",
  "PersonalMotivationId": "38fa85f5-a61a-4939-956b-bd6a0292edea",
  "NationalityId": "99ee7bb3-a054-4697-a550-f59810850ad5",
  "ProfessionId": "2dcc710c-7148-4228-b078-daa9e16c745e",
  "NativeLanguage": "sample string 3",
  "SecondaryLanguage": "sample string 4",
  "PersonalMotivation": "sample string 5",
  "Nationality": "sample string 6",
  "Profession": "sample string 7",
  "SocialNetworkId1": "9f062f82-6ccd-454c-9fef-46972c9ce44f",
  "SocialNetworkId2": "a59716c3-4608-4eb6-ac79-c0fa96cf4bce",
  "SocialNetworkId3": "0ec5556e-bc75-4916-b561-5a277f1205db",
  "SocialNetworkId4": "82199a68-5ed5-4180-9505-51b525cd66a0",
  "ConsultantId": "7a4d7c40-4acd-43b8-8f06-7a9724dd4be9",
  "CenterId": "6e70c8d6-f6cd-479c-b844-016827337feb",
  "CenterName": "sample string 8",
  "CenterReferenceId": "sample string 9",
  "ConsultantFullName": "sample string 10",
  "ConsultantPhotoUris": {
    "Small": "sample string 1"
  },
  "LabTeacherId": "0fb2a596-6a68-456f-9fea-d24ad2431d9d",
  "LabTeacherFullName": "sample string 11",
  "LabTeacherPhotoUris": {
    "Small": "sample string 1"
  },
  "IsAycl": true,
  "Birthdate": "2024-10-05",
  "About_Me": "sample string 13",
  "Interest_hobbies": "sample string 14",
  "Why_study_english": [
    "sample string 1",
    "sample string 2"
  ],
  "Study_reason": "sample string 15",
  "UserId": "ae96f1a3-e81a-4a96-94ad-580b4a7563dd",
  "tempisNewStudent": true,
  "LastName": "sample string 18",
  "FirstName": "sample string 19",
  "SsdsId": "sample string 20",
  "StudentId": 21,
  "PhotoUris": {
    "Small": "sample string 1"
  },
  "SocialNetworkAddress1": "sample string 22",
  "SocialNetworkAddress2": "sample string 23",
  "SocialNetworkAddress3": "sample string 24",
  "SocialNetworkAddress4": "sample string 25",
  "SocialNetwork1": "sample string 26",
  "SocialNetwork2": "sample string 27",
  "SocialNetwork3": "sample string 28",
  "SocialNetwork4": "sample string 29",
  "Email": "sample string 30",
  "MobileTelephone": "sample string 31",
  "HomeTelephone": "sample string 32",
  "WorkTelephone": "sample string 33",
  "PreferredContactMethod": 0,
  "PreferredSocialNetworkId": "aa8be8f6-b291-49b7-9d6f-a44d888e7bff",
  "PreferredSocialNetworkName": "sample string 34",
  "PreferredSocialNetworkAddress": "sample string 35"
}