GET api/PitScoutTypes

Retrieve descriptions for the PitScoutTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PitScoutsType
NameDescriptionTypeAdditional information
PitScoutTypeID

integer

None.

PitScoutType

string

String length: inclusive between 0 and 20

PitScoutTypeDesc

string

None.

ReportOrder

integer

None.

ReportGroup

string

String length: inclusive between 0 and 50

GroupOrder

integer

None.

QuestionType

string

String length: inclusive between 0 and 20

AnswerType

string

None.

ChoiceList

string

None.

HelpText

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PitScoutTypeID": 1,
    "PitScoutType": "sample string 2",
    "PitScoutTypeDesc": "sample string 3",
    "ReportOrder": 4,
    "ReportGroup": "sample string 5",
    "GroupOrder": 6,
    "QuestionType": "sample string 7",
    "AnswerType": "sample string 8",
    "ChoiceList": "sample string 9",
    "HelpText": "sample string 10"
  },
  {
    "PitScoutTypeID": 1,
    "PitScoutType": "sample string 2",
    "PitScoutTypeDesc": "sample string 3",
    "ReportOrder": 4,
    "ReportGroup": "sample string 5",
    "GroupOrder": 6,
    "QuestionType": "sample string 7",
    "AnswerType": "sample string 8",
    "ChoiceList": "sample string 9",
    "HelpText": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPitScoutsType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiresUniAPI.Models">
  <PitScoutsType>
    <AnswerType>sample string 8</AnswerType>
    <ChoiceList>sample string 9</ChoiceList>
    <GroupOrder>6</GroupOrder>
    <HelpText>sample string 10</HelpText>
    <PitScoutType>sample string 2</PitScoutType>
    <PitScoutTypeDesc>sample string 3</PitScoutTypeDesc>
    <PitScoutTypeID>1</PitScoutTypeID>
    <QuestionType>sample string 7</QuestionType>
    <ReportGroup>sample string 5</ReportGroup>
    <ReportOrder>4</ReportOrder>
  </PitScoutsType>
  <PitScoutsType>
    <AnswerType>sample string 8</AnswerType>
    <ChoiceList>sample string 9</ChoiceList>
    <GroupOrder>6</GroupOrder>
    <HelpText>sample string 10</HelpText>
    <PitScoutType>sample string 2</PitScoutType>
    <PitScoutTypeDesc>sample string 3</PitScoutTypeDesc>
    <PitScoutTypeID>1</PitScoutTypeID>
    <QuestionType>sample string 7</QuestionType>
    <ReportGroup>sample string 5</ReportGroup>
    <ReportOrder>4</ReportOrder>
  </PitScoutsType>
</ArrayOfPitScoutsType>