Create saved search in API

I want to use the REST API to create a saved search, but in the API browser I can only see GET function for “search/saved”.
I see the POST for “views/search” but I’m not sure from the doc if I can use that to create a saved search that shows up in the load search UI.

Any hints?

Hello,

You should be able to use POST, Try following the Model Schema in the API browser.

To understand the API, it is often helpful to run the operation from the UI and observe the requests that are issued in the browser dev tools. The UI communicates exclusively via the APIs with the backend.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.