GET /assettypes/{assetTypeId}

Get an asset type by its id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetTypeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AssetType
NameDescriptionTypeAdditional information
Name

Name of the asset type.

string

None.

Description

Description of the asset type.

string

None.

TagTypes

Collection of tags that are available for asset views of this asset type to be tagged with.

Collection of TagType

None.

PropertyMetadatas

Collection of metadata describing properties that are available to be added to assets and asset views of this asset type.

Collection of PropertyMetadata

None.

Assets

Collection of assets that have this asset type.

AssetCollection

None.

AssetViews

Collection of asset views that have this asset type.

AssetViewCollection

None.

Href

URL of the resource.

string

None.

Id

Identifier of the resource.

integer

None.

CreatedDate

Creation date/time. ISO 8601 formatted date/time string using UTC time zone.

date

None.

ModifiedDate

Modification date/time. ISO 8601 formatted date/time string using UTC time zone.

date

None.