English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/machineTranslateSettings
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "id": "<string>", "uid": "<string>", "baseName": "<string>", "name": "<string>", "type": "<string>", "default_": true, "includeTags": true, "mtQualityEstimation": true, "args": {}, "payForMtPossible": true, "payForMtActive": true, "charCount": 123, "sharingSettings": 123, "langs": { "id": "<string>", "sourceLang": "<string>", "targetLangs": [ "<string>" ] } } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] } }
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Sorting field
NAME
successful operation
Show child attributes
Id
Source language for CUSTOMIZABLE engine
List of target languages for the CUSTOMIZABLE engine
ASC
DESC
Was this page helpful?