action watchful_get_extensions { label: "Get a list Extensions" description: "Returns a list Extensions" provider: watchful method: GET path: "/extensions" encoding: json input: { type: "object" properties: { ext_name: { type: "string" } ext_prefix: { type: "string" } fields: { type: "string" } limit: { type: "string" } limitstart: { type: "string" } order: { type: "string" } siteids: { type: "string" } vUpdate: { type: "string" } version: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }