# InvestigationServiceGetInvestigationRequest

## Example Usage

```typescript
import { InvestigationServiceGetInvestigationRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: InvestigationServiceGetInvestigationRequest = {
  investigationId: "01HEWVF4ZSNKYRP293J53ASJCJ",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `investigationId`          | *string*                   | :heavy_check_mark:         | The investigation id.      | 01HEWVF4ZSNKYRP293J53ASJCJ |