Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

query-utilization

Parameters

  • from (Required). Date from which utilization is required.
  • to (Required). Date till which utilization is required.
  • project_phase_id (Optional). Only include data for projects with these phase ids.
  • zoom (Optional). Groups utilization data by day, week or month (the default). Valid values: 5 for Day, 3 for Week and 2 for Month.
  • user_id (Optional). You can mention the user ID, email address or name here.
     
Info
  • Even if a task is not planned in that duration, but the resource has filled time-entry or expense for the task in that period, then the task will appear in the return values.
  • If to and from values are not specified, then the return values are fetched for the current month.

 

Return values

In case of XML data format, you will be returned an XML string with two elements: count (the number of rows) and rows (this will contain multiple row elements). For instance,

...