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
gene.koopmangene.koopman 

RemoteSiteSettings MetaData Query

I need to query the remote site settings through the API, but I'm having some trouble finding an example. Based on what I've read/seen it should be possible, this way I don't have to hard code the service endpoint into my apex code, I can just reference the remote site settings and if it changes, no further update will be necessary.

 

Can anyone provide an example of how to query this? 

 

Thanks,
Gene