Get all users that friend requests with targetUserId using exclusive start paging
Query parameters
The number of results per request.
The paging cursor for the previous or next page.
Optional session identifier.
Whether to uprank unseen friend requests and return isUnseen per friend request.
Response
OK
Changes
Changed in 2 of the 14 revisions of this API.23
- ●
added the new
12.00enum value to thedata/items/friendRequest/originSourceTyperesponse property for the response status200(media type: application/json)response-property-enum-value-added
- ●
added the new
12.00enum value to thedata/items/friendRequest/originSourceTyperesponse property for the response status200(media type: text/json)response-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parameteruprankUnseennew-optional-request-parameter
- ○
added the optional property
data/items/isUnseento the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
data/items/isUnseento the response with the200status (media type: text/json)response-optional-property-added
- ○