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