GET api/surveycategorylist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SurveyCategoryListName | 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": "88a60a46-9ac7-48b2-9303-7fe8bb94c664", "Name": "sample string 2", "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "Omni": true, "Weight": 1.1, "ClassName": "sample string 4" }, { "ID": "88a60a46-9ac7-48b2-9303-7fe8bb94c664", "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>88a60a46-9ac7-48b2-9303-7fe8bb94c664</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>88a60a46-9ac7-48b2-9303-7fe8bb94c664</ID> <Name>sample string 2</Name> <Omni>true</Omni> <SortVal>1</SortVal> <Weight>1.1</Weight> </SurveyCategoryList> </ArrayOfSurveyCategoryList>