provider sObjects GET
/sobjects/{sObjectName} @utdk/salesforce
/sobjects/{sObjectName} Describe a sObject
Returns metadata describing the fields, relationships, and other details of a specific Salesforce object (standard or custom). Use this to understand the structure before querying or updating records.
- sObjectName path required
- API name of the Salesforce object (e.g. Account, Contact, Opportunity)
- string
Try it
Authentication
Configure credentials for Salesforce REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import salesforce from '@utdk/salesforce';
await salesforce.describesobject()