action osisoft_analysis_get_security_entries { label: "Retrieve the security entries associated with the analysis based on the specified criteria. By default, all security entries for this analysis are returned." provider: osisoft method: GET path: "/analyses/{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 } }