For more information on using API

GET http://webapi.mymarketing.co.il/api/templates/{id}

Get a specific Template by the template id from the list of 'My Templates'

Request Information

URI Parameters

Name

Description

Type

Additional information

id

the wanted id of the template

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiCampaignTemplateBase

Name

Description

Type

Additional information

name

Name of the template

string

Required

subject

Subject

string
frome_name

The 'from name' of the email

string
frome_mail

The 'from email' of the email

string
mail_subject

Campaign subject

string
classification

Template classification. Used to classify operational messages reports

string
AddPrintButton

Add Print Button

boolean
template_category_id

Template category id

integer
template_category_name

Template category Name

string
campaign_encoding

Campaign encoding of the given template

content

The template HTML

string

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.