action naviplancentral_demographics_get_demographics_by_fact_finder_id_by_factfinderid { label: "Demographics_GetDemographicsByFactFinderIdByFactfinderid" description: "Description: This operation retrieves all Demographic information for the specified Fact Finder ID.
\n Purpose: Provides access to the Demographic information including city and state." provider: naviplancentral method: GET path: "/api/Demographics" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }