GET api/InternalNotice/GetInternalNoticeHistory?StaffId={StaffId}&pageSize={pageSize}&pageIndex={pageIndex}
通知公告历史
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | string |
Required |
|
| pageSize | integer |
Required |
|
| pageIndex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfInternalNoticeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of InternalNoticeInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"CID": "sample string 2",
"CommunityName": "sample string 3",
"Context": "sample string 4",
"Title": "sample string 5",
"Tag": "sample string 6",
"Released": "2025-12-07 04:21:33",
"ReleasedStr": "sample string 8",
"TemplateId": "sample string 9"
},
{
"Id": "sample string 1",
"CID": "sample string 2",
"CommunityName": "sample string 3",
"Context": "sample string 4",
"Title": "sample string 5",
"Tag": "sample string 6",
"Released": "2025-12-07 04:21:33",
"ReleasedStr": "sample string 8",
"TemplateId": "sample string 9"
}
]
}