File versions on hold
A list of files on hold for legal policy assignment.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of File version | No | A list of file versions on hold. |
Example
Files on hold
A list of files on hold for legal policy assignment.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of File (Mini) | No | A list of files. |
Example
Legal hold policy assignment
Legal Hold Assignments are used to assign Legal Hold Policies to an item type of: Users, Folders, Files, File Versions, Ownership, or Interactions. Creating a Legal Hold Assignment puts a hold on the File-Versions that belong to the Assignment’s ‘apply-to’ entity.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this legal hold assignment. |
type | enum<string> | No | The value will always be legal_hold_policy_assignment. Available options: legal_hold_policy_assignment. |
legal_hold_policy | Legal hold policy (Mini) | No | The policy that the legal hold policy assignment is part of. |
assigned_to | Legal hold policy item | No | The item that the legal hold policy is assigned to. Includes type and ID. |
assigned_by | User (Mini) | No | The user who created the legal hold policy assignment. |
assigned_at | string | No | When the legal hold policy assignment object was created. |
deleted_at | string | No | 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. |
Example
Legal hold policy assignment (Base)
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.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this legal hold assignment. |
type | enum<string> | No | The value will always be legal_hold_policy_assignment. Available options: legal_hold_policy_assignment. |
Example
Legal hold policy assignments
A list of legal hold policies assignments.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of Legal hold policy assignment | No | A list of legal hold policy assignments. |
Example
