action osisoft_element_template_get_base_element_templates { label: "Get base element templates for an element template." description: "The root template will be returned first, followed by successive templates in the inheritance chain." provider: osisoft method: GET path: "/elementtemplates/{webId}/baseelementtemplates" encoding: json input: { type: "object" properties: { maxCount: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }