xlate

Last update: 2021-07-12
  • Created for:
  • Developer
    User

Available locale-specific versions. Returns a list of available locale-specific versions of the catalog id specified in the request path.

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

reqId

Unique request identifier.

See Object Id Translation.

For example:

xlate.translatedIds=image,image_fr,image_de

The HTTP response is cacheable with the TTL based on catalog::Expiration.

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.

On this page