Legal hold policy assignment

Legal Hold Assignments are used to assign Legal Hold Policies to Users, Folders, Files, or File Versions.

Creating a Legal Hold Assignment puts a hold on the File-Versions that belong to the Assignment's 'apply-to' entity.

string / date-time
2012-12-12T10:53:43-08:00

When the legal hold policy assignment object was created

The user who created the legal hold policy assignment

The item that the the legal hold policy is assigned to. Includes type and ID.

string / date-time
2012-12-12T10:53:43-08:00

When the assignment release request was sent. (Because it can take time for an assignment to fully delete, this isn't quite the same time that the assignment is fully deleted). If null, Assignment was not deleted.

string
11446498

The unique identifier for this object

string
legal_hold_policy_assignment

Value is always legal_hold_policy_assignment

Response Example

{
  "assigned_at": "2012-12-12T10:53:43-08:00",
  "assigned_by": {
    "id": 11446498,
    "login": "ceo@example.com",
    "name": "Aaron Levie",
    "type": "user"
  },
  "assigned_to": {
    "etag": 1,
    "id": 11446498,
    "name": "Pictures",
    "sequence_id": 3,
    "type": "file"
  },
  "deleted_at": "2012-12-12T10:53:43-08:00",
  "id": 11446498,
  "legal_hold_policy": {
    "id": 11446498,
    "type": "legal_hold_policy"
  },
  "type": "legal_hold_policy_assignment"
}