API Guide

"@odata.id": "/api/TemplateService/Templates(1)/Views(2)",
"Id": 2,
"Name": "SystemSpecific",
"Description": "The hierarchy consists of unique system specific
related component classes, groups (from the attribute registry) and
attributes.",
"AttributeViewDetails":
{
"@odata.id": "/api/TemplateService/Templates(1)/Views(2)/
AttributeViewDetails"
},
" HYPERLINK "mailto:DeviceAttributeViewDetails@odata.navigationLink"
DeviceAttributeViewDetails@odata.navigationLink": "/api/TemplateService/
Templates(1)/Views(2)/DeviceAttributeViewDetails"
}
]
}
NOTE: For more information about template view attributes, see the Attributes table under GET method for Views(Id).
/api/TemplateService/Templates(Id)/Views(Id)
This URI represents a specific view of a template.
GET method for Views(Id)
This method returns the details of a specific view of a template.
Description
Returns a specific view of a template.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#TemplateService.AttributeView/$entity",
"@odata.id":
"/api/TemplateService/Templates(10)/Views(1)",
"Id": 1,
"Name": "DefaultModel",
"Description": "The default hierarchical model of a template. The
hierarchy consists of component classes, groups (from the attribute
registry) and attributes.",
"AttributeViewDetails":
{
"@odata.id": "/api/TemplateService/Templates(10)/Views(1)/
AttributeViewDetails"
},
"DeviceAttributeViewDetails":
[
{
"@odata.id": "/api/TemplateService/Templates(10)/Views(1)/
DeviceAttributeViewDetails"
}
]
}
Table 89. Attributes
Attribute Description
Id Unique identifier for a template view.
Name The name of the view.
Description Identifies the template data and its structure provided by this view.
Configure 151