API Guide

Table Of Contents
GET method for AttributeViewDetails
This method returns the details for all attributes applicable to a specific template view..
NOTE: This API does not return the information needed for editing attributes. To get that information, use API /
TemplateService/Templates(Id)/Views(Id)/AttributeViewDetails/TemplateEditInfoDetails.
Description Returns all attribute details of a template view.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#TemplateService.AttributeViewDetail/
$entity",
"@odata.id": "/api/TemplateService/Templates(11)/Views(1)/
AttributeViewDetails",
"Id": 1,
"Name": "TemplateSpecific",
"Description": "The hierarchy consists of template specific component
classes, groups (from the attribute registry) and attributes.",
"AttributeGroupNames": [],
"AttributeGroups":
[
{
"GroupNameId": 4,
"DisplayName": "LifecycleController",
"SubAttributeGroups":
[
{
"GroupNameId": 410,
"DisplayName": "Lifecycle Controller Attributes",
"SubAttributeGroups": [],
"Attributes":
[
{
"AttributeId": 3562,
"CustomId": 0,
"AttributeEditInfoId": 1857,
"DisplayName": "LCAttributes 1
VirtualAddressManagementApplication",
"Description": null,
"Value": null,
"IsReadOnly": false,
"IsIgnored": false
},
{
"AttributeId": 3561,
"CustomId": 0,
"AttributeEditInfoId": 1856,
"DisplayName": "LCAttributes 1 VirtualAddressManagement",
"Description": null,
"Value": "Console",
"IsReadOnly": false,
"IsIgnored": false
},
{
"AttributeId": 3563,
"CustomId": 0,
"AttributeEditInfoId": 1858,
"DisplayName": "LCAttributes 1 Provisioning Server",
"Description": null,
"Value": null,
"IsReadOnly": false,
"IsIgnored": false
},
{
"AttributeId": 3559,
Configure
193