Hi all,
I would like to generate some technical documentation for a CRM system. For this I've created 2 flows. The first does some API Call to retrieve Entity Metadata and the second one calls the first as a child flow with parameters about the specific entity and prepares my output format.
What I'm missing right now is an option to do the same for used global optionsets.
It's possible to get a list of
https://<environment url>/api/data/v9.2/GlobalOptionSetDefinitions
including all options. But this gives a list of > 300 OptionSets which I clearly do not use / need in my documentation. So I thought of some filters but did not found some matching one. So I hoped there is a possibility to filter the list by those options contained in a specific solution. So I am looking for some API call providing a list of all global optionset inside a specific solution containing also the option values.
Do you have any idea / hint how to achieve this?
Best Regards
Stefan