Get
/v2/Translations/{projectVersionId}/{langCode}
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Path parameters
projectVersionId
stringRequired

The ID of the version

langCode
stringRequired

Language code of the version

Default"en"
Query parameters
status
integer (int32)

Article translation status 0 - None, 1 - Needs transation, 2 - Translated, 3 - In progress Default Value is 0 (Need translation)

Valid values[ 0, 1, 2, 3 ]
Responses
200

Success

Collapse all
object
data
Array of object (NeedTranslationArticleData) | null

Article need to be translated

object
id
string | null

The ID of the article

category_id
string | null

The ID of the category

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object