search Email Templates With Id
POST {{baseUrl}}/api/email/template/search
Searches email templates with the specified criteria and pagination.
Request Body
{"search"=>{"name"=>"<string>", "numberOfResults"=>"<integer>", "orderBy"=>"<string>", "startRow"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"emailTemplates":[{"defaultFromName":"\u003cstring\u003e","defaultHtmlTemplate":"\u003cstring\u003e","defaultSubject":"\u003cstring\u003e","defaultTextTemplate":"\u003cstring\u003e","fromEmail":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedFromNames":{},"localizedHtmlTemplates":{},"localizedSubjects":{},"localizedTextTemplates":{},"name":"\u003cstring\u003e"},{"defaultFromName":"\u003cstring\u003e","defaultHtmlTemplate":"\u003cstring\u003e","defaultSubject":"\u003cstring\u003e","defaultTextTemplate":"\u003cstring\u003e","fromEmail":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","localizedFromNames":{},"localizedHtmlTemplates":{},"localizedSubjects":{},"localizedTextTemplates":{},"name":"\u003cstring\u003e"}],"total":"\u003clong\u003e"}