GET /assettypes/{assetTypeId}/assets?format={format}/

Get all assets with a particular asset type.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetTypeId

id of the asset type

integer

Required

format

Optional parameter. If its value is 'flat' the resources returned will not be hierarchical. Instead all properties of subresources will be included on the base resource. The default is to return resources in the standard hierarchical format.

string

Default value is hierarchical

Body Parameters

None.

Response Information

Resource Description

AssetCollection
NameDescriptionTypeAdditional information
Href

string

None.

Items

Collection of Asset

None.