API Documentation
- Analysis
- Authentication
- Conversations
- Job
- Project
- Project Template
- Quality Assurance
- Translation
- User
Project
List analyses by project
GET
/
api2
/
v3
/
projects
/
{projectUid}
/
analyses
List analyses by project
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/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>"
}
]
}
}
Path Parameters
Query Parameters
Name to search by
Uid to search by
Required range:
x >= 0
Page size, accepts values between 1 and 50, default 50
Required range:
1 <= x <= 50
Sorting field
Available options:
DATE_CREATED
, INNER_ID
Sorting order
Available options:
asc
, desc
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
List analyses by project
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/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.