Asset Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/AssetTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of an asset type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/AssetTypes/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of an asset type by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/AssetTypes?filter={filter}&maintenanceMode={maintenanceMode} Get all asset types. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/AssetTypes?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all asset types. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/AssetTypes/Summary Get a summary representation of all asset types.
GET Method: GetSummaries, URL: ReferenceData/AssetTypes/Summary Test

Get a summary representation of all asset types.

Create ReferenceData/AssetTypes Create a new asset type.
POST Method: Create, URL: ReferenceData/AssetTypes Test

Create a new asset type.

Update ReferenceData/AssetTypes/{id} Update an existing asset type.
PUT Method: Update, URL: ReferenceData/AssetTypes/{id} Test

Update an existing asset type.

Delete ReferenceData/AssetTypes/{id} Delete an existing asset type.
DELETE Method: Delete, URL: ReferenceData/AssetTypes/{id} Test

Delete an existing asset type.