Path Parameters
Response
successful operation
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/assignableTemplates
{
"assignableTemplates": [
{
"id": "<string>",
"name": "<string>",
"templateName": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSettings": [
{
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
]
}
]
}
]
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/assignableTemplates
{
"assignableTemplates": [
{
"id": "<string>",
"name": "<string>",
"templateName": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSettings": [
{
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
},
"assignedTo": [
{
"targetLang": "<string>",
"providers": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
]
}
]
}
]
}
successful operation
Show child attributes
Was this page helpful?