English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/split \ --header 'Content-Type: application/json' \ --data ' { "segmentOrdinals": [ 123 ], "partCount": 123, "partSize": 123, "wordCount": 123, "byDocumentPart": true } '
{ "jobs": [ { "uid": "<string>", "status": "NEW", "providers": [ { "type": "<string>", "id": "<string>", "uid": "<string>" } ], "targetLang": "<string>", "workflowLevel": 123, "workflowStep": { "name": "<string>", "uid": "<string>", "id": "<string>", "order": 123, "lqaEnabled": true }, "filename": "<string>", "dateDue": "2023-11-07T05:31:56Z", "dateCreated": "2023-11-07T05:31:56Z", "updateSourceDate": "2023-11-07T05:31:56Z", "imported": true, "jobAssignedEmailTemplate": {}, "notificationIntervalInMinutes": 123, "continuous": true, "sourceFileUid": "<string>" } ] }
Splits job by one of the following methods:
segmentOrdinals
partCount
partSize
wordCount
byDocumentParts
Only one option at a time is allowed.
1 - 2147483647
Can be used only for PowerPoint files
successful operation
Show child attributes
NEW
ACCEPTED
DECLINED
REJECTED
DELIVERED
EMAILED
COMPLETED
CANCELLED
Was this page helpful?