GET clicks
Summary: Get clicks
Operation ID: GetClicks
Auth: unknown
Operation ID: GetClicks
Auth: unknown
Description
Retrieve the raw click data for your account. Clicks are retrieved by creation date in descending order. If there are more results than the limit for the request the response will return you a value in lastId property you can specify it in the continueFrom query parameter to get the next batch of records.
Parameters (2)
continueFrom
(string, query, optional)
An ID returned by a previous query to continue clicks retrieval (see lastId in response)
limit
(integer, query, optional, default: 1000)
Number of results to return per request
Constraints: {'minimum': 1, 'maximum': 1000}
No probe data for this endpoint yet.