GET /directories/{directoryId}/assettypes/{assetTypeId}
Get an asset type that is found in a directory by its id. The asset type resource returned will contain a link to a collection of all assets found in the directory with this asset type.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetTypeId | integer |
Required |
|
directoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AssetTypeName | Description | Type | Additional 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. |