For more information on using API

GET https://webapi.mymarketing.co.il/api/automations/{id}/chartData

Get the JSON that represents the design of the automation flow in the UI(excluding automation's steps)

Request Information

URI Parameters

Name

Description

Type

Additional information

id

Automation id. Can be found using the endpoint "Get account's automations" or in the UI (go to Automations->Automations Lists->click on the automation's reports -> you'll find the id int the URL)

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiAutomationChartDataUpdateContainer

Name

Description

Type

Additional information

data

JSON data that represents the UI in the builder

string

Response Formats

application/json, text/json

Sample:
{
  "data": "sample string 1"
}

application/xml, text/xml

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