Reports

Get time reports

Retrieve aggregated time report data grouped by configurable dimensions.

get/api/v2/reports/time_reports

Query parameters

sortstring[]

Sort new time report

group'billing_type' | 'budget' | 'company' | 'date' | 'day' | 'event' | 'future' | 'job_role' | 'manager' | 'month' | 'organization' | 'people_custom_fields' | 'person' | 'project' | 'quarter' | 'service' | 'service_type' | 'stage_type' | 'subsidiary' | 'week' | 'year'

Group new time report

OR

Filters

{
  "0": {
    "id": {
      "eq": "123"
    }
  },
  "$op": "and"
}

Headers

X-Organization-Idstring required

Organization ID

Response

Collection new time report

Changes