can you access the results of a saved search via t...
# suitetalkapi
j
can you access the results of a saved search via the suitetalk api?
b
if by suitetalk you mean soap, then yes
if rest, then no
j
i mean REST
thanks. so does one simply set up ones own matching queries via REST, rather than relying on a saved search to get the data you need?
b
yes
j
righto thank you @battk
s
@JBL, what I just did was created a restlet that takes in a savedSearchId, then I run the whole search, converting it to JSON, and return it
t
👍 to the RESTlet approach, here is an example similar to what we do. https://stackoverflow.com/a/59816253