GET api/NewsFeed/GetPostLikedUsers?post_rid={post_rid}&page={page}&page_size={page_size}
Список лайкнувших
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| post_rid |
пост |
integer |
Required |
| page |
страница |
integer |
Required |
| page_size |
размер страницы |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pPostLikedUsers_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| user_rid | string |
None. |
|
| NickName | string |
None. |
|
| user_photo_source | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"user_rid": "sample string 1",
"NickName": "sample string 2",
"user_photo_source": "sample string 3"
},
{
"user_rid": "sample string 1",
"NickName": "sample string 2",
"user_photo_source": "sample string 3"
}
]
text/html
Sample:
[{"user_rid":"sample string 1","NickName":"sample string 2","user_photo_source":"sample string 3"},{"user_rid":"sample string 1","NickName":"sample string 2","user_photo_source":"sample string 3"}]