get_email_template

The get_email_template function is used to get an email template (subject and body).

Copied!
svc=resource/get_email_template&params={"resourceId":<long>}

Parameters

NameDescription
resourceIdResource ID.

Returned result

Copied!
{
	"subject":"<text>",
	"body":"<text>",
	"flags":<int>
}

Possible error codes:

CodeDescription
7Failed to fetch the resource with the desired ACL (ADF_ACL_ITEM_VIEW_PROPERTIES).
4Wrong input parameters.
Download PDF file
Download Word document

See also