I am looking to query Salesforce Object Meta Data. For instance
- All the Fields
- Data Types of those Fields
- Calculated Flag
- Unique Flag
Looking to grab using this REST API Describe Object
I tried almost few combinations in StackOverflow and Microsoft which mentions Salesforce Meta Data query with no avail.