action sinao_app_cashflow_cashflowsources_list { label: "List CashflowSource" description: "" provider: sinao method: GET path: "/apps/{appId}/cashflowsources/" encoding: json output: { type: "array" items: { properties: { account_type: { type: "string" } balance_amount: { type: "integer" } created_at: { type: "string" format: "date-time" } disabled: { type: "integer" } id: { type: "integer" } identifiant: { type: "string" } name: { type: "string" } parent_cashflow_source: { type: "object" additionalProperties: true } status: { type: "string" } type: { type: "string" } updated_at: { type: "string" format: "date-time" } } } } }