# Get Miscellaneous Deduction Endpoint: GET /companies/{companyId}/post_tax_deductions/miscellaneous/{deductionId} Version: 1.0 ## Path parameters: - `companyId` (string, required) - `deductionId` (string, required) ## Response 200 fields (application/json): - `id` (string) - `employeeId` (string) - `source` (string,null) - `description` (string,null) - `effectiveStart` (string) - `effectiveEnd` (string,null) - `amount` (number,null) - `percent` (number,null) - `annualLimitAmount` (number,null) - `totalLimitAmount` (number,null) - `isExternal` (boolean)