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
- POSTCreate term in job's term bases
- GETList term bases
- POSTCreate term base
- GETGet term base
- PUTEdit term base
- DELDelete term base
- POSTBrowse term base
- GETList concepts
- POSTCreate concept
- DELDelete concepts
- GETGet concept
- PUTUpdate concept
- DELDelete concept
- GETGet terms of concept
- GETExport term base
- GETLast import status
- GETGet term base metadata
- POSTSearch term base
- POSTCreate term
- DELClear term base
- GETGet term
- PUTEdit term
- DELDelete term
- POSTUpload term base
- POSTSearch job's term bases
- POSTSearch terms in text
- POSTUpload term base
- POST
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Term Base
Last import status
GET
/
api2
/
v1
/
termBases
/
{termBaseUid}
/
lastBackgroundTask
Last import status
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/lastBackgroundTask
Copy
Ask AI
{
"status": "<string>",
"finishedDataText": "<string>",
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"lastTaskString": "<string>",
"metadata": {
"languages": [
"<string>"
],
"termsCount": 123,
"metadataByLanguage": {}
},
"lastTaskOk": "<string>",
"lastTaskError": "<string>",
"lastTaskErrorHtml": "<string>"
}
Path Parameters
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Last import status
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/lastBackgroundTask
Copy
Ask AI
{
"status": "<string>",
"finishedDataText": "<string>",
"asyncRequest": {
"id": "<string>",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"action": "PRE_ANALYSE",
"asyncResponse": {
"dateCreated": "2023-11-07T05:31:56Z",
"errorCode": "<string>",
"errorDesc": "<string>",
"errorDetails": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"args": {},
"message": "<string>"
}
],
"acceptedSegmentsCount": 123
},
"parent": {},
"project": {
"name": "<string>",
"uid": "<string>"
}
},
"lastTaskString": "<string>",
"metadata": {
"languages": [
"<string>"
],
"termsCount": 123,
"metadataByLanguage": {}
},
"lastTaskOk": "<string>",
"lastTaskError": "<string>",
"lastTaskErrorHtml": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.