Back to Task

GET Method Details for GetAllByFilter.

Get filtered list of extended task information

Definition

https://app[x].timelog.com/[account name]/api/v{version}/task/filter

Parameters

  • projectId integer Filter by project ID
  • taskId integer Filter by task ID
  • taskGuid string Filter by task GUID
  • isActive boolean Filter by active status
  • taskStatus integer Filter by task status (0=NotSet, 1=New, 2=InProgress, etc.)
  • isBillable boolean Filter by billable status
  • startDate string Filter by start date (inclusive)
  • endDate string Filter by end date (inclusive)
  • version string The requested API version

Returns

  • [200] Retrieve a list of task success
  • [401] Invalid authentication token
  • [500] Failed to retrieve the list of task
    • Code integer Gets the code.
    • Details array Gets the details.
    • DeveloperNote object
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }