Back to Project

GET Method Details for GetAll.

Get all projects

Definition

https://app[x].timelog.com/[account name]/api/v{version}/project/get-all

Parameters

  • customerID integer Customer identifier
  • isActive boolean Project active status. Default true
  • version string The requested API version

Returns

  • [200] A list of projects
    • 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.
    {
      "AccountManagerID": 0,
      "BudgetWorkAmount": 0.0,
      "BudgetWorkHours": 0.0,
      "ContactID": 0,
      "CustomerID": 0,
      "DepartmentID": 0,
      "Description": "",
      "ExpenseIsBillable": false,
      "ID": "00000000-0000-0000-0000-000000000000",
      "Name": "",
      "No": "",
      "PartnerID": 0,
      "ProjectCategoryID": 0,
      "ProjectID": 0,
      "ProjectManagerID": 0,
      "ProjectTypeID": 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": ""
    }