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

Description

Retrieves a specific number of results for a topic from the result queue.

Available from

v13

Request path

GET [REST URL]/async/pollByType

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]).

limit

Integer

Number of events to poll.

Example bodies

{
    "type":"linkClick ",
    "limit":"10000"
}
  • No labels