Path Parameters
Body
application/json
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/exportByQueryAsync \
--header 'Content-Type: application/json' \
--data '{
"exportTargetLangs": [
"<string>"
],
"queries": [
"<string>"
],
"queryLangs": [
"<string>"
],
"createdAtMin": "2023-11-07T05:31:56Z",
"createdAtMax": "2023-11-07T05:31:56Z",
"modifiedAtMin": "2023-11-07T05:31:56Z",
"modifiedAtMax": "2023-11-07T05:31:56Z",
"createdBy": {
"id": "<string>"
},
"modifiedBy": {
"id": "<string>"
},
"filename": "<string>",
"project": {
"uid": "<string>"
},
"callbackUrl": "<string>"
}'
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"asyncExport": {
"asyncRequest": {},
"transMemory": {},
"exportTargetLangs": [
"<string>"
],
"queries": [
{
"query": "<string>",
"lang": "<string>"
}
]
}
}
Use this API to download result
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/exportByQueryAsync \
--header 'Content-Type: application/json' \
--data '{
"exportTargetLangs": [
"<string>"
],
"queries": [
"<string>"
],
"queryLangs": [
"<string>"
],
"createdAtMin": "2023-11-07T05:31:56Z",
"createdAtMax": "2023-11-07T05:31:56Z",
"modifiedAtMin": "2023-11-07T05:31:56Z",
"modifiedAtMax": "2023-11-07T05:31:56Z",
"createdBy": {
"id": "<string>"
},
"modifiedBy": {
"id": "<string>"
},
"filename": "<string>",
"project": {
"uid": "<string>"
},
"callbackUrl": "<string>"
}'
{
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"asyncExport": {
"asyncRequest": {},
"transMemory": {},
"exportTargetLangs": [
"<string>"
],
"queries": [
{
"query": "<string>",
"lang": "<string>"
}
]
}
}
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?