GET api/v1/MeasuredValues/Properties/{apikey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apikey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
mvPropertiesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| p | Collection of cProperty |
None. |
|
| ex | Collection of oErr |
None. |
Response Formats
application/json, text/json
Sample:
{
"p": [
{
"d": "sample string 1",
"od": 1.1,
"md": 1.1,
"ld": 1.1,
"i": 2,
"c": "sample string 3",
"s": [
{
"st": "sample string 1",
"hl": 2,
"hh": 3
},
{
"st": "sample string 1",
"hl": 2,
"hh": 3
}
]
},
{
"d": "sample string 1",
"od": 1.1,
"md": 1.1,
"ld": 1.1,
"i": 2,
"c": "sample string 3",
"s": [
{
"st": "sample string 1",
"hl": 2,
"hh": 3
},
{
"st": "sample string 1",
"hl": 2,
"hh": 3
}
]
}
],
"ex": [
{
"n": 1,
"t": "sample string 2"
},
{
"n": 1,
"t": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<mvPropertiesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ista.web.api.models">
<_ex>
<oErr>
<errNmbr>1</errNmbr>
<errText>sample string 2</errText>
</oErr>
<oErr>
<errNmbr>1</errNmbr>
<errText>sample string 2</errText>
</oErr>
</_ex>
<Properties>
<cProperty>
<City>sample string 3</City>
<Id>2</Id>
<Streets>
<mPropStreet>
<HomeNrHigh>3</HomeNrHigh>
<HomeNrLow>2</HomeNrLow>
<Street>sample string 1</Street>
</mPropStreet>
<mPropStreet>
<HomeNrHigh>3</HomeNrHigh>
<HomeNrLow>2</HomeNrLow>
<Street>sample string 1</Street>
</mPropStreet>
</Streets>
<Description>sample string 1</Description>
<LastProcessed>1.1</LastProcessed>
<MostRecentValues>1.1</MostRecentValues>
<OldestValues>1.1</OldestValues>
</cProperty>
<cProperty>
<City>sample string 3</City>
<Id>2</Id>
<Streets>
<mPropStreet>
<HomeNrHigh>3</HomeNrHigh>
<HomeNrLow>2</HomeNrLow>
<Street>sample string 1</Street>
</mPropStreet>
<mPropStreet>
<HomeNrHigh>3</HomeNrHigh>
<HomeNrLow>2</HomeNrLow>
<Street>sample string 1</Street>
</mPropStreet>
</Streets>
<Description>sample string 1</Description>
<LastProcessed>1.1</LastProcessed>
<MostRecentValues>1.1</MostRecentValues>
<OldestValues>1.1</OldestValues>
</cProperty>
</Properties>
</mvPropertiesResponse>