Get Child Assets

get

/rest/v16/assets/{id}/childAssets

This operation retrieves all direct child assets of the specified asset.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Allows expansion of relationships.
  • Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
  • The requested page size, which limits the number of elements the collection should max return.
  • The offset of the page. By default, offset is 0, which means first page will be returned.
  • Specifies a comma-separated list of pairs to order the response by.
  • Allows to specify one or more filtering criteria. By default, no filtering is applied.
  • Specifies that the total count of records should be included in the response when doing pagination.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : assets-collection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Assets
Type: object
Title: Assets
Show Source
Nested Schema : Attributes
Type: object
Title: Attributes
A JSON collection of key/value pair attributes that define the configuration of this asset/component.
Nested Schema : Currency
Type: object
Title: Currency
Currency Code for the asset
Show Source
Nested Schema : descendantAssets-collection
Type: object
Title: descendantAssets-collection
Show Source
Nested Schema : Discount Amount
Type: object
Title: Discount Amount
The amount of discount received.
Show Source
Nested Schema : Fixed Recurring Amount
Type: object
Title: Fixed Recurring Amount
The recurring charge for the product. For example, $10 per month.
Show Source
Nested Schema : One Time Net Amount
Type: object
Title: One Time Net Amount
The price paid to purchase the product.
Show Source
Nested Schema : Parent Asset Id
Type: object
Title: Parent Asset Id
The parent component of the asset tree.
Show Source
  • Title: Asset Key
    An invariant key that uniquely identifies the asset / component for the lifetime of the asset. It will be unique across all asset repositories.
  • Title: Id
    Primary Key of Asset Resource.
Nested Schema : Root Asset Id
Type: object
Title: Root Asset Id
The root component in the asset tree.
Show Source
  • Title: Asset Key
    An invariant key that uniquely identifies the asset / component for the lifetime of the asset. It will be unique across all asset repositories.
  • Title: Id
    Primary Key of Asset Resource.
Nested Schema : Status
Type: object
Title: Status
The status of the asset.
Show Source
  • Title: Display Value
    The translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    The primary key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Usage Net Amount
Type: object
Title: Usage Net Amount
The variable, usage price for the product. For example, $0.10 per Copy.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : descendantAssetsDef
Type: object
Title: descendantAssetsDef
Show Source
Nested Schema : Attributes
Type: object
Title: Attributes
A JSON collection of key/value pair attributes that define the configuration of this asset/component.
Nested Schema : Currency
Type: object
Title: Currency
Currency Code for the asset
Show Source
Nested Schema : Discount Amount
Type: object
Title: Discount Amount
The amount of discount received.
Show Source
Nested Schema : Fixed Recurring Amount
Type: object
Title: Fixed Recurring Amount
The recurring charge for the product. For example, $10 per month.
Show Source
Nested Schema : One Time Net Amount
Type: object
Title: One Time Net Amount
The price paid to purchase the product.
Show Source
Nested Schema : Parent Asset Id
Type: object
Title: Parent Asset Id
The parent component of the asset tree.
Show Source
  • Title: Asset Key
    An invariant key that uniquely identifies the asset / component for the lifetime of the asset. It will be unique across all asset repositories.
  • Title: Id
    Primary Key of Asset Resource.
Nested Schema : Root Asset Id
Type: object
Title: Root Asset Id
The root component in the asset tree.
Show Source
  • Title: Asset Key
    An invariant key that uniquely identifies the asset / component for the lifetime of the asset. It will be unique across all asset repositories.
  • Title: Id
    Primary Key of Asset Resource.
Nested Schema : Status
Type: object
Title: Status
The status of the asset
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    The primary key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Usage Net Amount
Type: object
Title: Usage Net Amount
The variable, usage price for the product. For example, $0.10 per Copy.
Show Source
Back to Top