action naviplancentral_presentation_get_demographic_owners_by_factfinderid { label: "Presentation_GetDemographicOwnersByFactfinderid" description: "Description: This operation retrieves owner values for the fact finder based on demographics data \n Purpose: Provides the list of valid options for owner, student, beneficiary, etc." provider: naviplancentral method: GET path: "/api/Presentation/Demographics/Owners" encoding: json input: { type: "object" properties: { factFinderId: { type: "string" } } required: ["factFinderId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }