API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Term Base
Search job's term bases
Search all read term bases assigned to the job
POST
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
termBases
/
searchByJob
Search job's term bases
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/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": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"concept": {
"id": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"note": "<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>"
},
"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>"
}
]
}
]
}
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/v2/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": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"concept": {
"id": "<string>",
"definition": "<string>",
"domain": "<string>",
"subDomains": [
"<string>"
],
"url": "<string>",
"note": "<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>"
},
"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>"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.