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