Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Context Definition Interface Metadata List

Output representation of the metadata list associated with the context definition interfaces.
JSON example
1{
2  "contextDefinitionInterfaceMetadataList": [
3    {
4      "createdBy": "Automated Process",
5      "createdDate": "2024-05-15T00:00:00.000Z",
6      "description": "Test Interface",
7      "developerName": "TestBaseInterface",
8      "interfaceName": "TestBaseInterface",
9      "lastModifiedBy": "Automated Process",
10      "parentInterfaces": [
11        "TestBaseInterface1"
12      ],
13      "version": "62.1"
14    }
15  ],
16  "contextDefinitionInterfaceMetadataListId": "43db7f18-9dd7-40a2-9a34-a2b3a1cff9e5",
17  "isSuccess": true
18}
Property Name Type Description Filter Group and Version Available Version
contextDefinition​Interface​MetadataList Context Definition Interface Metadata[] List of metadata associated with the context definition interfaces. Small, 62.0 62.0
contextDefinition​Interface​MetadataListId String Unique ID of the metadata list associated with the context definition interfaces. Required for Lightning Data Service (LDS). Small, 62.0 62.0
isSuccess Boolean Indicates whether the operation is successful (true) or not (false). Small, 62.0 62.0