GET api/ProgramLevel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of API_PROGRAM_LEVEL
NameDescriptionTypeAdditional information
ID

decimal number

None.

Level

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1.0,
    "Level": "sample string 2"
  },
  {
    "ID": 1.0,
    "Level": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPI_PROGRAM_LEVEL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NCHEAPI">
  <API_PROGRAM_LEVEL>
    <ID>1</ID>
    <Level>sample string 2</Level>
  </API_PROGRAM_LEVEL>
  <API_PROGRAM_LEVEL>
    <ID>1</ID>
    <Level>sample string 2</Level>
  </API_PROGRAM_LEVEL>
</ArrayOfAPI_PROGRAM_LEVEL>