EndPoint Get Time Tracking Entries
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CreatedById |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CreatedByName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
DurationMinutes |
DT_I4
|
int
|
False |
||
EnteredOn |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
TaskId |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
TaskName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Asana Connector in API Source component to read data or in API Destination component to read/write data:
Get Time Tracking Entries using API Source
Asana
Get Time Tracking Entries

Get Time Tracking Entries using API Destination
Asana
Get Time Tracking Entries
