SavedSearches
Shows the saved searches available to the current user.
Defined in: savedSearches.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SavedSearches(FILTERS)
Displays the saved searches available to the current user.
|
Class Detail
SavedSearches(FILTERS)
Displays the saved searches available to the current user.
Searches can be executed by running the Search endpoint with the saved searches id.
- Parameters:
- FILTERS Optional
- Filtering can be applied to the "id", "name", "description", "type", "shared"
- Returns:
- [{SearchData}, ... ]
/wf/restapi/v2/savedSearches Parameters: Response: [ { "id": 1, "name": "Test Saved Search", "description": "Saved Search description", "type": "advancedSearch", "creator": "root", "shared": false }, { "id": 5, "name": "Test Keywords search", "description": "", "type": "keywordSearch", "creator": "root", "shared": true } ]