Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of question categories.

Collection of Pico.QuestionCategory
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

id

Gets or sets the question category identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "id": "3"
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "id": "3"
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","id":"3"},{"code":"sample String 1","description":"sample String 2","id":"3"}]

application/xml, text/xml

Sample:
<ArrayOfQuestionCategory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <QuestionCategory>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <QuestionCategoryId>3</QuestionCategoryId>
  </QuestionCategory>
  <QuestionCategory>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <QuestionCategoryId>3</QuestionCategoryId>
  </QuestionCategory>
</ArrayOfQuestionCategory>