action naviplancentral_liabilities_get_by_id { label: "Liabilities_GetById" description: "Description: This operation retrieves a single Liability for the specified Liability ID.
\n Purpose: Provides access to the Liability including owner and type." provider: naviplancentral method: GET path: "/api/Liabilities/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }