GET api/surveyquestionlist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SurveyQuestionList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SortVal | integer |
None. |
|
| ShipmentField | string |
None. |
|
| AddToCategory | string |
None. |
|
| Web | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "7941468d-b4e5-42ca-b91d-fc1e67d8db0d",
"Name": "sample string 2",
"SortVal": 1,
"ShipmentField": "sample string 3",
"AddToCategory": "sample string 4",
"Web": true
},
{
"ID": "7941468d-b4e5-42ca-b91d-fc1e67d8db0d",
"Name": "sample string 2",
"SortVal": 1,
"ShipmentField": "sample string 3",
"AddToCategory": "sample string 4",
"Web": true
}
]
application/xml, text/xml
Sample:
<ArrayOfSurveyQuestionList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<SurveyQuestionList>
<AddToCategory>sample string 4</AddToCategory>
<ID>7941468d-b4e5-42ca-b91d-fc1e67d8db0d</ID>
<Name>sample string 2</Name>
<ShipmentField>sample string 3</ShipmentField>
<SortVal>1</SortVal>
<Web>true</Web>
</SurveyQuestionList>
<SurveyQuestionList>
<AddToCategory>sample string 4</AddToCategory>
<ID>7941468d-b4e5-42ca-b91d-fc1e67d8db0d</ID>
<Name>sample string 2</Name>
<ShipmentField>sample string 3</ShipmentField>
<SortVal>1</SortVal>
<Web>true</Web>
</SurveyQuestionList>
</ArrayOfSurveyQuestionList>