/async/pollByType
- 1 Minute to read
- Print
- DarkLight
/async/pollByType
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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 you want to check values for: allMessages (Includes all other types EXCEPT sentToMta), linkClick, mtaResponse, smsResponse, readTrack, forwardTrack, conversion, skipTracking, sendTransactional, unsubscribe, sentToMta. To get all available types, you 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
Parameters Type and limit are mandatory, but missing or incorrect / given type does not exist.
Was this article helpful?