Get Project Tasks
Tasks
Get Project Tasks
List tasks in a project. Defaults to open tasks; set excludeClosed=0 to include closed ones. See Pagination for limit/page rules.
GET
Get Project Tasks
Authorizations
Path Parameters
Project ID
Example:
"ev:1234567789001"
Query Parameters
Results page
Example:
1
Tasks per page, 250 max
Example:
250
Exclude closed/completed tasks
Example:
false
Search tasks by name
Example:
"Management"
Response
OK
Example:
"ev:9876543210"
Example:
"Task Name"
List of projects ID
Example:
["ev:1234567890"]Section ID
Example:
1234
Example:
["high", "bug"]Example:
1
Format: Y-m-d H:i:s
Example:
"2018-03-05 16:00:00"
Available options:
open, closed Example:
"open"
Custom attributes from integration
Example:
{ "Client": "Everhour", "Priority": "high" }Custom metrics from integration
Example:
{ "efforts": 42, "expenses": 199 }