For more information on using API

GET http://webapi.mymarketing.co.il/api/external/statistics/sms?externalId={externalId}&externalName={externalName}&from-date-time={from-date-time}&to-date-time={to-date-time}

Request Information

URI Parameters

Name

Description

Type

Additional information

externalId

string

Required

externalName

string

Required

from-date-time

date

Required

to-date-time

date

Required

Body Parameters

None.

Response Information

Resource Description

SubscriberList

Name

Description

Type

Additional information

subscriberId

integer
list

Collection of Object

Response Formats

application/json, text/json

Sample:
{
  "subscriberId": 1,
  "list": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<SubscriberList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <ItemsList>
    <anyType />
    <anyType />
  </ItemsList>
</SubscriberList>