Query Context Record Result
クエリ結果コンテキストレコードの出力表現。
- 応答サンプル
-
1{ 2 "contextId": "7bc695bc-f38b-4a94-8a95-0caa50f3da53", 3 "isDone": true, 4 "isSuccess": true, 5 "queryRecords": [ 6 { 7 "childQueryRecords": [] 8 } 9 ] 10}
| プロパティ名 | 型 | 説明 | 検索条件グループとバージョン | 使用可能なバージョン |
|---|---|---|---|---|
| contextId | String | 照会するコンテキストレコードの ID。 | Small、59.0 | 59.0 |
| isDone | Boolean | クエリ操作が完了したか (true)、否か (false) を示します。 | Small、59.0 | 59.0 |
| isSuccess | Boolean | クエリの状況が正常か (true)、否か (false) を示します。 | Small、59.0 | 59.0 |
| queryRecords | Context Query Record[] | 取得済みコンテキストクエリレコードのリスト。 | Small、59.0 | 59.0 |