Join Slack
Powered by
can you access the results of a saved search via t...
# suitetalkapi
j
JBL
11/18/2021, 11:16 PM
can you access the results of a saved search via the suitetalk api?
b
battk
11/18/2021, 11:18 PM
if by suitetalk you mean soap, then yes
battk
11/18/2021, 11:18 PM
if rest, then no
j
JBL
11/18/2021, 11:18 PM
i mean REST
JBL
11/18/2021, 11:19 PM
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
battk
11/18/2021, 11:21 PM
yes
j
JBL
11/18/2021, 11:22 PM
righto thank you
@battk
s
screnshaw
11/19/2021, 12:32 PM
@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
trauty
11/21/2021, 10:53 PM
👍 to the RESTlet approach, here is an example similar to what we do.
https://stackoverflow.com/a/59816253
2
Views
Open in Slack
Previous
Next