GET api/surveycontainerlist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SurveyContainerList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Cubes | decimal number |
None. |
|
| Density | decimal number |
None. |
|
| SortVal | integer |
None. |
|
| Weight | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "5fa6e710-d232-48b1-b340-398b7e3618f5",
"Name": "sample string 2",
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"Weight": 1.1
},
{
"ID": "5fa6e710-d232-48b1-b340-398b7e3618f5",
"Name": "sample string 2",
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"Weight": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfSurveyContainerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<SurveyContainerList>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>5fa6e710-d232-48b1-b340-398b7e3618f5</ID>
<Name>sample string 2</Name>
<SortVal>1</SortVal>
<Weight>1.1</Weight>
</SurveyContainerList>
<SurveyContainerList>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>5fa6e710-d232-48b1-b340-398b7e3618f5</ID>
<Name>sample string 2</Name>
<SortVal>1</SortVal>
<Weight>1.1</Weight>
</SurveyContainerList>
</ArrayOfSurveyContainerList>