Newer Version Available
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}
| 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 |