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

# <a id="SuperOffice_WebApi_Data_TargetRevisionHistory" /> Class TargetRevisionHistory

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

Carrier object for TargetRevisionHistory.
Target revision history carrier

```csharp theme={null}
public class TargetRevisionHistory : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[TargetRevisionHistory](SuperOffice.WebApi.Data.TargetRevisionHistory.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_TargetRevisionHistory__ctor" /> TargetRevisionHistory()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_TargetRevisionHistory_Revisions" /> Revisions

Collection of revisions (with changes)

```csharp theme={null}
public virtual TargetRevision[] Revisions { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TargetRevisionHistory_TargetGroupId" /> TargetGroupId

The group id - but it may not still exist

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_TargetRevisionHistory_Year" /> Year

The year this set of targets are associated with (2020, 2021...)

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.TargetsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TargetsAgent.md)
- [SuperOffice.WebApi.Agents.ITargetsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITargetsAgent.md)
- [SuperOffice.WebApi.Data.Targets GetTargetRevisionHistoryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Targets_GetTargetRevisionHistoryRequest.md)
- [target_revision_history table](/en/database/tables/target-revision-history.md)
- [Create Default Target Revision History](/en/api/reference/restful/agent/targets_agent/create-default-target-revision-history.md)
- [target_revision table](/en/database/tables/target-revision.md)
