RTP Pagination API
sortField:
fromMillis- fromMillis should be < than toMillistoMillis- time to toMillis should be > than fromMillislimit- Parameter limit should be in range [1; 1000]sortOrder- ASC/DESC
sorting direction by default - DESC
having both fromMillis and toMillis parameters allows for flexible fetching
GET /api/v2/device/{DEVICE_ID}/log?fromMillis=1673533155881&toMillis=1673533195881&limit=20&sortOrder=DESC
fromMillis= time from in millisecondstoMillis= time to in millisecondslimit= number of entriessortOrder= sort order (ASC/DESC)