GET api/DivisionQuestionnaires/Unused

Get the list of unused division questionnaires. (Does not include nested descendants).

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JSON array of the list of unused division questionnaires.

Collection of VW_UNUSED_QUESTIONNAIRES
NameDescriptionTypeAdditional information
QUESTIONNAIRE_ID

integer

None.

DIV_ID

integer

None.

QUESTIONNAIRE_NAME

string

None.

SINGLE_USE

boolean

None.

ACTIVE

boolean

None.

SHOW

boolean

None.

CREATION_DATE

date

None.

OLD

integer

None.

Sections

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "QUESTIONNAIRE_ID": 1,
    "DIV_ID": 2,
    "QUESTIONNAIRE_NAME": "sample string 3",
    "SINGLE_USE": true,
    "ACTIVE": true,
    "SHOW": true,
    "CREATION_DATE": "2025-08-29T02:52:30.698073+00:00",
    "OLD": 1,
    "Sections": "sample string 7"
  },
  {
    "QUESTIONNAIRE_ID": 1,
    "DIV_ID": 2,
    "QUESTIONNAIRE_NAME": "sample string 3",
    "SINGLE_USE": true,
    "ACTIVE": true,
    "SHOW": true,
    "CREATION_DATE": "2025-08-29T02:52:30.698073+00:00",
    "OLD": 1,
    "Sections": "sample string 7"
  }
]

application/octet-stream

Sample:
[{"QUESTIONNAIRE_ID":1,"DIV_ID":2,"QUESTIONNAIRE_NAME":"sample string 3","SINGLE_USE":true,"ACTIVE":true,"SHOW":true,"CREATION_DATE":"2025-08-29T02:52:30.698073+00:00","OLD":1,"Sections":"sample string 7"},{"QUESTIONNAIRE_ID":1,"DIV_ID":2,"QUESTIONNAIRE_NAME":"sample string 3","SINGLE_USE":true,"ACTIVE":true,"SHOW":true,"CREATION_DATE":"2025-08-29T02:52:30.698073+00:00","OLD":1,"Sections":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfVW_UNUSED_QUESTIONNAIRES xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <VW_UNUSED_QUESTIONNAIRES>
    <QUESTIONNAIRE_ID>1</QUESTIONNAIRE_ID>
    <DIV_ID>2</DIV_ID>
    <QUESTIONNAIRE_NAME>sample string 3</QUESTIONNAIRE_NAME>
    <SINGLE_USE>true</SINGLE_USE>
    <ACTIVE>true</ACTIVE>
    <SHOW>true</SHOW>
    <CREATION_DATE>2025-08-29T02:52:30.698073+00:00</CREATION_DATE>
    <OLD>1</OLD>
    <Sections>sample string 7</Sections>
  </VW_UNUSED_QUESTIONNAIRES>
  <VW_UNUSED_QUESTIONNAIRES>
    <QUESTIONNAIRE_ID>1</QUESTIONNAIRE_ID>
    <DIV_ID>2</DIV_ID>
    <QUESTIONNAIRE_NAME>sample string 3</QUESTIONNAIRE_NAME>
    <SINGLE_USE>true</SINGLE_USE>
    <ACTIVE>true</ACTIVE>
    <SHOW>true</SHOW>
    <CREATION_DATE>2025-08-29T02:52:30.698073+00:00</CREATION_DATE>
    <OLD>1</OLD>
    <Sections>sample string 7</Sections>
  </VW_UNUSED_QUESTIONNAIRES>
</ArrayOfVW_UNUSED_QUESTIONNAIRES>