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 projects
List projects in which the user is assigned to at least one job matching the criteria
GET
/
api2
/
v1
/
users
/
{userUid}
/
projects
List assigned projects
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/projects
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"uid": "<string>",
"innerId": 123,
"name": "<string>",
"businessUnit": {
"uid": "<string>",
"name": "<string>"
},
"domain": {
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"uid": "<string>",
"name": "<string>"
},
"client": {
"uid": "<string>",
"name": "<string>",
"note": "<string>"
},
"costCenter": {
"uid": "<string>",
"name": "<string>"
},
"dueDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"createdBy": {
"uid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"owner": {
"uid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"vendor": {
"uid": "<string>",
"vendorUid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"organization": {
"uid": "<string>",
"name": "<string>"
}
},
"purchaseOrder": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"status": "<string>",
"progress": {
"totalCount": 123,
"finishedCount": 123,
"overdueCount": 123,
"finishedRatio": 123,
"overdueRatio": 123
},
"metadata": [
{
"uid": "<string>",
"fieldName": "<string>",
"value": "<string>",
"options": [
{
"uid": "<string>",
"value": "<string>"
}
]
}
],
"note": "<string>",
"deleted": true,
"archived": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Path Parameters
Query Parameters
Status of the assigned jobs
Show child attributes
Show child attributes
Target language of the assigned jobs
Number of hours in which the assigned jobs are due. Use -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 projects
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/users/{userUid}/projects
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"uid": "<string>",
"innerId": 123,
"name": "<string>",
"businessUnit": {
"uid": "<string>",
"name": "<string>"
},
"domain": {
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"uid": "<string>",
"name": "<string>"
},
"client": {
"uid": "<string>",
"name": "<string>",
"note": "<string>"
},
"costCenter": {
"uid": "<string>",
"name": "<string>"
},
"dueDate": "2023-11-07T05:31:56Z",
"createdDate": "2023-11-07T05:31:56Z",
"createdBy": {
"uid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"owner": {
"uid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"vendor": {
"uid": "<string>",
"vendorUid": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"organization": {
"uid": "<string>",
"name": "<string>"
}
},
"purchaseOrder": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"status": "<string>",
"progress": {
"totalCount": 123,
"finishedCount": 123,
"overdueCount": 123,
"finishedRatio": 123,
"overdueRatio": 123
},
"metadata": [
{
"uid": "<string>",
"fieldName": "<string>",
"value": "<string>",
"options": [
{
"uid": "<string>",
"value": "<string>"
}
]
}
],
"note": "<string>",
"deleted": true,
"archived": true
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.