Back to Project Product

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
    {
      "Cost": 0.0,
      "CurrencyID": 0,
      "ExpenseTypeID": 0,
      "IsActive": false,
      "LegalEntityID": 0,
      "PaymentMethodID": 0,
      "ProductGuid": "00000000-0000-0000-0000-000000000000",
      "ProductID": 0,
      "ProductName": "",
      "ProductNumberID": 0,
      "SalesPrice": 0.0,
      "StandardComment": "",
      "SupplierID": 0,
      "UnitTypeID": 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": ""
    }