# AlternativeInvestmentDocumentsListAlternativeInvestmentDocumentsRequest

## Example Usage

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

let value:
  AlternativeInvestmentDocumentsListAlternativeInvestmentDocumentsRequest = {
    assetId: "123",
  };
```

## Fields

| Field                                                                                                                                                                                                                                                                                 | Type                                                                                                                                                                                                                                                                                  | Required                                                                                                                                                                                                                                                                              | Description                                                                                                                                                                                                                                                                           | Example                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `assetId`                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                              | :heavy_check_mark:                                                                                                                                                                                                                                                                    | The asset id.                                                                                                                                                                                                                                                                         | 123                                                                                                                                                                                                                                                                                   |
| `pageSize`                                                                                                                                                                                                                                                                            | *number*                                                                                                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                    | The maximum number of orders to return. - Max value = 100  - Values above 100 will be coerced to 100.  - If the specified value is greater than the number of orders, the service will return fewer than the specified value.  - If unspecified, at most 100 orders will be returned. | 10                                                                                                                                                                                                                                                                                    |
| `pageToken`                                                                                                                                                                                                                                                                           | *string*                                                                                                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                    | For pagination, provide the page token, received from a previous `ListInvestmentDocuments` call, to retrieve the subsequent page.  All other parameters provided to `ListInvestmentDocuments` must match the request that provided the page token.                                    | next-page-token-example                                                                                                                                                                                                                                                               |
| `filter`                                                                                                                                                                                                                                                                              | *string*                                                                                                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                    | A CEL string to filter results. All fields from the response can be used as filters.<br/><br/> See the [CEL Search](https://developer.apexclearing.com/apex-fintech-solutions/docs/cel-search) guide for syntax details and examples.                                                 | type == 'OFFERING_DOCUMENT'                                                                                                                                                                                                                                                           |