Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
justwonderland
New Member

Extracting data from Time Log extension in Azure DevOps

Hi,

 

I want to extract Time Log data from ADO into Power BI. I use the following REST API URL:

https://boznet-timelogapi-test.azurewebsites.net/api/{organisationid}/timelog/query?code={API Key}

{organisationId} - replaced with my organization ID
{APIKey} - replaced with (for the evaluation version) pfcooS75dcpEekjJvdsOvsY0FIJqrsoWicnyY1GQQVby2PVwVl0KBw==

 

Additionally, I use FromDate filter:

https://boznet-timelogapi-test.azurewebsites.net/api/{organisationid}/timelog/query?code={API Key}&FromDate=2020-01-01

 

It gives me the data, however, it doesn't contain the latest entries from the Time Log. I see entries created up to 08/02/2024 although, there are many logs inserted after this date. I'm not Time Log Admin and don't know what might be the reason of this issue.

 

FAQ – TimeLog (timelogextension.com)

 

2 REPLIES 2
Anonymous
Not applicable

Hi @justwonderland ,

Please ensure that the API you're using is the latest version. APIs are periodically updated, and using an outdated version might result in incomplete data retrieval.
Since you mentioned you're not a Time Log Admin, it's possible that your account lacks the necessary permissions to view or extract the latest entries. Permissions in Azure DevOps and extensions can be quite granular. I recommend reaching out to your Azure DevOps administrator or the Time Log Admin within your organization to verify if there are any permission restrictions on your account.
Some APIs have rate limits or use pagination to limit the amount of data returned in a single request. If the number of Time Log entries exceeds this limit, you may need to make multiple requests to retrieve all data.

Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous 
Thank you for your suggestions. I had requested Time Log Admin for the latest API Key and finally received it.

I replaced the API Key for evaluation version with the organization one and changed sandbox url

https://boznet-timelogapi-test.azurewebsites.net/api/

 to live url

https://boznet-timelogapi.azurewebsites.net/api/

These both changes solved the issue and I managed to load the correct data from Time Log extension into Power BI.

 

Many thanks,

Justyna

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.