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
Prodly DevelopersProdly Developers 

Remote Site Setting Query

I am trying to retrieve RemoteSiteSetting using 'SELECT ID, fullName, description,isActive,Url from RemoteSiteSetting Limit 1'. In this query getting error for url. Is there any way to fetch url of RemoteSiteSetting?
NagendraNagendra (Salesforce Developers) 
Hi,

May I suggest you please check with below link from stack exchange community with a similar discussion which might help you further. Please let us know if this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra
Tuan LuTuan Lu
I think RemoteSiteSetting is metadata. You would have to use the metadata API for that.