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
- GETList project templates
- POSTCreate project template
- GETGet project template
- PUTEdit project template
- DELDelete project template
- GETGet project template access and security settings
- PUTEdit project template access and security settings
- GETGet analyse settings
- PUTEdit analyse settings
- GETGet custom fields of project template (page)
- PUTEdit custom fields of the project template (batch)
- POSTCreate custom field instances
- GETGet custom field of project template
- PUTEdit custom field of project template
- DELDelete custom field of project template
- GETGet import settings
- PUTEdit project template import settings
- GETGet project template machine translate settings
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet quality assurance settings
- PUTEdit quality assurance settings
- GETGet term bases
- PUTEdit term bases in project template
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETList project template relevant translation memories
- PUTEdit project template
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet translation memoriesdeprecated
- PUTEdit translation memories
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- GETGet translation memories
- GETGet project template pre-translate settings
- PUTUpdate project template pre-translate settings
- GET
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Project Template
Create project template
POST
/
api2
/
v1
/
projectTemplates
Create project template
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates \
--header 'Content-Type: application/json' \
--data '{
"project": {
"uid": "<string>"
},
"name": "<string>",
"importSettings": {
"uid": "<string>"
},
"useDynamicTitle": true,
"dynamicTitle": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"templateName": "<string>",
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"note": "<string>",
"useDynamicTitle": true,
"dynamicTitle": "<string>",
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"vendor": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateModified": "{ \"epochSeconds\": 1624619701, \"nano\": 0 }",
"dateTimeModified": "2023-11-07T05:31:56Z",
"workflowSteps": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"workflowSettings": [
{
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"notifyProvider": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"projectWorkflowSettings": {
"completeUnassigned": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"notifyProviders": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"importSettings": {
"uid": "<string>"
}
}
Body
application/json
Response
201
application/json
Created
The response is of type object
.
Was this page helpful?
Create project template
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates \
--header 'Content-Type: application/json' \
--data '{
"project": {
"uid": "<string>"
},
"name": "<string>",
"importSettings": {
"uid": "<string>"
},
"useDynamicTitle": true,
"dynamicTitle": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"templateName": "<string>",
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"note": "<string>",
"useDynamicTitle": true,
"dynamicTitle": "<string>",
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"vendor": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"modifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateModified": "{ \"epochSeconds\": 1624619701, \"nano\": 0 }",
"dateTimeModified": "2023-11-07T05:31:56Z",
"workflowSteps": [
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"workflowSettings": [
{
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"notifyProvider": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"projectWorkflowSettings": {
"completeUnassigned": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"notifyProviders": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"importSettings": {
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.