Query Context Record Result
Output representation of query result context record.
- Sample Response
-
1{ 2 "contextId":"7bc695bc-f38b-4a94-8a95-0caa50f3da53", 3 "isDone":true, 4 "isSuccess":true, 5 "queryRecords":[ 6 { 7 "childQueryRecords":[ 8 9 ], 10 "record":{ 11 "attributesAndValues":{ 12 "Name":"Acme Corp", 13 "BillingAddress":"{city:New York,country:USA,geocodeAccuracy:null,latitude:null,longitude:null,postalCode:31349,state:NY,street:10 Main Rd.}", 14 "Industry":"Manufacturing", 15 "Type":"Prospect" 16 }, 17 "businessObjectType":"Account", 18 "childBusinessObjectTypes":[ 19 "OpportunityItem", 20 "OrderItem" 21 ], 22 "contextDataRecordId":"003xx000004WhFsAAK", 23 "currentState":"CREATED", 24 "lastUpdatedTimeStamp":"2023-10-11 04:46:13.804" 25 } 26 } 27 ] 28}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextId | String | ID for the context record that is queried. | Small, 59.0 | 59.0 |
| isDone | Boolean | Indicates whether the query operation is complete (true) or not (false). | Small, 59.0 | 59.0 |
| isSuccess | Boolean | Indicates whether the status of query is successful (true) or not (false). | Small, 59.0 | 59.0 |
| queryRecords | Context Query Record[] | List of the retrieved context query records. | Small, 59.0 | 59.0 |