getRemoteImages

suspend fun getRemoteImages(itemId: <Error class: unknown class>, type: <Error class: unknown class>? = null, startIndex: Int? = null, limit: Int? = null, providerName: String? = null, includeAllLanguages: Boolean? = false): Response<<Error class: unknown class>>

Gets available remote images for an item.

Parameters

itemId

Item Id.

type

The image type.

startIndex

Optional. The record index to start at. All items with a lower index will be dropped from the results.

limit

Optional. The maximum number of records to return.

providerName

Optional. The image provider to use.

includeAllLanguages

Optional. Include all languages.


suspend fun getRemoteImages(request: <Error class: unknown class>): Response<<Error class: unknown class>>

Gets available remote images for an item.

Parameters

request

The request parameters