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