Search
The search endpoint allows you to find entities by text in awork. It searches across the entities the authenticated user can access and ranks matches by relevance.
Searching the workspace
Pass the search text in searchTerm. Limit the search to one or more entity types with the comma-separated searchTypes parameter, and use top to control how many matches are returned. The default is 20 results. Include completed or closed records with includeClosedAndStuck=true when you need historical results.
The response includes an overall count and grouped result collections. Each result contains the matching entity and its relevance score:
Supported search types include task, project, user, company, comment, timeentry, timereport, file, document, tasklist, and dashboardnote. Use searchTypes=all to search every supported type. searchTerm is required and may contain up to 50 characters.
Learn more about how to search for your data in awork.

