Get all events for the devices in given account between two unique message IDS.

The return value is a list of Events found for the matching uuids in given account.

Log in to see full request history
Query Params
string

If only startUUID specified, it will retrieve all events from startUuid to latest.If startUUID specified along with endUUID then retrieve all events from startUuid to EndUuid.If both startUUID and endUUID are empty then only current day events are fetched.

string

If only endUUID specified, it will retrieve all events from endUuid to latest.If startUUID specified along with endUUID then retrieve all events from startUuid to EndUuid.If both startUUID and endUUID are empty then only current day events are fetched.

string
Defaults to 2.0

version

int32
Defaults to 1

Results page you want to retrieve (1..N), Default to 1

int32
Defaults to 100

Number of records per page., Maximum 500, Default to 100

Responses

400

Invalid request.

403

Not authorized for this operation.

404

Device Event not found.

409

Object state out-of-date.

500

Server error

Language
Credentials
Click Try It! to start a request and see the response here!