Class Index

Classes


SavedSearches

Shows the saved searches available to the current user.
Defined in: savedSearches.js.

Class Summary
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
	  }
 ]

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 15 2023 01:44:02 GMT-0600 (CST)