get Collection Links

suspend fun getCollectionLinks(collectionId: String, page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, keywords: String = ""): JsonObject

Method request the links shared in the collection

Return

the result of the request as JsonObject

Parameters

collectionId

The identifier of the collection to get

page

The page to request

pageSize

The size of the page to request

keywords

The keywords used to filter the query