Get Tracked Time Report
This endpoint fetch the tracked time report information based on provided criteria.
Query parameters
-
Project ID
-
Task ID
-
Member ID
-
Start Date
-
End Date
-
Limit
-
Offset
-
Type
Values are
running
orall
. -
Include Subtask
GET
/api/v1.0/time
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/time' \
--header "Authorization: Bearer $ACCESS_TOKEN"