getObjectFieldsDescribe Method

For a given set of objects, returns all their fields and details, such as label, name, type, and others.

Parameter

Required

Description

objectNames

Required

Object names of all the objects for which you want details. Object names need to be in array format, such as [“Quote”, “vlocity_cmt__QuoteGroup__c”].

 

Full API name must be passed (including the namespace prefix).

A serialised JSON that contains the details of all requested objects and their fields. For more details, see the sample output.