action gsmtasks_formrules_list { label: "formrules_list" provider: gsmtasks method: GET path: "/formrules/" encoding: json input: { type: "object" properties: { account: { type: "string" } cursor: { type: "integer" } format: { type: "string" enum: ["json", "xlsx"] } page_size: { type: "integer" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }