action sinao_app_accounting_categories_list { label: "List categories" description: "" provider: sinao method: GET path: "/apps/{appId}/accountcategories/" encoding: json output: { type: "array" items: { properties: { description: { type: "string" } id: { type: "integer" } name: { type: "string" } type: { type: "string" } } } } }