curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/analyses{
"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>"
}
]
}
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v3/projects/{projectUid}/analyses{
"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>"
}
]
}
}Name to search by
Uid to search by
x >= 0Page size, accepts values between 1 and 50, default 50
1 <= x <= 50Sorting field
DATE_CREATED, INNER_ID Sorting order
asc, desc successful operation
Show child attributes
PreAnalyse, PostAnalyse, PreAnalyseTarget, Compare, PreAnalyseProvider, ContinuousPostAnalyse, ContinuousPreAnalyse Show child attributes
SYS_ADMIN, SYS_ADMIN_READ, ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER Show child attributes
Show child attributes
SYS_ADMIN, SYS_ADMIN_READ, ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER Show child attributes
Was this page helpful?