provider sObjects GET
/sobjects @utdk/salesforce
/sobjects List available sObjects
Returns a list of all available sObjects (standard and custom Salesforce objects) and their metadata, including object names, labels, key prefixes, and feature flags.
Try it
Authentication
Configure credentials for Salesforce REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import salesforce from '@utdk/salesforce';
await salesforce.listsobjects()