GET TimeTrackingProject/GetProjectListingSummary
Gets a list of Time Tracking Projects in summary form.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Time Tracking Project Listing Summary| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| TimeTrackingProjectId | integer |
None. |
|
| Name | string |
None. |
|
| CustomerID | integer |
None. |
|
| CustomerName | string |
None. |
|
| Active | bool |
None. |
|
| Billable | bool |
None. |
|
| BillingMethod | Time Tracking Billing Method Type |
None. |
|
| BillableHours | decimal |
None. |
|
| ToBeInvoiced | decimal |
None. |
|
| BillableAmount | decimal |
None. |
|
| UnbilledHours | decimal |
None. |
|
| AmountInvoiced | decimal |
None. |
|
| NonBillableHours | decimal |
None. |
|
| InvoicedHours | decimal |
None. |
|
| TotalHours | decimal |
None. |
|
| WrittenOffTime | decimal |
None. |
|
| BudgetedHours | decimal |
None. |
|
| LastInvoiceDocumentHeaderId | integer |
None. |
|
| LastInvoiceDate | nullable date |
None. |
|
| EstimatedHours | decimal |
None. |
|
| EstimatedValue | decimal |
None. |
|
| CustomerOnHold | bool |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TimeTrackingProjectId": 2,
"Name": "sample string 3",
"CustomerID": 4,
"CustomerName": "sample string 5",
"Active": true,
"Billable": true,
"BillingMethod": 1,
"BillableHours": 8.0,
"ToBeInvoiced": 9.0,
"BillableAmount": 10.0,
"UnbilledHours": 11.0,
"AmountInvoiced": 12.0,
"NonBillableHours": 13.0,
"InvoicedHours": 14.0,
"TotalHours": 15.0,
"WrittenOffTime": 16.0,
"BudgetedHours": 17.0,
"LastInvoiceDocumentHeaderId": 1,
"LastInvoiceDate": "2025-10-28",
"EstimatedHours": 18.0,
"EstimatedValue": 19.0,
"CustomerOnHold": true
},
{
"ID": 1,
"TimeTrackingProjectId": 2,
"Name": "sample string 3",
"CustomerID": 4,
"CustomerName": "sample string 5",
"Active": true,
"Billable": true,
"BillingMethod": 1,
"BillableHours": 8.0,
"ToBeInvoiced": 9.0,
"BillableAmount": 10.0,
"UnbilledHours": 11.0,
"AmountInvoiced": 12.0,
"NonBillableHours": 13.0,
"InvoicedHours": 14.0,
"TotalHours": 15.0,
"WrittenOffTime": 16.0,
"BudgetedHours": 17.0,
"LastInvoiceDocumentHeaderId": 1,
"LastInvoiceDate": "2025-10-28",
"EstimatedHours": 18.0,
"EstimatedValue": 19.0,
"CustomerOnHold": true
}
]