> ## 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.AssociateSourceType

# <a id="SuperOffice_WebApi_Data_AssociateSourceType" /> Enum AssociateSourceType

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

Describes what source the associates should be retrieved from.
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum AssociateSourceType
```

## Fields

`All = 7`

7: Enumeration generated from the wsdl doesn't handle the \[Flags] attribute (bit enumeration)

`Department = 4`

4: Associate is retrieved from the department (usergroup) list

`DiaryViewList = 2`

2: Associate is retrieved from the diary view list

`History = 1`

1: Associate is retrieved from the history list

`UndefinedValue8 = 8`

8: Undefined and generated value 8

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Agents.PersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PersonAgent.md)
- [SuperOffice.WebApi.Agents.IPersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPersonAgent.md)
- [SuperOffice.WebApi.Data.Person GetColleaguesBySourceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetColleaguesBySourceRequest.md)
- [SuperOffice.WebApi.Data.Associate](/en/api/reference/webapi/SuperOffice.WebApi.Data.Associate.md)
- [SuperOffice.WebApi.Data.CopilotDataSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceType.md)
- [SuperOffice.WebApi.Data.ContactSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactSourceType.md)
