GET api/PickListTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PickListsType
NameDescriptionTypeAdditional information
PickListTypeID

integer

None.

PickListType

string

String length: inclusive between 0 and 20

PickListTypeDesc

string

None.

ReportOrder

integer

None.

ReportGroup

string

String length: inclusive between 0 and 50

ReportColumn

integer

None.

GroupOrder

integer

None.

QuestionType

string

String length: inclusive between 0 and 20

AnswerType

string

None.

ChoiceList

string

None.

HelpText

string

None.

EventCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PickListTypeID": 1,
    "PickListType": "sample string 2",
    "PickListTypeDesc": "sample string 3",
    "ReportOrder": 4,
    "ReportGroup": "sample string 5",
    "ReportColumn": 6,
    "GroupOrder": 7,
    "QuestionType": "sample string 8",
    "AnswerType": "sample string 9",
    "ChoiceList": "sample string 10",
    "HelpText": "sample string 11",
    "EventCode": "sample string 12"
  },
  {
    "PickListTypeID": 1,
    "PickListType": "sample string 2",
    "PickListTypeDesc": "sample string 3",
    "ReportOrder": 4,
    "ReportGroup": "sample string 5",
    "ReportColumn": 6,
    "GroupOrder": 7,
    "QuestionType": "sample string 8",
    "AnswerType": "sample string 9",
    "ChoiceList": "sample string 10",
    "HelpText": "sample string 11",
    "EventCode": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPickListsType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiresUniAPI.Models">
  <PickListsType>
    <AnswerType>sample string 9</AnswerType>
    <ChoiceList>sample string 10</ChoiceList>
    <EventCode>sample string 12</EventCode>
    <GroupOrder>7</GroupOrder>
    <HelpText>sample string 11</HelpText>
    <PickListType>sample string 2</PickListType>
    <PickListTypeDesc>sample string 3</PickListTypeDesc>
    <PickListTypeID>1</PickListTypeID>
    <QuestionType>sample string 8</QuestionType>
    <ReportColumn>6</ReportColumn>
    <ReportGroup>sample string 5</ReportGroup>
    <ReportOrder>4</ReportOrder>
  </PickListsType>
  <PickListsType>
    <AnswerType>sample string 9</AnswerType>
    <ChoiceList>sample string 10</ChoiceList>
    <EventCode>sample string 12</EventCode>
    <GroupOrder>7</GroupOrder>
    <HelpText>sample string 11</HelpText>
    <PickListType>sample string 2</PickListType>
    <PickListTypeDesc>sample string 3</PickListTypeDesc>
    <PickListTypeID>1</PickListTypeID>
    <QuestionType>sample string 8</QuestionType>
    <ReportColumn>6</ReportColumn>
    <ReportGroup>sample string 5</ReportGroup>
    <ReportOrder>4</ReportOrder>
  </PickListsType>
</ArrayOfPickListsType>