ProjectRecord

Represents a project.

Name Type Description
id string

The ID of the project.

description string

A description of the project.

parent string

The ID of this project's parent project. If this project is at the root of the project tree, this field contains the string "root".

estimate integer

The estimated hours necessary to complete this project.

percent_done integer

The percentage of this project which is complete.

creator string

The ID of the user who created this project.

loggable string

Use a "0" (string zero) to indicate that this project is reportable only (users cannot create new time records with it) or any other value to indicate that it is loggable and reportable (users can create new time records with it).

name string

The name of the project as it will appear in the GUI.

domain string

The domain this project belongs to.

type integer

Use 1 for regular projects and 2 for subprojects (only if you have the subproject feature in your Timesheet license). If in doubt, always use 1 in this field, never 0.