API Guide

Input:
{
"Id": 12,
"Name": "Example Compliance Template",
"Attributes":
[
{
"Id": 3592,
"Value": "Test OS Name",
"IsIgnored": false
}
]
}
Output:
ID of the template
DELETE method for Templates(Id)
This method deletes a template.
Description Deletes a specific template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example
Input:
Output:
/api/TemplateService/Templates(Id)/Views
This URI represents the views of a specific template.
GET method for Views of a template
This method returns the views available for a specific template. Each view displays template data in a specific structure.
Description
Returns the views available for a specific template.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.AttributeView) HYPERLINK
"mailto:\",\"@odata.count" ",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#TemplateService.AttributeView",
"@odata.id": "/api/TemplateService/Templates(1)/Views(1)",
"Id": 1,
"Name": "TemplateSpecific",
"Description": "The hierarchy consists of template specific component
classes, groups (from the attribute registry) and attributes.",
"AttributeViewDetails":
{
Configure 131