GET /assets/{assetId}
Get an asset by its id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Asset| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the asset. |
string |
None. |
| Description |
Description of the asset. |
string |
None. |
| AssetType |
Type of the asset. |
AssetType |
None. |
| Type |
The name of the type of the asset view. |
string |
None. |
| Properties |
Properties of the asset. |
Collection of Property |
None. |
| FileResources |
File resources associated with the asset. |
Collection of FileResource |
None. |
| AssetViews |
Collection of instances of this asset on a map. |
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. |