GET api/Candidates/Search/MasterLists/{MasterListName}

Used to fetch a Search SystemList List without Filter...

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MasterListName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SystemListDO
NameDescriptionTypeAdditional information
LensCode

string

None.

MFrontCode

string

None.

Value

string

None.

SystemType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LensCode": "sample string 1",
    "MFrontCode": "sample string 2",
    "Value": "sample string 3",
    "SystemType": "sample string 4"
  },
  {
    "LensCode": "sample string 1",
    "MFrontCode": "sample string 2",
    "Value": "sample string 3",
    "SystemType": "sample string 4"
  }
]

text/xml

Sample:
<ArrayOfSystemListDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models">
  <SystemListDO>
    <LensCode>sample string 1</LensCode>
    <MFrontCode>sample string 2</MFrontCode>
    <SystemType>sample string 4</SystemType>
    <Value>sample string 3</Value>
  </SystemListDO>
  <SystemListDO>
    <LensCode>sample string 1</LensCode>
    <MFrontCode>sample string 2</MFrontCode>
    <SystemType>sample string 4</SystemType>
    <Value>sample string 3</Value>
  </SystemListDO>
</ArrayOfSystemListDO>

multipart/form-data

Sample:
<ArrayOfSystemListDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models"><SystemListDO><LensCode>sample string 1</LensCode><MFrontCode>sample string 2</MFrontCode><SystemType>sample string 4</SystemType><Value>sample string 3</Value></SystemListDO><SystemListDO><LensCode>sample string 1</LensCode><MFrontCode>sample string 2</MFrontCode><SystemType>sample string 4</SystemType><Value>sample string 3</Value></SystemListDO></ArrayOfSystemListDO>