latestOpenAPI 3.0.02026-08-10621852.7 KB

c8f0d96c040e

Contents

Returns the list of supported languages for a specific content identified by productCode and docVersion. Optionally filter by docId.

get/contents/supportedLanguages

Query parameters

productCodestring required

Product code

docVersionstring required

Document version

docIdstring

Document ID

Response

An array of supported languages with native names

languagestring
native_namestring

Example response

[
  {
    "language": "en-us",
    "native_name": "English"
  }
]