get User Custom Links

open fun getUserCustomLinks(userId: String, page: Int, pageSize: Int, keywords: Set<String>): PaginatedResponse<CustomRefyLink>

Method to get all the user's custom links

Return

the user custom links as PaginatedResponse of CustomRefyLink

Parameters

userId

The identifier of the user

page

The page requested

pageSize

The size of the items to insert in the page

keywords

The keywords used to filter the query to retrieve the items