action osisoft_asset_database_get_table_categories { label: "Retrieve table categories for a given Asset Database." provider: osisoft method: GET path: "/assetdatabases/{webId}/tablecategories" encoding: json input: { type: "object" properties: { selectedFields: { type: "string" } webId: { type: "string" } webIdType: { type: "string" } } required: ["webId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }