> ## 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.Appointment GetProjectMemberAppointmentsRequest

# <a id="SuperOffice_WebApi_Data_Appointment_GetProjectMemberAppointmentsRequest" /> Class Appointment\_GetProjectMemberAppointmentsRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Appointment\_GetProjectMemberAppointmentsRequest](SuperOffice.WebApi.Data.Appointment_GetProjectMemberAppointmentsRequest.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_Appointment_GetProjectMemberAppointmentsRequest__ctor" /> Appointment\_GetProjectMemberAppointmentsRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_GetProjectMemberAppointmentsRequest_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_Appointment_GetProjectMemberAppointmentsRequest_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_Appointment_GetProjectMemberAppointmentsRequest_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_Appointment_GetProjectMemberAppointmentsRequest_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.Appointment GetProjectMemberAppointmentsByTaskRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetProjectMemberAppointmentsByTaskRequest.md)
- [SuperOffice.WebApi.Data.Appointment GetProjectMemberAppointmentsByTasksRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetProjectMemberAppointmentsByTasksRequest.md)
- [SuperOffice.WebApi.Data.Appointment GetProjectMemberAppointmentsByTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetProjectMemberAppointmentsByTypeRequest.md)
- [SuperOffice.WebApi.Data.Appointment GetProjectMemberAppointmentsByTaskHeadingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetProjectMemberAppointmentsByTaskHeadingRequest.md)
- [SuperOffice.WebApi.Data.Appointment GetProjectAppointmentsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetProjectAppointmentsRequest.md)
- [SuperOffice.WebApi.Data.Appointment CanAssignToProjectMemberRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CanAssignToProjectMemberRequest.md)
