action osisoft_element_template_get_derived_element_templates { label: "Get derived element templates for an element template." provider: osisoft method: GET path: "/elementtemplates/{webId}/derivedelementtemplates" encoding: json input: { type: "object" properties: { maxCount: { type: "string" } selectedFields: { type: "string" } showDescendants: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }