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
Browse term base
POST
/
api2
/
v1
/
termBases
/
{termBaseUid}
/
browse
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/browse \
--header 'Content-Type: application/json' \
--data '{
"queryLang": "<string>",
"query": "<string>",
"status": "<string>",
"pageNumber": 123,
"pageSize": 25
}'
Copy
Ask AI
{
"searchResults": [
{
"id": "<string>",
"writable": true,
"terms": [
[
{
"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>"
}
]
]
}
]
}
Path Parameters
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/termBases/{termBaseUid}/browse \
--header 'Content-Type: application/json' \
--data '{
"queryLang": "<string>",
"query": "<string>",
"status": "<string>",
"pageNumber": 123,
"pageSize": 25
}'
Copy
Ask AI
{
"searchResults": [
{
"id": "<string>",
"writable": true,
"terms": [
[
{
"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.