Jetstream API
...
Event Configuration
Get Events
6 min
about return, but do not dequeue, the oldest pending event messages for the jetstream user whose access key is being used by default, no more than 100 messages will be returned on any given get events request users must subscribe to get events by making an initial get events request with the applicable user access key this initial subscription request will not return any events, as events are not queued until the subscription is created users will be automatically unsubscribed after 30 days of not making a get events request each get events request returns a batch of event messages along with an associated batch id by using this batch id with a delete events docid\ iw1owil7sel8rw3kseuhf request, all events within this batch can be quickly removed parameters property location details accesskey header the access key for your user account this value is a 36 character guid provided in your getting started docid\ bbifqiuixnd5iafmrebbi limit url the number of messages to return this value is a number within the following range 1 512 this property is optional and does not need to be defined in all requests if it is not defined, the value defaults to 100 type url the event type device url the name of the device eventversion url the version of events returned device events will have the version of 2 these are the device event aggregateevent, objectevent, commandcompletionevent, heartbeatevent, logentryevent, and sensorreadingevent all other events will have the version of the api that was called to generate them example request url get https //api jetstreamrfid com/3/events/5 request body none required response code 200 ok response body version changes added version property to events