DoiT Cloud Intelligence™ DoiT Cloud Intelligence™ logo
Back to Homepage
English
  • Deutsch
  • Français
Subscribe to Updates

DoiT Cloud Intelligence™

Powered by Technology, Perfected by People.

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
Improvement
2 years ago

Introducing the Enhanced Time Range Feature for report.get() API Method

We are excited to announce the release of a new feature in our Cloud Analytics API, allowing you to have greater flexibility and control over your report time ranges. You can now include an optional timeRange parameter in your report.get() API method requests, providing a more precise way to fetch data for custom periods.

Key Features:

  1. Include an optional timeRange parameter in the report.get() API method.
  2. Specify the time range by providing either a duration or a startDate/endDate pair.
The backend will utilize the provided time range instead of the one set in the report itself.

Examples:

  • For duration-based time range: https://api.doit.com/analytics/v1/reports/{replace-with-report-id}&timeRange=P20D
  • For a specific time range, use startDate and endDate: https://api.doit.com/analytics/v1/reports/{replace-with-report-id}&startDate=2022-08-15&endDate=2022-09-03

Duration Format:

Durations are represented in the format P[n]Y[n]M[n]D[n], where [n] is replaced by the value for each date and time element.

  • P: Duration designator (for period) placed at the start of the duration representation.
  • Y: Year designator that follows the value for the number of calendar years.
  • M: Month designator that follows the value for the number of calendar months.
  • W: Week designator that follows the value for the number of weeks.
  • D: Day designator that follows the value for the number of calendar days.

We hope this new feature empowers you to better manage and analyze your data by offering greater control over the time ranges in your reports. Be sure to try it, and let us know your feedback!

Avatar of authorVadim Solovey