action osisoft_asset_server_get_notification_contact_templates { label: "Retrieve a list of all notification contact templates on the specified Asset Server." provider: osisoft method: GET path: "/assetservers/{webId}/notificationcontacttemplates" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }