GetRealtimeOnSiteLogs

GetRealtimeOnSiteLogs function gets all events about an in app notification.

Important note: If the client does not have a lastLogId yet, eventStartTime optional parameter can be used to specify the starting point of the search.

Query Params
integer
100 to 1000

The requested maximum number of rows from the request.

Maximum value is 1000.

For instance, if lastLogId is 1500 and limit is 1000, the api returns the rows between 1501-2500.

string

The lastLogId is the number of last fetched log id from the api.

For instance, if lastLogId is 1500 and limit is 1000, the api returns the log ids start with between 1501-2500.

date-time

This is an optional parameter. If set, the events after this time are fetched.

Valid Format: yyyy-MM-dd HH:mm:ss

Headers
string
required
Defaults to {$$.env.access_token}
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
TooManyRequest