List items for a given project
You can apply multiple filters to narrow your search results, apply sorting and page through the results if there are large numbers of items that match your request.
Many of the parameters take one or more comma separated arguments, allowing you to filter by multiple templates/assignees/statuses at once. e.g.
projects/{project_id}/items?template_id=1,3&status_id=4,5
Some of the filters include optional includes, such as with_conversation_count
. For performance reasons these are not included in the default response. These values should be either 0
for false
, 1
for true, or omitted altogether.
Getting content for items
Items retrieved via this endpoint will not include any content. In order to retrieve content you must retrieve an item individually.