Retrieves metadata about an object in a customer’s SaaS instance, including its fields. A connection must exist for the given groupRef and provider. For Salesforce, nested fields may be included using JSONPath bracket notation (e.g. $['billingaddress']['city']).
The Ampersand project ID or project name.
The provider name (e.g. salesforce, hubspot).
The native provider object name to retrieve metadata for.
The ID of the user group whose connection should be used to fetch the metadata.
Excludes fields where ReadOnly is true from the response.
The retrieved object metadata.
The provider name of the object
"contact"
Map of field metadata keyed by field name
Human-readable name of the object
"Contact"
The mapped name of the object as defined in your integration config, if a mapping was applied. Only present when using the installation-scoped metadata endpoint.
"people"