curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/jobs
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"uid": "<string>",
"innerId": "<string>",
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"status": "NEW",
"targetLang": "<string>",
"sourceLang": "<string>",
"project": {
"name": "<string>",
"uid": "<string>"
},
"workflowStep": {
"name": "<string>",
"id": "<string>",
"order": 123,
"workflowLevel": 123
},
"importStatus": {
"status": "RUNNING",
"errorMessage": "<string>"
},
"imported": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/jobs
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"uid": "<string>",
"innerId": "<string>",
"filename": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"dateCreated": "2023-11-07T05:31:56Z",
"status": "NEW",
"targetLang": "<string>",
"sourceLang": "<string>",
"project": {
"name": "<string>",
"uid": "<string>"
},
"workflowStep": {
"name": "<string>",
"id": "<string>",
"order": 123,
"workflowLevel": 123
},
"importStatus": {
"status": "RUNNING",
"errorMessage": "<string>"
},
"imported": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Show child attributes
-1 for jobs that are overdue
x >= -1
x >= 0
1 <= x <= 50
successful operation
The response is of type object
.
Was this page helpful?