Back to Product

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
    {
      "Description": "",
      "IsActive": false,
      "LegalEntityID": 0,
      "ProductName": "",
      "ProductNumber": "",
      "ProductNumberGuid": "00000000-0000-0000-0000-000000000000",
      "ProductNumberID": 0,
      "UseVAT": false,
      "VATPercentage": 0.0
    }
  • [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.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }