Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Edits a timer

    Edits the fields of a timer.

    Input

    type: object properties: parameters: type: object properties: timerId: type: integer required: - timerId title: Parameters data: type: object title: Data properties: timer: type: object title: Timer properties: description: type: string isBillable: type: boolean isRunning: type: boolean projectId: type: integer seconds: description: only valid for POST requests type: integer stopRunningTimers: type: boolean taskId: type: integer

    Output

    type: object title: Response properties: included: type: object properties: projects: type: object tasklists: type: object tasks: type: object users: type: object timer: type: object title: Timer properties: billable: type: boolean createdAt: type: string deleted: type: boolean deletedAt: type: string description: type: string duration: type: integer id: type: integer intervals: type: array items: type: object title: TimerInterval properties: duration: type: integer from: type: string id: type: integer to: type: string lastStartedAt: type: string project: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string projectId: type: integer running: type: boolean serverTime: type: string task: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string taskId: type: integer timeLogId: type: integer timelog: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string timerLastIntervalEnd: type: string updatedAt: type: string user: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string userId: type: integer