'azure devops time tracking exstension querying odata

we have installed a time tracking extension to our azure devops board were we track our time. Now we want to get all the tracked time through the api. We are able to get the whole list by: https://extmgmt.dev.azure.com/{company}/_apis/ExtensionManagement/InstalledExtensions/TimeLog/time-logging-extension/Data/Scopes/Default/Current/Collections/TimeLogData/Documents

is there a way to query it by odata? that we could filter nad each time not the whole list would be returned?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source