GET Method Details for SearchForTimeTrackingByCustomerID.
Search for task that the user can register time on, that belongs to a customer
Definition
https://app[x].timelog.com/[account name]/api/v{version}/task/search-for-time-tracking-by-customer-id
Parameters
- customerID integer Customer identifier
- searchText string Task name or task number
- searchAll boolean if set to true [search all].
- 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.
- [401] Invalid authentication token
-
[500] Request to SearchForTimeTrackingByCustomerID 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.