GET api/JobSeeker/Settings/GetSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JobSeekerSettingsRequestOutput
NameDescriptionTypeAdditional information
Success

boolean

None.

FailMessage

string

None.

UserName

string

None.

SecurityQuestion

integer

None.

SecurityAnswer

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "failMessage": "sample string 2",
  "userName": "sample string 3",
  "securityQuestion": 4,
  "securityAnswer": "sample string 5"
}

application/xml, text/xml

Sample:
<JobSeekerSettingsRequestOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker">
  <FailMessage>sample string 2</FailMessage>
  <SecurityAnswer>sample string 5</SecurityAnswer>
  <SecurityQuestion>4</SecurityQuestion>
  <Success>true</Success>
  <UserName>sample string 3</UserName>
</JobSeekerSettingsRequestOutput>