function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Fenil Suthar 007Fenil Suthar 007 

Get Fields List of an Object like (Opportunity,Account) using Tooling API

How to get Fields/Custom Fields list of an Object(Opportunity etc..)  Using Tooling API in .net.
Cyrus TalladenCyrus Talladen
In your C# client you can make a call to a webservice which returns a Schema getDescribe of the sobject fields which you are trying to access.  For example, in your client you can query the sobjects you like and on the api call you can have the webservice return a map of fields and their attributes

Cyrus T
www.levementum.com