Newer Version Available
Context Query Record
Output representation of context query record, including primary and associated child
records.
- 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 |
|---|---|---|---|---|
| childQueryRecords | Context Query Record | List of child query records derived from the main context query. | Small, 59.0 | 59.0 |
| record | Context Data Record | The context data record obtained from the query. | Small, 59.0 | 59.0 |