getItemCollections
suspend fun getItemCollections(itemId: UUID, userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<ItemFields>? = emptyList()): Response<BaseItemDtoQueryResult>
Gets the collections that include the specified item.
Parameters
itemId
The item id.
userId
Optional. Filter by user id, and attach user data.
startIndex
Optional. The index of the first record in the output.
limit
Optional. The maximum number of records to return.
fields
Optional. Specify additional fields of information to return in the output.
suspend fun getItemCollections(request: GetItemCollectionsRequest): Response<BaseItemDtoQueryResult>
Gets the collections that include the specified item.
Parameters
request
The request parameters