Asset Type Templates

Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.

Asset Type Templates

Asset type template management
operations.

GET /rest/v2/asset-management/asset-type-templates

Description

ListAssetType Templates.

Parameters

NameData TypeRequired?Description

X-EB-Organization-Id

string

y

HTTP header

Responses

CodeDescription

200 OK

[
{
"createdId": 0,
"createdName": "string",
"createdProxyName": "string",
"createdTimestamp": "2021-04-27T20:18:24.146Z",
"description": "string",
"id": "string",
"lastModifiedId": 0,
"lastModifiedName": "string",
"lastModifiedProxyName": "string",
"lastModifiedTimestamp": "2021-04-27T20:18:24.146Z",
"legacy": true,
"name": "string",
"organizationId": 0,
"propertyDefinitions": [
{
"allowedValues": [
{}
],
"assetPropertyDataType": "BOOLEAN",
"assetPropertyDisplayType": "MULTIPLE",
"assetPropertyType": "ADDRESS",
"assetTypeId": "string",
"assetTypeTemplateId": "string",
"createdId": 0,
"createdName": "string",
"createdProxyName": "string",
"createdTimestamp": "2021-04-27T20:18:24.146Z",
"description": "string",
"id": "string",
"lastModifiedId": 0,
"lastModifiedName": "string",
"lastModifiedProxyName": "string",
"lastModifiedTimestamp": "2021-04-27T20:18:24.146Z",
"name": "string",
"organizationId": 0,
"seq": 500,
"vccPropertyName": "string"
}
],
"seq": 0
}
]

GET /rest/v2/asset-management/asset-type-templates/{id}

Description

GetAssetType Templates.

Parameters

NameData TypeRequired?Description

id

string

y

id - id

X-EB-Organization-Id

string

y

HTTP header

Responses

CodeDescription

200 OK

Example Value

{
"createdId": 0,
"createdName": "string",
"createdProxyName": "string",
"createdTimestamp": "2021-04-27T20:31:52.145Z",
"description": "string",
"id": "string",
"lastModifiedId": 0,
"lastModifiedName": "string",
"lastModifiedProxyName": "string",
"lastModifiedTimestamp": "2021-04-27T20:31:52.145Z",
"legacy": true,
"name": "string",
"organizationId": 0,
"propertyDefinitions": [
{
"allowedValues": [
{}
],
"assetPropertyDataType": "BOOLEAN",
"assetPropertyDisplayType": "MULTIPLE",
"assetPropertyType": "ADDRESS",
"assetTypeId": "string",
"assetTypeTemplateId": "string",
"createdId": 0,
"createdName": "string",
"createdProxyName": "string",
"createdTimestamp": "2021-04-27T20:31:52.145Z",
"description": "string",
"id": "string",
"lastModifiedId": 0,
"lastModifiedName": "string",
"lastModifiedProxyName": "string",
"lastModifiedTimestamp": "2021-04-27T20:31:52.146Z",
"name": "string",
"organizationId": 0,
"seq": 500,
"vccPropertyName": "string"
}
],
"seq": 0
}

Model AssetType_Template_Model