Hi,
Using Device Log Entries with a duration of 8640000 and getting zero entries. When I input value for limit, entries are showing. Trying to collect data for last one day.
Thanks
Subrahmanyam
Hi,
Using Device Log Entries with a duration of 8640000 and getting zero entries. When I input value for limit, entries are showing. Trying to collect data for last one day.
Thanks
Subrahmanyam
You’re missing a zero here; this duration is only 1/10 of a day.
Also, are you putting in a duration OR a limit? Or are you saying that you are providing a duration, getting no results, and then you do get results when you provide a duration AND a limit?
Per the endpoint documentation, the default value for limit when it is not supplied is 1. So if you want to retrieve all log entries for a given time period, I would pass an especially high number for that argument.