action osisoft_element_template_get_security_entries { label: "Retrieve the security entries associated with the element template based on the specified criteria. By default, all security entries for this element template are returned." provider: osisoft method: GET path: "/elementtemplates/{webId}/securityentries" encoding: json input: { type: "object" properties: { nameFilter: { type: "string" } selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }