GET Method Details for GetByID.
Get a project by the project identifier
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project/{projectID}
Parameters
- projectID integer Project identifier
- version string The requested API version
Returns
-
[200] A project
- AccountManagerID integer Gets or sets the account manager identifier.
- BudgetWorkAmount number Gets or sets the bugget work amount
- BudgetWorkHours number Gets or sets the bugget work hours
- ContactID integer Gets or sets the contact identifier.
- Customer object Gets or sets the customer.
- CustomerID integer Gets or sets the customer identifier.
- DepartmentID integer Gets or sets the department identifier.
- Description string Gets or sets the project description.
- ExpenseIsBillable boolean Gets or sets a value indicating whether [expense is billable].
- ID string Gets or sets the identifier.
- Name string Gets or sets the name.
- No string Gets or sets the no.
- PartnerID integer Gets or sets the partner identifier.
- ProjectCategoryID integer Gets or sets the project category identifier.
- ProjectID integer Gets or sets the project identifier.
- ProjectManagerID integer Gets or sets the project manager identifier.
- ProjectTypeID integer Gets or sets the project type identifier.
- [401] Invalid authentication token
-
[500] Project with the identifier does not exist
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.