Extracting used fields (Shared parameters) in current schedules

Is there a way to extract the schedules fields used within a schedule using Dynamo?
I would like to extract the following information?
Parameter Data Name
Discipline
Type of parameter
Grouped parameter under:?
Instance/Type?
Is it shared parameter or not?

Very very new to Dynamo so any help would be appreciated.

Fields in a schedule are taken from parameters in a family.

Get the element in Dynamo then try Parameter.ParameterByName

You’ve not really given enough information for me to be more specific.