Back to Task

GET Method Details for GetRecentlyRegistered.

Get a list of task that the user has registered time on

Definition

https://app[x].timelog.com/[account name]/api/v{version}/task/get-recently-registered

Parameters

  • version string The requested API version

Returns

  • [200] A list of task
    • AdditionalTextIsRequired boolean Gets or sets a value indicating whether this instance requires additional text to be entered.
    • ID string Gets or sets the identifier.
    • IsDefaultBillable boolean Gets or sets a value indicating whether this instance is default billable.
    • IsFixedPrice boolean Gets or sets a value indicating whether this instance is fixed price.
    • IsTravelTimeTask boolean Gets or sets a value indicating whether this instance is a travel time task.
    • Name string Gets or sets the name.
    • No string Gets or sets the no.
    • ParentFullName string Gets or sets the full name of the parent.
    • ParentTaskID integer Gets or sets the parent task ID.
    • Project object Gets or sets the project.
    • ProjectID integer Gets or sets the project identifier.
    • TaskID integer Gets or sets the task identifier.
    {
      "AdditionalTextIsRequired": false,
      "ID": "00000000-0000-0000-0000-000000000000",
      "IsDefaultBillable": false,
      "IsFixedPrice": false,
      "IsTravelTimeTask": false,
      "Name": "",
      "No": "",
      "ParentFullName": "",
      "ParentTaskID": 0,
      "ProjectID": 0,
      "TaskID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetRecentlyRegistered 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": ""
    }