Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

OrderingQuery.asset()

Look up a single asset by its id.

type OrderingQuery {
  asset(id: ID!): OrderingAsset
    @deprecated(reason: "Use the REST endpoint GET https://api.sibipro.com/assets/{id} instead.")
}

Input

id

string - The unique identifier of the asset to retrieve.

Response

OrderingAsset

OrderingAsset | null - The asset object containing all asset details. Null if no asset exists with the given id.

Was this page helpful?