Connections

Get all users that friend requests with targetUserId using exclusive start paging

get/v1/my/friends/requests

Query parameters

limitinteger

The number of results per request.

cursorstring

The paging cursor for the previous or next page.

sessionIdstring

Optional session identifier.

friendRequestSort0 | 1 | 2
uprankUnseenboolean

Whether to uprank unseen friend requests and return isUnseen per friend request.

Response

OK

previousPageCursorstring
nextPageCursorstring

Changes

Changed in 2 of the 14 revisions of this API.23

    • added the new 12.00 enum value to the data/items/friendRequest/originSourceType response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new 12.00 enum value to the data/items/friendRequest/originSourceType response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new optional query request parameter uprankUnseen

      new-optional-request-parameter

    • added the optional property data/items/isUnseen to the response with the 200 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/items/isUnseen to the response with the 200 status (media type: text/json)

      response-optional-property-added