This function is used to obtain meta information, e.g., fields and value options, configured with a given folder type.
Usage
get_folder_type_values(type, url = getOption("integral_url"))
Details
The function constructs a specific URL and sends an HTTP request to this endpoint. The request includes an encoded API key in the header. The response from the server is processed to organize the folder type values into a structured list, where each element contains details about the available folder type values configured.