action osisoft_element_get_notification_rules { label: "Retrieve notification rules for an element" provider: osisoft method: GET path: "/elements/{webId}/notificationrules" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }