action osisoft_analysis_template_get_categories { label: "Get an analysis template's categories." provider: osisoft method: GET path: "/analysistemplates/{webId}/categories" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }