Skip to main content

Get translations

GET 

/v2/projects/:projectId/import/result/languages/:languageId/translations

Returns translations prepared to import.

Request

Path Parameters

    projectId int64required
    languageId int64required

Query Parameters

    onlyConflicts boolean

    Whether only translations, which are in conflict with existing translations should be returned

    onlyUnresolved boolean

    Whether only translations with unresolved conflictswith existing translations should be returned

    search string

    String to search in translation text or key

    page integer

    Default value: 0

    Zero-based page index (0..N)

    size integer

    Possible values: >= 1

    Default value: 20

    The size of the page to be returned

    sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

OK

Schema
    _embedded object
    translations object[]
  • Array [
  • conflictId int64
    conflictText string
    existingKeyIsPlural booleanrequired
    id int64required
    isPlural booleanrequired
    keyDescription string
    keyId int64required
    keyName stringrequired
    override booleanrequired
    resolved booleanrequired
    text string
  • ]
  • page object
    number int64
    size int64
    totalElements int64
    totalPages int64
Loading...