curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates/{projectTemplateUid}
{
"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>"
}
}
Note: importSettings in response is deprecated and will be always null
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projectTemplates/{projectTemplateUid}
{
"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>"
}
}
successful operation
The response is of type object
.
Was this page helpful?