File version legal hold

File-Version-Legal-Hold is an entity representing all holds on a File Version.

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

Time that this File-Version-Legal-Hold was deleted.

The file for the file version held. Note that there is no guarantee that the current version of this file is held.

The file version that is held

string
11446498

The unique identifier for this object

string
file_version_legal_hold

Value is always file_version_legal_hold

Response Example

{
  "deleted_at": "2012-12-12T10:53:43-08:00",
  "file": {
    "etag": 1,
    "id": 12345,
    "name": "Contract.pdf",
    "sequence_id": 3,
    "type": "file"
  },
  "file_version": {
    "id": 12345,
    "sha1": "134b65991ed521fcfe4724b7d814ab8ded5185dc",
    "type": "file_version"
  },
  "id": 11446498,
  "legal_hold_policy_assignments": [
    {
      "id": 11446498,
      "type": "legal_hold_policy_assignment",
      "legal_hold_policy": {
        "id": 11446498,
        "type": "legal_hold_policy"
      },
      "assigned_to": {
        "id": 11446498,
        "type": "file",
        "sequence_id": 3,
        "etag": 1,
        "name": "Pictures"
      },
      "assigned_by": {
        "id": 11446498,
        "type": "user",
        "name": "Aaron Levie",
        "login": "ceo@example.com"
      },
      "assigned_at": "2012-12-12T10:53:43-08:00",
      "deleted_at": "2012-12-12T10:53:43-08:00"
    }
  ],
  "type": "file_version_legal_hold"
}