GET PingLunData/{id}?lanum={lanum}&pageindex={pageindex}&pagesize={pagesize}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | “id”的文档。 |
Define this parameter in the request URI. |
lanum | “lanum”的文档。 |
Define this parameter in the request URI. |
pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Data": [ { "Id": 1, "Title": "sample string 2", "AddTime": "sample string 3", "Content": "sample string 4", "Ip": "sample string 5", "Lanmu": "sample string 6" }, { "Id": 1, "Title": "sample string 2", "AddTime": "sample string 3", "Content": "sample string 4", "Ip": "sample string 5", "Lanmu": "sample string 6" }, { "Id": 1, "Title": "sample string 2", "AddTime": "sample string 3", "Content": "sample string 4", "Ip": "sample string 5", "Lanmu": "sample string 6" } ], "Count": 3 }