# PreIpoCompanyResearchDocumentsListPreIpoCompanyResearchDocumentsRequest

## Example Usage

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

let value:
  PreIpoCompanyResearchDocumentsListPreIpoCompanyResearchDocumentsRequest = {
    preIpoCompanyId: "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  };
```

## Fields

| Field                                                                                                                                                                                                                                                                                  | Type                                                                                                                                                                                                                                                                                   | Required                                                                                                                                                                                                                                                                               | Description                                                                                                                                                                                                                                                                            | Example                                                                                                                                                                                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `preIpoCompanyId`                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                               | :heavy_check_mark:                                                                                                                                                                                                                                                                     | The preIpoCompany id.                                                                                                                                                                                                                                                                  | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                                   |
| `pageSize`                                                                                                                                                                                                                                                                             | *number*                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                     | The maximum number of Pre IPO Company Research Documents to return. The service may return fewer than this value. If unspecified, at most 100 Pre IPO Company Research Documents will be returned. The maximum value is 100; values above 100 will be coerced to 100.                  | 50                                                                                                                                                                                                                                                                                     |
| `pageToken`                                                                                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                     | A page token, received from a previous `ListPreIpoCompanyResearchDocumentsRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPreIpoCompanyResearchDocumentsRequest` must match the call that provided the page token. | eyJzaXplIjoxMCwib2Zmc2V0IjoxMDAsInBhcmVudElkIjoicGFyZW50SWQifQ==                                                                                                                                                                                                                       |
| `filter`                                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                     | A CEL string to filter results. Filterable fields:<br/> - type<br/> - relation<br/> Only `&&` and `==` operators are allowed.<br/> See the [CEL Search](https://developer.apexclearing.com/apex-fintech-solutions/docs/cel-search)<br/> page in Guides for more information;           | type == 'MARKET' && relation == 'SUBJECT'                                                                                                                                                                                                                                              |