action naviplancentral_fact_finders_get_snapshots_by_factfinderid { label: "FactFinders_GetSnapshotsByFactfinderid" description: "Description: The operation retrieves Snapshots of a Fact Finder.
\n Purpose: Allows for advisors to view all Snapshots taken of a Fact Finder." provider: naviplancentral method: GET path: "/api/FactFinders/{factFinderId}/Snapshots" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }