For more information on using API

GET http://webapi.mymarketing.co.il/api/account/executivereport/contactgrowth?FromDate={FromDate}&ToDate={ToDate}

Request Information

URI Parameters

Name

Description

Type

Additional information

from_date

The first date the contacts you want were created

date
to_date

The last date the contacts you want were created.(Default values is 3 last months)

date

Body Parameters

None.

Response Information

Resource Description

ApiAccountStatictics

Name

Description

Type

Additional information

active_customers_total

Collection of ApiRates
inactive_customers_total

Collection of ApiRates

Response Formats

application/json, text/json

Sample:
{
  "active_customers_total": [
    {
      "issue_date": "sample string 1",
      "rate": 2.1
    },
    {
      "issue_date": "sample string 1",
      "rate": 2.1
    }
  ],
  "inactive_customers_total": [
    {
      "issue_date": "sample string 1",
      "rate": 2.1
    },
    {
      "issue_date": "sample string 1",
      "rate": 2.1
    }
  ]
}