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
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Glossary
Create glossary
POST
/
api2
/
v1
/
glossaries
Create glossary
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/glossaries \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"langs": [
"<string>"
],
"owner": {
"id": "<string>"
}
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"langs": [
"<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",
"profileCount": 123,
"active": true,
"profiles": [
{
"uid": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"memsourceTranslate": {
"id": "<string>",
"uid": "<string>",
"baseName": "<string>",
"name": "<string>",
"type": "<string>",
"category": "<string>",
"default_": true,
"includeTags": true,
"mtQualityEstimation": true,
"enabled": true,
"glossarySupported": true,
"args": {},
"langs": {
"id": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"charCount": 123
},
"locked": true
}
]
}
Body
application/json
Response
200
application/json
Created
The response is of type object
.
Was this page helpful?
Create glossary
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/glossaries \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"langs": [
"<string>"
],
"owner": {
"id": "<string>"
}
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"langs": [
"<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",
"profileCount": 123,
"active": true,
"profiles": [
{
"uid": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"memsourceTranslate": {
"id": "<string>",
"uid": "<string>",
"baseName": "<string>",
"name": "<string>",
"type": "<string>",
"category": "<string>",
"default_": true,
"includeTags": true,
"mtQualityEstimation": true,
"enabled": true,
"glossarySupported": true,
"args": {},
"langs": {
"id": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
]
},
"charCount": 123
},
"locked": true
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.