Export and import saved searchs using rest API
Summary:
Hi, we are trying to export saved search using rest api to be able to import them in other environments. This is needed to mantain the same UID across different environments.
Content (please ensure you mask any confidential information):
To retrieve the actual saved searches from source environment we are using the following GET call :
crmRestApi/searchResources/11.13.18.05/custom-actions/queries?entity=Opportunity
as documented here
https://docs.oracle.com/en/cloud/saas/sales/faaps/AS_Ex_Stored-Queries.html
We are then trying to create the same saved search in target environment using the following POST call documented in the same link: