object InventorySnapshotsQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataInventorySnapshotConnection

Paginated inventory snapshots returned by this query.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
snapshotsInventorySnapshotConnectionDEPRECATED Use data instead of snapshots

Snapshots for this inventory snapshots. Deprecated; see the deprecation reason for current behavior.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": [{id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}],
  "snapshots": [{id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}]
}