show By User Id
fun Friendships.showByUserId( sourceId: Long, targetId: Long, vararg options: Option): JsonObjectApiAction<Friendships.Show>
Content copied to clipboard
Returns detailed information about the relationship between two arbitrary users.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Show model.
Parameters
source Id
The user_id of the subject user.
target Id
The user_id of the target user.
options
Optional. Custom parameters of this request.
fun Friendships.showByUserId(targetId: Long, vararg options: Option): JsonObjectApiAction<Friendships.Show>
Content copied to clipboard
Returns detailed information about the relationship between two arbitrary users.
Receiver
Friendships endpoint instance.
Return
JsonObjectApiAction for Show model.
Parameters
target Id
The user_id of the target user.
options
Optional. Custom parameters of this request.