action yodlee_get_networth { label: "Get Networth Summary" description: "The get networth service is used to get the networth for the user.
If the include parameter value is passed as details then networth with historical balances is returned.
" provider: yodlee method: GET path: "/derived/networth" encoding: json input: { type: "object" properties: { accountIds: { type: "string" } container: { type: "string" } fromDate: { type: "string" } include: { type: "string" } interval: { type: "string" } skip: { type: "integer" format: "int32" } toDate: { type: "string" } top: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }