GET api/UserSubscribeFolder/GetList?userId={userId}&pageIndex={pageIndex}&pageSize={pageSize}
获取用户订阅的栏目列表(2104
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | Guid 用户Id |
Define this parameter in the request URI. |
pageIndex | Int 第几页 >= 1 |
Define this parameter in the request URI. |
pageSize | Int 页面大小 |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }