GET CustomerDefinedNotice?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
BaseGridOfCustomerDefinedNotice| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| records | integer |
None. |
|
| total | integer |
None. |
|
| the_list | Collection of CustomerDefinedNotice |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": 1,
"records": 2,
"total": 3,
"the_list": [
null,
{
"notice_type_at_sending": null,
"sg_id": "sample string 1",
"for_guid": "sample string 2",
"for_guid_type": "sample string 3",
"title": "sample string 4",
"html_message": "sample string 5",
"sms_message": "sample string 6",
"app_notification_message": "sample string 7",
"push_date": "2026-05-11T04:37:27.5940315+00:00",
"appid": "sample string 9",
"purpose": "sample string 10",
"purpose_for_guid": "sample string 11",
"guid": "000000000000000000000000",
"guid_datetime": "1970-01-01T00:00:00Z"
}
]
}
application/xml, text/xml
Sample:
<BaseGridOfCustomerDefinedNoticeXD55xrjw 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>
<CustomerDefinedNotice i:nil="true" />
<CustomerDefinedNotice>
<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>
<app_notification_message>sample string 7</app_notification_message>
<appid>sample string 9</appid>
<for_guid>sample string 2</for_guid>
<for_guid_type>sample string 3</for_guid_type>
<html_message>sample string 5</html_message>
<notice_type_at_sending i:nil="true" />
<purpose>sample string 10</purpose>
<purpose_for_guid>sample string 11</purpose_for_guid>
<push_date>2026-05-11T04:37:27.5940315+00:00</push_date>
<sg_id>sample string 1</sg_id>
<sms_message>sample string 6</sms_message>
<title>sample string 4</title>
</CustomerDefinedNotice>
</the_list>
<total>3</total>
</BaseGridOfCustomerDefinedNoticeXD55xrjw>