action naviplancentral_accounts_get_accounts_by_fact_finder_id_by_factfinderid_external { label: "Accounts_GetAccountsByFactFinderIdByFactfinderidExternalsourceid" description: "Description: This operation retrieves all Accounts for the specified Fact Finder ID and/or external source ID.
\n Purpose: Provides access to the Account information including description and market value." provider: naviplancentral method: GET path: "/api/Accounts" encoding: json input: { type: "object" properties: { externalSourceId: { type: "string" } factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }