Using the SharePoint REST API to get certain properties (Graph API didn't seem to provide the properties that I'm looking for):
"EnableVersioning" property; was able to get the property for document libraries on the default "Communication site". How can I get this same property for document-libraries of user-created sites? API call I used to get settings for default site libraries: "{site_url}/_api/web/lists?$filter=BaseTemplate eq 101"
Settings under the SharePoint admin center, screenshot provided:

Looking to get resources represented on this page; for example, the value for the duration to expiration for "Anyone links".
Could I get some guidance on REST API endpoints that could be used to get these resources?
