GET IOTMessage?appid={appid}&sg={sg}&hash={hash}&token={token}&_search={_search}&nd={nd}&rows={rows}&page={page}&sidx={sidx}&sord={sord}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| sg | string |
Required |
|
| hash | string |
Required |
|
| token | string |
Required |
|
| _search | string |
Required |
|
| nd | string |
Required |
|
| rows | integer |
Required |
|
| page | integer |
Required |
|
| sidx | string |
Required |
|
| sord | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseGridOfIOTMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of IOTMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"unique_id": "sample string 1",
"item_id": "sample string 2",
"IOTmessageType_id": "sample string 3",
"appid": "sample string 4",
"date_received": "2026-05-11T04:36:41.7344511+00:00",
"datagram": "sample string 6",
"processed_date": "2026-05-11T04:36:41.7344511+00:00",
"processed_status": "sample string 8",
"message_format": "sample string 9",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfIOTMessageXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
<page>1</page>
<records>2</records>
<the_list>
<IOTMessage i:nil="true" />
<IOTMessage>
<guid>000000000000000000000000</guid>
<id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
<d4p1:_a>0</d4p1:_a>
<d4p1:_b>0</d4p1:_b>
<d4p1:_c>0</d4p1:_c>
</id>
<IOTmessageType_id>sample string 3</IOTmessageType_id>
<appid>sample string 4</appid>
<datagram>sample string 6</datagram>
<date_received>2026-05-11T04:36:41.7344511+00:00</date_received>
<item_id>sample string 2</item_id>
<message_format>sample string 9</message_format>
<processed_date>2026-05-11T04:36:41.7344511+00:00</processed_date>
<processed_status>sample string 8</processed_status>
<unique_id>sample string 1</unique_id>
</IOTMessage>
</the_list>
<total>3</total>
</BaseGridOfIOTMessageXD55xrjw>