Query Parameters
Required range:
x >= 0
Required range:
x >= 0
Response
successful operation
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/segments
{
"segments": [
{
"id": "<string>",
"source": "<string>",
"translation": "<string>",
"createdAt": 123,
"modifiedAt": 123,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowLevel": 123,
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/segments
{
"segments": [
{
"id": "<string>",
"source": "<string>",
"translation": "<string>",
"createdAt": 123,
"modifiedAt": 123,
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowLevel": 123,
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}
x >= 0
x >= 0
successful operation
Show child attributes
Was this page helpful?