GET/projects/api/v2/tasklists/{id}/taskids.json
Get all Task IDs on a given Task List
NOTE: This is a V2 endpoint. These endpoints can be used but are subject to change.
Returns the Task IDs of a Task List by using the the Task List ID in the URL.
Additional notes:
- This call uses pagination. 250 tasks per page.
Path Params
- Name
id
- Type
- integer
- required
- Description
ID of Project to query
Query Params
- Name
filter
- Type
- string
- Description
- Default
anytime
- Allowed values
all
anytime
overdue
today
yesterday
tomorrow
thisweek
within7
within14
within30
within365
nodate
noduedate
started
nostartdate
completed
created
newTaskDefaults
hasDate
- Name
filterText
- Type
- array[string]
- Description
- Format
- Comma separated values
- Name
responsiblePartyIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
creatorIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
ignoreStartDates
- Type
- boolean
- Description
- Default
false
- Name
useStartDatesForTodaysTasks
- Type
- boolean
- Description
- Name
include
- Type
- string
- Description
- Name
includeToday
- Type
- boolean
- Description
- Name
includeBlockedTasks
- Type
- boolean
- Description
- Name
updatedAfterDate
- Type
- string
- Description
- Name
completedAfterDate
- Type
- string
- Description
- Name
completedBeforeDate
- Type
- string
- Description
- Name
sort
- Type
- string
- Description
- Default
"manual"
- Name
sortOrder
- Type
- string
- Description
- Default
asc
- Name
page
- Type
- integer
- Description
- Name
pageSize
- Type
- integer
- Description
- Name
offsetCount
- Type
- integer
- Description
- Name
startDate
- Type
- string
- Description
- Name
endDate
- Type
- string
- Description
- Name
showDeleted
- Type
- boolean
- Description
- Name
includeTasksFromDeletedLists
- Type
- boolean
- Description
- Name
deletedAfterDate
- Type
- string
- Description
- Name
showCompletedLists
- Type
- boolean
- Description
- Name
includeCompletedSubtasks
- Type
- boolean
- Description
- Name
getSubTasks
- Type
- boolean
- Description
- Default
true
- Name
includeCompletedTasks
- Type
- boolean
- Description
- Name
includeTaskId
- Type
- integer
- Description
- Name
projectIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
projectStatus
- Type
- string
- Description
- Default
active
- Name
includeArchivedProjects
- Type
- boolean
- Description
- Default
false
- Name
projectHealths
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
projectCategoryIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
projectCompanyIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
projectOwnerIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
projectTagIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
matchAllProjectTags
- Type
- boolean
- Description
- Name
onlyStarredProjects
- Type
- boolean
- Description
- Name
follower-ids
- Type
- array[string]
- Description
- Format
- Comma separated values
- Name
tagIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
createdAfterDate
- Type
- string
- Description
- Name
createdBeforeDate
- Type
- string
- Description
- Name
onlyTasksWithTickets
- Type
- boolean
- Description
- Name
onlyTasksWithUnreadComments
- Type
- boolean
- Description
- Name
includeUntaggedTasks
- Type
- boolean
- Description
- Name
onlyUntaggedTasks
- Type
- boolean
- Description
- Name
priority
- Type
- string
- Description
- Name
excludeTagIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
- Name
onlyTasksWithEstimatedTime
- Type
- boolean
- Description
- Name
includeTasksWithoutDueDates
- Type
- boolean
- Description
- Name
assigneeCompanyIds
- Type
- array[integer]
- Description
- Format
- Comma separated values
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK",
"taskids": [
76721768,
4538399,
97986383,
95598673,
36144098
]
}