GET Method Details for GetAll.
Get all products
Definition
https://app[x].timelog.com/[account name]/api/v{version}/product
Parameters
- version string The requested API version
Returns
-
[200] A list of products
- Description string Gets or sets the description
- IsActive boolean Gets or sets whether the product is active
- LegalEntityID integer Gets or sets the legal entity ID
- ProductName string Gets or sets the product name
- ProductNumber string Gets or sets the product number
- ProductNumberGuid string Gets or sets the product number GUID
- ProductNumberID integer Gets or sets the product number ID
- UseVAT boolean Gets or sets whether the VAT is used
- VATPercentage number Gets or sets the VAT percentage
- [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.