TranslationexportRequestPostPayload
{
"document": 123,
"source": "en",
"target": [
"es"
],
"format": "xliff",
"approved": true,
"fuzzy": false,
"force": true
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
document | integer | false | none | The ID of the document. |
source | string | false | none | The source language. |
target | [string] | false | none | The target language(s). |
format | string | false | none | The format of the export. |
approved | boolean | false | none | Include previously translated content. |
fuzzy | boolean | false | none | Include previously unapproved translations (also known as “fuzzy” translations) |
force | boolean | false | none | Per default, Paligo won’t allow posting to documents that are not set as “In Translation”. Set force to true to bypass this behavior. |
Enumerated Values
Property | Value |
|---|---|
format | xliff |
format | xliffswordfish |
format | po |