Skip to main content
Version: Next

AssetQueryOrderBy

Asset result ordering.

descendingboolean

Reverse the default ascending order.

Example: false
propertystring

Asset property used for ordering.

Possible values: [CREATED_ON, NAME, ASSET_TYPE, PARENT_ID, REALM]

Example: NAME
AssetQueryOrderBy
{
"descending": false,
"property": "NAME"
}