For more information on using API

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

Get campaign template

Request Information

URI Parameters

Name

Description

Type

Additional information

id

Campaign id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiCampaignTemplate

Name

Description

Type

Additional information

id

The id of the campaign template

integer

Response Formats

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<ApiCampaignTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <id>1</id>
</ApiCampaignTemplate>