Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Get the total billable time per project

    Returns the total billable time of all projects that the logged-in user has access.

    Input

    type: object properties: parameters: type: object properties: startDate: type: string format: date orderMode: type: string enum: - asc - desc default: desc description: order mode endDate: type: string format: date title: Parameters

    Output

    type: object title: ProjectMetricBillablesResponse properties: data: type: array items: type: object title: ProjectMetricBillable properties: name: type: string value: type: integer