/async/pollByType
  • 1 Minute to read
  • Dark
    Light

/async/pollByType

  • Dark
    Light

Article summary

Get
/async/pollByType

Retrieves a specific number of results for a topic from the result queue.
Request body example:

{
"type":"linkClick ",
"limit":"10000"
}

Query parameters
type
stringRequired

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],
values: [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 (int64) Required

Number of events to poll.

Responses
200
Array of object
object
400

Was this article helpful?

What's Next