object InventorySnapshotsQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | ||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | ||||||||||||||||||||||||||||||
data | InventorySnapshotConnection | Paginated inventory snapshots returned by this query. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
snapshots | InventorySnapshotConnection | DEPRECATED Use data instead of snapshots Snapshots for this inventory snapshots. Deprecated; see the deprecation reason for current behavior. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- inventory_snapshots Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}],
"snapshots": [{id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}]
}