action tradematic_get_cloud_accounts_accountid_orders { label: "Get orders list by account" description: "Get orders list by account" provider: tradematic method: GET path: "/cloud/accounts/{accountid}/orders" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }