show
fun SavedSearches.show(id: Long, vararg options: Option): JsonObjectApiAction<SavedSearch>
Content copied to clipboard
Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.
Receiver
SavedSearches endpoint instance.
Return
JsonObjectApiAction for SavedSearch model.
Parameters
id
The ID of the saved search.
options
Optional. Custom parameters of this request.