cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/memsourceTranslateProfiles
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "uid": "<string>", "name": "<string>", "dateCreated": "2023-11-07T05:31:56Z", "createdBy": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" }, "locked": true, "memsourceTranslate": { "id": "<string>", "uid": "<string>", "baseName": "<string>", "name": "<string>", "type": "<string>", "category": "<string>", "default_": true, "includeTags": true, "mtQualityEstimation": true, "enabled": true, "glossarySupported": true, "args": {}, "langs": { "id": "<string>", "sourceLang": "<string>", "targetLangs": [ "<string>" ] }, "charCount": 123 }, "projects": [ { "uid": "<string>", "name": "<string>" } ], "projectsCount": 123, "projectTemplatesCount": 123, "engines": [ { "id": "<string>", "uid": "<string>", "baseName": "<string>", "name": "<string>", "type": "<string>", "category": "<string>", "enabled": true, "glossarySupported": true } ], "glossaries": [ { "uid": "<string>", "name": "<string>" } ] } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] } }
Filter by name
Sort by
name
dateCreated
createdBy
projects
desc
asc
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 10
1 <= x <= 50
successful operation
Show child attributes
Was this page helpful?