imageset imageset

Image set data from image catalog. Returns image set data for the image catalog entry specified in the URL path.

req=imageset[,text|javascript|{xml[, *encoding*]}|{json[&id= *reqId*]}]

encoding
UTF-8 | UTF-16 | UTF-16LE | UTF-16BE | ISO-8859-1
requestId
Unique request identifier.

The content of catalog::ImageSet is returned without further modification (except string localization, if applicable), followed by a single-line terminator (CR/LF). If the URL path does not resolve to a valid catalog entry, the response consists only of a single-line terminator.

Other commands in the request string are ignored. The HTTP response is cacheable with the TTL based on catalog::NonImgExpiration.

Requests that support JSONP response format lets you specify the name of the JS callback handler using the extended syntax of req= parameter:

req=...,json [&handler = reqHandler ]

<reqHandler> is the name of the JS handler that is present in the JSONP response. Only a-z, A-Z, and 0-9 characters are allowed. Optional. Default is s7jsonResponse.

recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49