Newer Version Available
Context Definition Interface Metadata
Output representation of the metadata associated with the context definition
interface.
- JSON example
-
1{ 2 "contextDefinitionInterfaceMetadata": { 3 "createdBy": "Automated Process", 4 "createdDate": "2024-05-15T00:00:00.000Z", 5 "description": "Test Interface", 6 "developerName": "TestBaseInterface", 7 "interfaceName": "TestBaseInterface", 8 "lastModifiedBy": "Automated Process", 9 "parentInterfaces": [ 10 "TestBaseInterface1" 11 ], 12 "version": "62.1" 13 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| createdBy | String | User, system, or object that created the context definition interface. | Small, 62.0 | 62.0 |
| createdDate | String | Date when the context definition interface was created. | Small, 62.0 | 62.0 |
| description | String | Description of the context definition interface. | Small, 62.0 | 62.0 |
| developerName | String | Developer name of the context definition interface. | Small, 62.0 | 62.0 |
| interfaceName | String | Title of the context definition interface. | Small, 62.0 | 62.0 |
| lastModifiedBy | String | User, system, or object that last updated the context definition interface. | Small, 62.0 | 62.0 |
| parentInterfaces | String[] | List of parent context definition interfaces that this interface is inherited from. | Small, 62.0 | 62.0 |
| version | String | Version number of the context definition interface. | Small, 62.0 | 62.0 |