Skip to main content

Time Reports

Information pertaining to retrieving time entries reports.

Link to Documentation

Clients Time Report

Clients Time Report shows the hours and billable information for each client where tracked time is present for a given timeframe.

The response contains an object with a results property that contains an array of up to per_page results. Each entry in the array is a separate result object. If no more results are available, the resulting array will be empty. Several additional pagination properties are included in the response to simplify paginating your results.

Note: Each time report request requires both the from and to parameters to be supplied in the URL’s query string. The timeframe supplied cannot exceed 1 year (365 days).

Link to Documentation

hrvst reports time-reports clients-time-report
OptionDescriptionRequired
--fromOnly report on expenses with a spent_date on or after the given date.true
--toOnly report on expenses with a spent_date on or before the given date.true
--pageThe page number to use in pagination. Use all to retrieve all pages.false
--per_pageThe number of records to return per page. Can range between 1 and 2000.false
--fieldsComma separated list of fields to display in the output.false
--outputThe output format: json, tablefalse

Projects Time Report

Projects Time Report shows the hours and billable information for each project where tracked time is present for a given timeframe.

The response contains an object with a results property that contains an array of up to per_page results. Each entry in the array is a separate result object. If no more results are available, the resulting array will be empty. Several additional pagination properties are included in the response to simplify paginating your results.

Note: Each time report request requires both the from and to parameters to be supplied in the URL’s query string. The timeframe supplied cannot exceed 1 year (365 days).

Link to Documentation

hrvst reports time-reports projects-time-report
OptionDescriptionRequired
--fromOnly report on expenses with a spent_date on or after the given date.true
--toOnly report on expenses with a spent_date on or before the given date.true
--pageThe page number to use in pagination. Use all to retrieve all pages.false
--per_pageThe number of records to return per page. Can range between 1 and 2000.false
--fieldsComma separated list of fields to display in the output.false
--outputThe output format: json, tablefalse

Tasks Time Report

Tasks Time Report shows the hours and billable information for each task where tracked time is present for a given timeframe.

The response contains an object with a results property that contains an array of up to per_page results. Each entry in the array is a separate result object. If no more results are available, the resulting array will be empty. Several additional pagination properties are included in the response to simplify paginating your results.

Note: Each time report request requires both the from and to parameters to be supplied in the URL’s query string. The timeframe supplied cannot exceed 1 year (365 days).

Link to Documentation

hrvst reports time-reports tasks-time-report
OptionDescriptionRequired
--fromOnly report on expenses with a spent_date on or after the given date.true
--toOnly report on expenses with a spent_date on or before the given date.true
--pageThe page number to use in pagination. Use all to retrieve all pages.false
--per_pageThe number of records to return per page. Can range between 1 and 2000.false
--fieldsComma separated list of fields to display in the output.false
--outputThe output format: json, tablefalse

Team Time Report

Team Time Report shows the hours and billable information for each user where tracked time is present for a given timeframe.

The response contains an object with a results property that contains an array of up to per_page results. Each entry in the array is a separate result object. If no more results are available, the resulting array will be empty. Several additional pagination properties are included in the response to simplify paginating your results.

Note: Each time report request requires both the from and to parameters to be supplied in the URL’s query string. The timeframe supplied cannot exceed 1 year (365 days).

Link to Documentation

hrvst reports time-reports team-time-report
OptionDescriptionRequired
--fromOnly report on expenses with a spent_date on or after the given date.true
--toOnly report on expenses with a spent_date on or before the given date.true
--pageThe page number to use in pagination. Use all to retrieve all pages.false
--per_pageThe number of records to return per page. Can range between 1 and 2000.false
--fieldsComma separated list of fields to display in the output.false
--outputThe output format: json, tablefalse