API Documentation
- Additional Workflow Step
- Analysis
- DELDelete analyses (batch)
- POSTCreate analyses by languages
- POSTCreate analyses by providers
- POSTRecalculate analysis
- DELDelete analysis
- GETGet analysis language part
- GETList jobs of analyses
- GETDownload analysis
- GETGet jobs analysis
- POSTCreate analysis
- PUTEdit analyses (batch)
- PUTEdit analysis
- GETGet analysis
- GETList analyses
- DEL
- 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
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Analysis
List analyses
GET
/
api2
/
v3
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
analyses
List analyses
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/jobs/{jobUid}/analyses
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"innerId": "<string>",
"type": "PreAnalyse",
"name": "<string>",
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"analyseLanguageParts": [
{
"id": "<string>",
"sourceLang": "<string>",
"targetLang": "<string>",
"jobs": [
{
"uid": "<string>",
"filename": "<string>",
"innerId": "<string>"
}
]
}
],
"outdated": true,
"importStatus": {
"status": "RUNNING",
"errorMessage": "<string>"
},
"pureWarnings": [
"<string>"
]
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Query Parameters
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 analyses
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/jobs/{jobUid}/analyses
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"innerId": "<string>",
"type": "PreAnalyse",
"name": "<string>",
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"analyseLanguageParts": [
{
"id": "<string>",
"sourceLang": "<string>",
"targetLang": "<string>",
"jobs": [
{
"uid": "<string>",
"filename": "<string>",
"innerId": "<string>"
}
]
}
],
"outdated": true,
"importStatus": {
"status": "RUNNING",
"errorMessage": "<string>"
},
"pureWarnings": [
"<string>"
]
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.