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