GET Method Details for GetAll.
Get all project products
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project-product
Parameters
- version string The requested API version
Returns
-
[200] A list of project products
- Cost number Gets or sets the cost
- CurrencyID integer Gets or sets the currency ID
- ExpenseTypeID integer Gets or sets the expense type ID
- IsActive boolean Gets or sets whether the product is active
- LegalEntityID integer Gets or sets the legal entity ID
- PaymentMethodID integer Gets or sets the payment method ID
- ProductGuid string Gets or sets the product GUID
- ProductID integer Gets or sets the product ID
- ProductName string Gets or sets the product name
- ProductNumberID integer Gets or sets the product number ID
- SalesPrice number Gets or sets the sales price
- StandardComment string Gets or sets the standard comment
- SupplierID integer Gets or sets the supplier ID
- UnitTypeID integer Gets or sets the unit type ID
- [401] Invalid authentication token
-
[500] Request to GetAll has failed
- 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.