GET api/surveycategorylist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SurveyCategoryList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| SortVal | integer |
None. |
|
| Omni | boolean |
None. |
|
| Weight | decimal number |
None. |
|
| ClassName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "ead5ff6f-fa39-40a4-a7a0-3e10b28af4fa",
"Name": "sample string 2",
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"Omni": true,
"Weight": 1.1,
"ClassName": "sample string 4"
},
{
"ID": "ead5ff6f-fa39-40a4-a7a0-3e10b28af4fa",
"Name": "sample string 2",
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"Omni": true,
"Weight": 1.1,
"ClassName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfSurveyCategoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<SurveyCategoryList>
<ClassName>sample string 4</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>ead5ff6f-fa39-40a4-a7a0-3e10b28af4fa</ID>
<Name>sample string 2</Name>
<Omni>true</Omni>
<SortVal>1</SortVal>
<Weight>1.1</Weight>
</SurveyCategoryList>
<SurveyCategoryList>
<ClassName>sample string 4</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>ead5ff6f-fa39-40a4-a7a0-3e10b28af4fa</ID>
<Name>sample string 2</Name>
<Omni>true</Omni>
<SortVal>1</SortVal>
<Weight>1.1</Weight>
</SurveyCategoryList>
</ArrayOfSurveyCategoryList>