Class GetSavedSelections
Queries the database for selections created by the current user
Defined in: getSavedSelections.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Returns the saved selections of the current user
Queries the database for selections created by the current user.
|
Class Detail
GetSavedSelections()
Returns the saved selections of the current user
Queries the database for selections created by the current user. The selections are parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/getSavedSelections
http://127.0.0.1:55555/wf/getSavedSelections
- Returns:
- ( [{'id': 'TheSelectionId', 'name':'TheSelectionName','Description':'TheSelecionDescription'},...] )