GET api/Friend/followed?userId={userId}&pageIndex={pageIndex}&pageSize={pageSize}
获取某用户的关注列表,支持分页。 获取某用户关注的用户列表,当传入的UserId为空时,获取当前登陆用户的。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId | 为空时,请求当前用户的;否则,请求该user的 |
Define this parameter in the request URI. |
| pageIndex | 第几页>=1 |
Define this parameter in the request URI. |
| pageSize | 每页多少条数据>=1 |
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"
}