Make a request »
SendingService.GetClicks
Get clicks for a specific sending, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources. See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpasia.com/v1/sendqueues/{sendQueueId}/clicks?dateFrom={dateFrom}&dateTo={dateTo}
URL parameters:
sendQueueId | String | The send queue id |
dateFrom | String | Start date of date interval |
dateTo | String | End date of date interval |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object which includes all the clicks as result, status code and a message.
|
Help
Code examples