Skip to main content
GET
/
api
/
ESigning
/
EmailTemplates
/
{TypeId}
Get Email Template by TypeId
curl --request GET \
  --url https://api.example.com/api/ESigning/EmailTemplates/{TypeId}
[
  {
    "id": 123,
    "subject": "<string>",
    "body": "<string>"
  }
]

Path Parameters

typeId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
subject
string | null
body
string | null