action osisoft_analysis_category_get_by_path { label: "Retrieve an analysis category by path." provider: osisoft method: GET path: "/analysiscategories" encoding: json input: { type: "object" properties: { path: { type: "string" } selectedFields: { type: "string" } webIdType: { type: "string" } } required: ["path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }