action naviplancentral_accounts_get_account_holdings_by_accountid { label: "Accounts_GetAccountHoldingsByAccountid" description: "Retrieves all holdings in the specified Account." provider: naviplancentral method: GET path: "/api/Accounts/{accountId}/Holdings" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }