GET api/LookUp/GetPersonalities

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LKUP_PersonalityVM
NameDescriptionTypeAdditional information
PerTypeID

integer

None.

PerType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PerTypeID": 1,
    "PerType": "sample string 2"
  },
  {
    "PerTypeID": 1,
    "PerType": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLKUP_Personality.LKUP_PersonalityVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
  <LKUP_Personality.LKUP_PersonalityVM>
    <PerType>sample string 2</PerType>
    <PerTypeID>1</PerTypeID>
  </LKUP_Personality.LKUP_PersonalityVM>
  <LKUP_Personality.LKUP_PersonalityVM>
    <PerType>sample string 2</PerType>
    <PerTypeID>1</PerTypeID>
  </LKUP_Personality.LKUP_PersonalityVM>
</ArrayOfLKUP_Personality.LKUP_PersonalityVM>