POST cn_totaloverview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListData| Name | Description | Type | Additional information |
|---|---|---|---|
| ListDataSections | Collection of ListDataSection |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListDataSections": [
{
"ListDataItems": null
},
{
"ListDataItems": null
}
]
}
application/xml, text/xml
Sample:
<ListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenseWebAPI.Models">
<ListDataSections>
<ListDataSection>
<ListDataItems i:nil="true" />
</ListDataSection>
<ListDataSection>
<ListDataItems i:nil="true" />
</ListDataSection>
</ListDataSections>
</ListData>