GET /locations/userSavedSearch
Retrieves a List of RowLocation objects based on an existing saved search.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
userId |
string indicating the current user |
query
|
|
String
|
createUserId |
string indicating the user who created the saved search |
query
|
|
String
|
screenClassName |
string indicating the class of the screen that is related to the saved search |
query
|
|
String
|
searchName |
string indicating the name of the saved search |
query
|
|
String
|
Result
List
<
RowLocation
>
of type:
application/xml
application/json
a list of RowLocation objects
Try It Out
Request