GET api/IllegalInfo?openid={openid}&temptime={temptime}&sign={sign}&pageIndex={pageIndex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
|
| pageIndex | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ArticleAllPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| TotalPages | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data |
None. |
Response Formats
application/json, text/json
Sample:
{
"Page": 1,
"TotalPages": 2,
"TotalRecord": 3,
"Data": [
{
"ID": 1,
"IllegalTime": "sample string 2",
"IllegalContent": "sample string 3",
"OrganizationName": "sample string 4"
},
{
"ID": 1,
"IllegalTime": "sample string 2",
"IllegalContent": "sample string 3",
"OrganizationName": "sample string 4"
}
],
"Message": "sample string 4"
}