action naviplancentral_presentation_get_accounts_by_factfinderid_externalsourceid { label: "Presentation_GetAccountsByFactfinderidExternalsourceid" description: "Description: This operation retrieves all current Accounts for the specified Fact Finder ID, as well as \n all of the holdings and savings strategies belonging to those accounts.
\n Purpose: Provides access to the Accounts in a Fact Finder as well as any sub-entities belonging to them." provider: naviplancentral method: GET path: "/api/Presentation/Accounts" encoding: json input: { type: "object" properties: { externalSourceId: { type: "string" } factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }