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

# <a id="SuperOffice_WebApi_Data_PersonSummary" /> Class PersonSummary

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

Carrier object for PersonSummary.
Summary of person, with recent activities, chats, and requests included.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_PersonSummary_Chats" /> Chats

Recent chats with person

```csharp theme={null}
public virtual ChatSummaryItem[] Chats { get; set; }
```

#### Property Value

[ChatSummaryItem](SuperOffice.WebApi.Data.ChatSummaryItem.md)\[]

### <a id="SuperOffice_WebApi_Data_PersonSummary_Documents" /> Documents

Recent documents on person

```csharp theme={null}
public virtual ActivitySummaryItem[] Documents { get; set; }
```

#### Property Value

[ActivitySummaryItem](SuperOffice.WebApi.Data.ActivitySummaryItem.md)\[]

### <a id="SuperOffice_WebApi_Data_PersonSummary_Followups" /> Followups

Recent follow-ups on person

```csharp theme={null}
public virtual ActivitySummaryItem[] Followups { get; set; }
```

#### Property Value

[ActivitySummaryItem](SuperOffice.WebApi.Data.ActivitySummaryItem.md)\[]

### <a id="SuperOffice_WebApi_Data_PersonSummary_Person" /> Person

Simple Person data.

```csharp theme={null}
public virtual Person Person { get; set; }
```

#### Property Value

[Person](SuperOffice.WebApi.Data.Person.md)

### <a id="SuperOffice_WebApi_Data_PersonSummary_Sales" /> Sales

Recent sales on person

```csharp theme={null}
public virtual SaleSummaryItem[] Sales { get; set; }
```

#### Property Value

[SaleSummaryItem](SuperOffice.WebApi.Data.SaleSummaryItem.md)\[]

### <a id="SuperOffice_WebApi_Data_PersonSummary_Tickets" /> Tickets

Recent tickets on person

```csharp theme={null}
public virtual TicketSummaryItem[] Tickets { get; set; }
```

#### Property Value

[TicketSummaryItem](SuperOffice.WebApi.Data.TicketSummaryItem.md)\[]

## See Also

[PersonAgent](SuperOffice.WebApi.Agents.PersonAgent.md)


## 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 GetPersonSummaryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetPersonSummaryRequest.md)
- [SuperOffice.WebApi.Data.ContactSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactSummary.md)
- [SuperOffice.WebApi.Data.ActivitySummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.ActivitySummary.md)
- [SuperOffice.WebApi.Data.SaleSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleSummary.md)
