{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector deviceTemplates API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "deviceTemplates", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Device Templates In An Application With Basic Odata Support Maxpagesize, Filter, Orderby , [more Details] Https: Aka Ms Iotcentralodatasupport", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deviceTemplates", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "filter", "value": "", "type": "query", "description": "An expression on the resource type that selects the resources to be returned." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of resources to return from one response." }, { "name": "orderby", "value": "", "type": "query", "description": "An expression that specify the order of the returned resources." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Device Template By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deviceTemplates/:deviceTemplateId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deviceTemplateId", "value": "", "type": "path", "description": "Unique [Digital Twin Model Identifier](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#digital-twin-model-identifier) of the device template." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Publish A New Device Template Default Views Will Be Automatically Generated For New Device Templates Created This Way", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/deviceTemplates/:deviceTemplateId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deviceTemplateId", "value": "", "type": "path", "description": "Unique [Digital Twin Model Identifier](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#digital-twin-model-identifier) of the device template." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Update The Cloud Properties And Overrides Of An Existing Device Template Via Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/deviceTemplates/:deviceTemplateId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deviceTemplateId", "value": "", "type": "path", "description": "Unique [Digital Twin Model Identifier](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#digital-twin-model-identifier) of the device template." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete A Device Template", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/deviceTemplates/:deviceTemplateId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "deviceTemplateId", "value": "", "type": "path", "description": "Unique [Digital Twin Model Identifier](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#digital-twin-model-identifier) of the device template." } ] }, "docs": "Delete an existing device template by device ID." } ] } ], "bundled": true }