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