function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Parteek Goyal 3Parteek Goyal 3 

How to export remote site settings in salesforce

Hi All,

I want to take backup of remote site settings for sandbox referesh activity but I am unable to do this.
Please help me.

Thanks
cvuyyurucvuyyuru
Hello Parteek,

You can use Tooling api to query Remote Site settings
Alternatively, you can query from Developer Console using Tooling API Checkbox or tools like aside.io will help you in querying the data.
Query:
Select id, SiteName, EndpointURL from RemoteProxy

You can even use workbench - REST Explorer to see the Remote Site Settings
/services/data/v43.0/tooling/query?q=Select+id,SiteName,+EndpointURL+from+RemoteProxy