API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- GETList users
- POSTCreate userdeprecated
- GETList last login dates
- GETGet userdeprecated
- PUTEdit userdeprecated
- DELDelete user
- POSTSend login information
- GETList assigned jobs
- GETLogin statistics
- GETList assigned projects
- GETList assigned target languages
- POSTRestore user
- POSTUpdate password
- GETList assigned workflow steps
- POSTCreate userdeprecated
- GETGet userdeprecated
- PUTEdit userdeprecated
- POSTCreate user
- GETGet user
- PUTEdit user
- POSTDisable two-factor authentication
- GET
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
User
List assigned jobs
GET
/
api2
/
v1
/
users
/
{userUid}
/
jobs
List assigned jobs
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/jobs
Copy
Ask AI
{
"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>"
}
]
}
}
Path Parameters
Query Parameters
Show child attributes
Show child attributes
-1 for jobs that are overdue
Required range:
x >= -1
Required range:
x >= 0
Required range:
1 <= x <= 50
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
List assigned jobs
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/jobs
Copy
Ask AI
{
"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>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.