action sinao_app_cashflow_transactions_list { label: "List Transaction" description: "" provider: sinao method: GET path: "/apps/{appId}/transactions/" encoding: json output: { type: "array" items: { properties: { amount: { type: "integer" } author: { type: "object" } cashflow_source: { 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" } } } contact: { type: "object" } created_at: { type: "string" format: "date-time" } deleted_at: { type: "string" format: "date-time" } details: { type: "integer" } id: { type: "integer" } label: { type: "integer" } lettered_at: { type: "string" format: "date-time" } metadata: { type: "array" items: { type: "object" } } method: { type: "integer" } received_at: { type: "string" format: "date-time" } updated_at: { type: "string" format: "date-time" } } } } }