# WatchlistServiceGetWatchlistItemRequest

## Example Usage

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

let value: WatchlistServiceGetWatchlistItemRequest = {
  watchlistId: "DOWJONES",
  itemId: "123456",
};
```

## Fields

| Field              | Type               | Required           | Description        | Example            |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `watchlistId`      | *string*           | :heavy_check_mark: | The watchlist id.  | DOWJONES           |
| `itemId`           | *string*           | :heavy_check_mark: | The item id.       | 123456             |