{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"notifyCode": "string",
"group": "string",
"isGlobal": 0
}
curl --location --request POST '/api/v1/system/notify/message/info/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"notifyCode": "string",
"group": "string",
"isGlobal": 0
}'
{
"code": "200",
"msg": "string",
"data": {
"list": [
{
"id": 0,
"group": "string",
"notifyCode": "string",
"notifyName": "string",
"subject": "string",
"body": "string",
"str1": "string",
"str2": "string",
"str3": "string",
"isGlobal": 0,
"notifyTime": 0,
"createdTime": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
}
}