Retrieves metadata about an object in a customer’s SaaS instance, including its fields. An installation must exist for the given groupRef and integrationId. The objectName can be either the mapped name from your integration config or the native provider name. For Salesforce, nested fields may be included using JSONPath bracket notation (e.g. $['billingaddress']['city']).
The Ampersand project ID or project name.
The unique identifier of the integration.
The name of the object to retrieve metadata for. You can use either the mapped name from your integration config (e.g. people) or the native provider object name (e.g. contact).
The ID of the user group that has access to this installation.
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"