Skip to main content
POST
List translation memory segments

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Path Parameters

transMemoryUid
string
required

Translation memory UID

Body

application/json
pageNumber
integer<int32>
required

Page number, starting with 0, default 0; must be >= 0

Required range: x >= 0
pageSize
integer<int32>
required

Page size, accepts values between 1 and 100, default 50

Required range: 1 <= x <= 100
searchInLocale
string
required

Language to search in.

query
string

Search query. When null or blank, "*" is used (matches all segments).

showLocales
string[]

Languages to show in response. When empty or null, all TM languages are used.

Response

OK

content
object[]
numberOfElements
integer<int32>
pageNumber
integer<int32>
pageSize
integer<int32>
sort
object
totalElements
integer<int32>
totalPages
integer<int32>