GET
/
api2
/
v1
/
emailTemplates
/
{templateUid}
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/emailTemplates/{templateUid}
{
  "id": "<string>",
  "uid": "<string>",
  "type": "JobAssigned",
  "name": "<string>",
  "subject": "<string>",
  "body": "<string>",
  "ccAddress": "<string>",
  "bccAddress": "<string>"
}

Path Parameters

templateUid
string
required

Response

200
application/json

successful operation

The response is of type object.