Skip to main content

Getting-Device-Last-Seen-List

With OmniCore, you can get a list of devices sorted by last seen.

One can generate a report from the console or fetch them through the Rest Api.

Rest Api

Devices can only be fetched once per second, per subscription. You must also specify a list of device IDs to sort by.

curl example
curl -L -X GET 'https://api.korewireless.com/omnicore/subscriptions/:subscriptionId/devices?sortByClientOnline=true&deviceIds=dev1,dev2' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'x-api-key: <API_KEY_VALUE>'
Link DetailsLink
Api ReferenceApi Format
Python Code SampleCode Sample

Console

Console Reports are limited to 12 requests per day , per subscriptions.

  1. Go To Console and click on report Reports
  2. Click Request New List (Takes less than a minute)
  3. View List Or Export As Csv Report List