API Guide
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.TemplateViewTypeModel)",
"@odata.count": 5,
"value":
[
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(0)", "Id": 0,
"Description": "None"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(1)", "Id": 1,
"Description": "Compliance"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(2)", "Id": 2,
"Description": "Deployment"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(3)", "Id": 3,
"Description": "Inventory"
},
{
"@odata.id": "/api/TemplateService/TemplateViewTypes(4)", "Id": 4,
"Description": "Sample"
}
]
}
Table 82. Attributes
Attribute Description
Id Unique identifier for the template view type.
Name Identifies the features that support template operations.
/api/TemplateService/Templates
This URI represents the templates.
GET method for Templates
This method returns the details of all available templates.
Table 83. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Maximum records to skip. Default value is 0.
Orderby Order to apply to the output.
SearchFilter Search type.
Description Returns the details of all templates.
Privilege VIEW
HTTP response
codes
200
144 Configure