> ## 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.PhoneList GetDepartmentPhonesRequest

# <a id="SuperOffice_WebApi_Data_PhoneList_GetDepartmentPhonesRequest" /> Class PhoneList\_GetDepartmentPhonesRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[PhoneList\_GetDepartmentPhonesRequest](SuperOffice.WebApi.Data.PhoneList_GetDepartmentPhonesRequest.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_PhoneList_GetDepartmentPhonesRequest__ctor" /> PhoneList\_GetDepartmentPhonesRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_PhoneList_GetDepartmentPhonesRequest_DepartmentId" /> DepartmentId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.PhoneList GetContactPhonesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneList_GetContactPhonesRequest.md)
- [SuperOffice.WebApi.Data.PhoneList GetFavoritesPhonesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneList_GetFavoritesPhonesRequest.md)
- [SuperOffice.WebApi.Agents.PhoneListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PhoneListAgent.md)
- [SuperOffice.WebApi.Data.PhoneList GetPreferencesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneList_GetPreferencesRequest.md)
- [SuperOffice.WebApi.Data.PhoneList SearchRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneList_SearchRequest.md)
- [SuperOffice.WebApi.Data.PhoneListPreferences](/en/api/reference/webapi/SuperOffice.WebApi.Data.PhoneListPreferences.md)
