You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The ID of the client associated with the reported hours and expenses.'
6390
+
format: int32
6391
+
client_name:
6392
+
type: string
6393
+
description: 'The name of the client associated with the reported hours and expenses.'
6394
+
project_id:
6395
+
type: integer
6396
+
description: 'The ID of the project associated with the reported hours and expenses.'
6397
+
format: int32
6398
+
project_name:
6399
+
type: string
6400
+
description: 'The name of the project associated with the reported hours and expenses.'
6401
+
currency:
6402
+
type: string
6403
+
description: 'The currency code associated with the tracked hours for this result.'
6404
+
total_hours:
6405
+
type: number
6406
+
description: 'The total hours for the given timeframe and project. If Time Rounding is turned on, the hours will be rounded according to your settings.'
6407
+
format: float
6408
+
uninvoiced_hours:
6409
+
type: number
6410
+
description: 'The total hours for the given timeframe and project that have not been invoiced. If Time Rounding is turned on, the hours will be rounded according to your settings.'
6411
+
format: float
6412
+
uninvoiced_expenses:
6413
+
type: number
6414
+
description: 'The total amount for billable expenses for the timeframe and project that have not been invoiced.'
6415
+
format: float
6416
+
uninvoiced_amount:
6417
+
type: number
6418
+
description: 'The total amount (time and expenses) for the timeframe and project that have not been invoiced.'
description: 'The ID of the client associated with the reported hours. Only returned in the Client and Project reports.'
6429
+
format: int32
6430
+
client_name:
6431
+
type: string
6432
+
description: 'The name of the client associated with the reported hours. Only returned in the Client and Project reports.'
6433
+
project_id:
6434
+
type: integer
6435
+
description: 'The ID of the project associated with the reported hours. Only returned in the Client and Project reports.'
6436
+
format: int32
6437
+
project_name:
6438
+
type: string
6439
+
description: 'The name of the project associated with the reported hours. Only returned in the Client and Project reports.'
6440
+
task_id:
6441
+
type: integer
6442
+
description: 'The ID of the task associated with the reported hours. Only returned in the Task report.'
6443
+
format: int32
6444
+
task_name:
6445
+
type: string
6446
+
description: 'The name of the task associated with the reported hours. Only returned in the Task report.'
6447
+
user_id:
6448
+
type: integer
6449
+
description: 'The ID of the user associated with the reported hours. Only returned in the Team report.'
6450
+
format: int32
6451
+
user_name:
6452
+
type: string
6453
+
description: 'The name of the user associated with the reported hours. Only returned in the Team report.'
6454
+
is_contractor:
6455
+
type: boolean
6456
+
description: 'The contractor status of the user associated with the reported hours. Only returned in the Team report.'
6457
+
total_hours:
6458
+
type: number
6459
+
description: 'The totaled hours for the given timeframe, subject (client, project, task, or user), and currency. If Time Rounding is turned on, the hours will be rounded according to your settings.'
6460
+
format: float
6461
+
billable_hours:
6462
+
type: number
6463
+
description: 'The totaled billable hours for the given timeframe, subject (client, project, task, or user), and currency. If Time Rounding is turned on, the hours will be rounded according to your settings.'
6464
+
format: float
6465
+
currency:
6466
+
type: string
6467
+
description: 'The currency code associated with the tracked hours for this result. Only visible to Administrators and Project Managers with the View billable rates and amounts permission.'
6468
+
billable_amount:
6469
+
type: number
6470
+
description: 'The totaled billable amount for the billable hours above. Only visible to Administrators and Project Managers with the View billable rates and amounts permission.'
0 commit comments