Search
Get common property information
Retrieve the most common information about a property Supports OData
POST /flow/api/Search/AdvancedPropertySearch
Test with empty $select to see available fields, as available fields change over time (more and more are added).
Get common project information
Retrieve the most common information about a project Supports OData
POST /flow/api/Search/AdvancedProjectSearch
Test with empty $select to see available fields, as available fields change over time (more and more are added).
Get common contact information
Retrieve the most common information about a contact Supports OData
POST /flow/api/Search/AdvancedContactSearch
Test with empty $select to see available fields, as available fields change over time (more and more are added).
Hiding specific cases from search
It is possible to mark one or several cases as visible/hidden from search. To do so, make sure you have the permission
WRITE - CaseSearchVisibilityIntegrator
Editing the search visibility of a case
Make a request to the following endpoint:
POST /flow/api/Search/Cases/SearchVisibility/Ids
with the following body:
{
"Ids": [
12345
],
"visibility": false
}
Add as many case IDs as you want in Ids. Note that it may take some time before search results are updated. Cases that are marked with "visibility": false
will not appear in search results but will otherwise remain accessible as usual in Core.