action naviplancentral_demographics_get_dependents_by_demographicid { label: "Demographics_GetDependentsByDemographicid" description: "Description: This operation retrieves all Dependents for the specified Demographic information ID.
\n Purpose: Provides access to the Dependents including first and last name." provider: naviplancentral method: GET path: "/api/Demographics/{demographicId}/Dependents" encoding: json input: { type: "object" properties: { demographicId: { type: "string" } } required: ["demographicId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }