> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.MDO GetListWithHistoryRequest

# <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest" /> Class MDO\_GetListWithHistoryRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class MDO_GetListWithHistoryRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[MDO\_GetListWithHistoryRequest](SuperOffice.WebApi.Data.MDO_GetListWithHistoryRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest__ctor" /> MDO\_GetListWithHistoryRequest()

```csharp theme={null}
public MDO_GetListWithHistoryRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest_AdditionalInfo" /> AdditionalInfo

```csharp theme={null}
public string AdditionalInfo { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest_ForceFlatList" /> ForceFlatList

```csharp theme={null}
public bool ForceFlatList { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest_HistoryItems" /> HistoryItems

```csharp theme={null}
public int[] HistoryItems { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest_Name" /> Name

```csharp theme={null}
public string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithHistoryRequest_OnlyHistory" /> OnlyHistory

```csharp theme={null}
public bool OnlyHistory { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)


## Related topics

- [SuperOffice.WebApi.Data.MDO GetSelectableListWithHistoryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSelectableListWithHistoryRequest.md)
- [SuperOffice.WebApi.Agents.MDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MDOAgent.md)
- [SuperOffice.WebApi.Agents.IMDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMDOAgent.md)
- [SuperOffice.WebApi.Data.MDO GetListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListRequest.md)
- [SuperOffice.WebApi.Data.MDO GetListIdByListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListIdByListNameRequest.md)
- [SuperOffice.WebApi.Data.MDO GetSimpleListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSimpleListRequest.md)
