Query Record Status Input

Input representation of status and related error messages of query data records.
JSON example
1{
2    "queryRecordStatusInput": {
3        "contextId": "3729ed60-d16d-41b8-8951-9ad4f6407ad2",
4        "queryPaths": [
5            {
6                "dataPath": [
7                    "TestOrder123"
8                ]
9            }
10        ]
11    }
12}
Properties
Name Type Description Required or Optional Available Version
queryRecordStatusInput Object Input representation for context ID and the list of paths for querying the status. Required 59.0