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
- POSTSearch job's term basesdeprecated
- POSTSearch terms in textdeprecated
- 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
- POST
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Term Base
Search job's term bases
deprecated
Search all read term bases assigned to the job
POST
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
termBases
/
searchByJob
Search job's term bases
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/termBases/searchByJob \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"count": 123,
"offset": 123,
"reverse": true
}'
Copy
Ask AI
{
"searchResults": [
{
"termBase": {
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"langs": [
"<string>"
],
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"note": "<string>",
"canShow": true
},
"conceptId": "<string>",
"sourceTerm": {
"id": "<string>",
"text": "<string>",
"lang": "<string>",
"rtl": true,
"modifiedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"caseSensitive": true,
"exactMatch": true,
"forbidden": true,
"preferred": true,
"status": "New",
"conceptId": "<string>",
"usage": "<string>",
"note": "<string>",
"writable": true,
"shortTranslation": "<string>",
"termType": "<string>",
"partOfSpeech": "<string>",
"gender": "<string>",
"number": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"conceptNote": "<string>"
},
"translationTerms": [
{
"id": "<string>",
"text": "<string>",
"lang": "<string>",
"rtl": true,
"modifiedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"caseSensitive": true,
"exactMatch": true,
"forbidden": true,
"preferred": true,
"status": "New",
"conceptId": "<string>",
"usage": "<string>",
"note": "<string>",
"writable": true,
"shortTranslation": "<string>",
"termType": "<string>",
"partOfSpeech": "<string>",
"gender": "<string>",
"number": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"conceptNote": "<string>"
}
]
}
]
}
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Search job's term bases
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/termBases/searchByJob \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"count": 123,
"offset": 123,
"reverse": true
}'
Copy
Ask AI
{
"searchResults": [
{
"termBase": {
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"langs": [
"<string>"
],
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"note": "<string>",
"canShow": true
},
"conceptId": "<string>",
"sourceTerm": {
"id": "<string>",
"text": "<string>",
"lang": "<string>",
"rtl": true,
"modifiedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"caseSensitive": true,
"exactMatch": true,
"forbidden": true,
"preferred": true,
"status": "New",
"conceptId": "<string>",
"usage": "<string>",
"note": "<string>",
"writable": true,
"shortTranslation": "<string>",
"termType": "<string>",
"partOfSpeech": "<string>",
"gender": "<string>",
"number": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"conceptNote": "<string>"
},
"translationTerms": [
{
"id": "<string>",
"text": "<string>",
"lang": "<string>",
"rtl": true,
"modifiedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"caseSensitive": true,
"exactMatch": true,
"forbidden": true,
"preferred": true,
"status": "New",
"conceptId": "<string>",
"usage": "<string>",
"note": "<string>",
"writable": true,
"shortTranslation": "<string>",
"termType": "<string>",
"partOfSpeech": "<string>",
"gender": "<string>",
"number": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"conceptNote": "<string>"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.