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 Information
Output representation of context definition information.
- Sample Response
-
1{ 2 "activeVersionId": "11pxx0000004cLEAAY", 3 "contextDefinitionId": "11Oxx0000006XWfEAM", 4 "contextTtl": 30, 5 "createdBy": "Admin User", 6 "createdDate": "2024-10-17T14:34:26.000Z", 7 "definition": "ExampleDefinition", 8 "description": "Example Description", 9 "developerName": "ExampleDevelopername", 10 "isActive": false, 11 "isEditable": true, 12 "isSuccess": true, 13 "lastModifiedBy": "Admin User", 14 "lastModifiedDate": "2024-10-17T14:34:26.000Z", 15 "startDate": "2024-10-17T14:34:26.000Z" 16}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| activeVersionId | String | Active context definition version ID. | Small, 59.0 | 59.0 |
| contextDefinitionId | String | ID of the context definition. | Small, 59.0 | 59.0 |
| contextTtl | Integer | TTL of the context. | Small, 59.0 | 59.0 |
| createdBy | String | User who created the context definition. | Small, 59.0 | 59.0 |
| createdDate | String | Date on which the context definition was created. | Small, 59.0 | 59.0 |
| definition | String | Name of the context definition. | Small, 59.0 | 59.0 |
| description | String | Short description of context definition. | Small, 59.0 | 59.0 |
| developerName | String | Developer name associated with the definition. | Small, 59.0 | 59.0 |
| isActive | Boolean | Specifies if the context definition list is active (true) or not (false). | Small, 59.0 | 59.0 |
| isEditable | Boolean | Specifies if the context definition list is editable (true) or not (false). | Small, 59.0 | 59.0 |
| isSuccess | Boolean | Specifies if the operation is success (true) or not (false). | Small, 59.0 | 59.0 |
| lastModifiedBy | String | User who last modified the definition. | Small, 59.0 | 59.0 |
| lastModifiedDate | String | Date on which the definition was modified last. | Small, 59.0 | 59.0 |
| startDate | String | Start date from when context definition is valid. | Small, 59.0 | 59.0 |