Jetstream API
...
Event Configuration
Get Events
9 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 more info 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 1z8wlwmzoguy dpo9sqgk request, all events within this batch can be removed parameters property location details accesskey header the access key for your user account this value is a 36 character guid provided during user account sign up https //jetstreamrfid com/login/signup 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 example request url get https //api jetstreamrfid com/2/events/5 request body none required response code 200 ok response body version changes replaces getevents example request url get https //api jetstreamrfid com/2/events/5 request body none required response code 200 ok response body version changes replaces getevents