Zero Results in Device Get Log Entries

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?

Thanks. Added two zeros for last 10days. I am getting one result.

With a limit of 10…I am getting 10 results.

With a limit of 2500…I am getting 11 results. Which means 11 happened during last 10days.

Without mentioning limit, is there a way grab 11?

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.