---
id: v1-approval-reassignment-history
title: ApprovalReassignmentHistory
pagination_label: ApprovalReassignmentHistory
sidebar_label: ApprovalReassignmentHistory
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ApprovalReassignmentHistory', 'v1ApprovalReassignmentHistory']
slug: /tools/sdk/typescript/approvals/models/approval-reassignment-history
tags: ['SDK', 'Software Development Kit', 'ApprovalReassignmentHistory', 'v1ApprovalReassignmentHistory']
---

# ApprovalReassignmentHistory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commentID** | **(optional)** `string` | Unique identifier for the comment associated with the reassignment. | [default to undefined]
**reassignedFrom** | **(optional)** `ApprovalIdentity` |  | [default to undefined]
**reassignedTo** | **(optional)** `ApprovalIdentity` |  | [default to undefined]
**reassigner** | **(optional)** `ApprovalIdentity` |  | [default to undefined]
**reassignmentDate** | **(optional)** `string` | Date and time when the reassignment occurred. | [default to undefined]
**reassignmentType** | **(optional)** `string` | Type of reassignment, such as escalation or manual reassignment. | [default to undefined]

