curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"project": {
"uid": "<string>"
},
"name": "<string>",
"useDynamicTitle": true,
"dynamicTitle": "<string>"
}
'{
"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": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"id": "<string>",
"uid": "<string>",
"name": "<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
},
"fileHandoverSettings": {
"fileHandover": true
},
"businessUnit": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"notifyProviders": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"importSettings": {
"uid": "<string>"
}
}curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"project": {
"uid": "<string>"
},
"name": "<string>",
"useDynamicTitle": true,
"dynamicTitle": "<string>"
}
'{
"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": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"id": "<string>",
"uid": "<string>",
"name": "<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
},
"fileHandoverSettings": {
"fileHandover": true
},
"businessUnit": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"notifyProviders": {
"organizationEmailTemplate": {},
"notificationIntervalInMinutes": 720
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
],
"importSettings": {
"uid": "<string>"
}
}Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Created
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Deprecated - use dateTimeModified field instead
"{ \"epochSeconds\": 1624619701, \"nano\": 0 }"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?