GET
/
api2
/
v1
/
projects
/
{projectUid}
/
assignableTemplates
List assignable templates
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>"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Path Parameters

projectUid
string
required

Response

200
application/json

successful operation

The response is of type object.