Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Retrieves a specific number of results for a topic from the result queue in the designated period

Available from

v13

Request path

GET [REST URL]/async/pollByRange

Query Parameters

Parameter

Type

Description

type

String

Type of events customer would like to poll (e.g allMessages [This TYPE consolidates all types below except for sentToMta, therefore 2-10 below are included in allMessages], linkClick, mtaResponse, smsResponse, readTrack, forwardTrack, conversion, skipTracking, sendTransactional, unsubscribe, sentToMta [This type must be called separately. For any customer to get all available types their web-service must be able to make at least two separate calls. 1. To allMessages type, and 2. To sentToMta type]).

from

Unix Timestamps

Opening timestamp from when the customer would like to get events (warning: timestamp is a time of inserting event to the database, not time of occurring of the event, so if the event happened at 31st of January at 23:59:59 but we had a delay in inserting and it was inserted of 1st of February then timestamp will be on February).

to

Unix Timestamps

Closing timestamp.

limit

Integer

24 hours

date-time format must be converted to Unix timestamp. Please see https://www.unixtimestamp.com/


  • No labels