GET api/surveycontainerlist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SurveyContainerListName | 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": "91f1fb7a-63f5-4254-a574-eb47df8c29ad", "Name": "sample string 2", "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "Weight": 1.1 }, { "ID": "91f1fb7a-63f5-4254-a574-eb47df8c29ad", "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>91f1fb7a-63f5-4254-a574-eb47df8c29ad</ID> <Name>sample string 2</Name> <SortVal>1</SortVal> <Weight>1.1</Weight> </SurveyContainerList> <SurveyContainerList> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>91f1fb7a-63f5-4254-a574-eb47df8c29ad</ID> <Name>sample string 2</Name> <SortVal>1</SortVal> <Weight>1.1</Weight> </SurveyContainerList> </ArrayOfSurveyContainerList>