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
Arvind PC 4Arvind PC 4 

how to retrieve community network metadata information using rest api

Hello everyone, 

I want to retrieve the network metadata information of my community into my apex class. The fields i want to fetch are in this list : 
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_network.htm 

I want to fetch 'allowed file extensions' and 'maxFileSizeKb'. Could someone please assit me with this. 

Thanks,
Aravinda