> ## 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.Document GetPublishedDocumentsByDateRequest

# <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest" /> Class Document\_GetPublishedDocumentsByDateRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Document\_GetPublishedDocumentsByDateRequest](SuperOffice.WebApi.Data.Document_GetPublishedDocumentsByDateRequest.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_Document_GetPublishedDocumentsByDateRequest__ctor" /> Document\_GetPublishedDocumentsByDateRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest_Count" /> Count

```csharp theme={null}
public int Count { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest_EndTime" /> EndTime

```csharp theme={null}
public DateTime EndTime { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest_IncludeProjectDocuments" /> IncludeProjectDocuments

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest_PersonId" /> PersonId

```csharp theme={null}
public int PersonId { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Document_GetPublishedDocumentsByDateRequest_StartTime" /> StartTime

```csharp theme={null}
public DateTime StartTime { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Document GetPublishedPersonDocumentsByDateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetPublishedPersonDocumentsByDateRequest.md)
- [SuperOffice.WebApi.Data.Document GetPublishedDocumentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetPublishedDocumentRequest.md)
- [SuperOffice.WebApi.Data.Document GetPublishedDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetPublishedDocumentsRequest.md)
- [SuperOffice.WebApi.Data.Document GetPublishedProjectDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetPublishedProjectDocumentsRequest.md)
- [SuperOffice.WebApi.Data.Document GetMyPublishedDocumentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_GetMyPublishedDocumentsRequest.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
