Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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