Newer Version Available
Context Data Record
Output representation of context data record, including its attributes, type, associated
child objects, and other relevant metadata.
- Sample Response
-
1{ 2 "childQueryRecords": [ 3 { 4 "childQueryRecords": [], 5 "record": { 6 "attributesAndValues": { 7 "Name": "UpdatedTestOrder", 8 "AccountName": "UpdatedTestAccount" 9 }, 10 "businessObjectType": "Order", 11 "childBusinessObjectTypes": [ 12 "AccountItem", 13 "OrderItem" 14 ], 15 "contextDataRecordId": "UpdatedTestOrder1", 16 "contextDefinitionId": "11Oxx00000079SHEAY", 17 "contextMappingId": "11jxx0000004y9jAAA", 18 "currentState": "CREATED", 19 "errorMessages": [] 20 } 21 } 22 ] 23}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributesAndValues | Map<String, Object> | Mapping of attributes to their corresponding values within the context. | Small, 59.0 | 59.0 |
| businessObjectType | String | Type of business object. | Small, 59.0 | 59.0 |
| childBusinessObjectTypes | String[] | List indicating types of child business objects. | Small, 59.0 | 59.0 |
| contextDataRecordId | String | Unique ID of the context data record. | Small, 59.0 | 59.0 |
| currentState | String | The current status of the context data record. | Small, 59.0 | 59.0 |
| lastUpdatedTimeStamp | String | The last updated time stamp of context data record. | Small, 59.0 | 59.0 |