assets/{id}
Retrieve an asset by id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
An asset Id set by ECMS |
integer |
Required |
Body Parameters
None.
Response Information
Standard Responses
An asset
Name | Description | Type | Additional information |
---|---|---|---|
id |
An asset Id set by ECMS |
integer |
None. |
name |
The name of the asset |
string |
None. |
referenceNumber |
The reference number of the asset |
string |
None. |
identifier |
The identifier of the asset |
string |
None. |
assignedTo |
The employee profile's email address assigned to the asset |
string |
None. |
status |
The status of the asset |
string |
None. |
siteId |
The site Id of the site where the asset resides |
integer |
None. |
site |
The site name of the site where the asset resides |
string |
None. |
location |
The location of the asset |
string |
None. |
createdBy |
The creator of the asset |
string |
None. |
createdDate |
The date the asset was created |
string |
None. |
attributes |
A collection of attributes of the asset |
Collection of AssetProfileAttributeDto |
None. |
attachment |
The attachment of the asset |
AssetAttachmentDto |
None. |
type |
The asset type of the asset |
AssetTypeLinkDto |
None. |
group |
The asset group of the asset |
AssetGroupResponseDto |
None. |
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|---|---|---|
404 - NotFound | No such asset exists |
None. |
None. |