Files under retention
A list of files under retention.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
Retention policy assignment
A retention assignment represents a rule specifying the files a retention policy retains. Assignments can retain files based on their folder or metadata, or hold all files in the enterprise.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier for a retention policy assignment. |
type | enum<string> | Yes | The value will always be retention_policy_assignment. Available options: retention_policy_assignment. |
retention_policy | Retention policy (Mini) | No | A mini representation of a retention policy object that has been assigned to the content. |
assigned_to | object | No | The type and id of the content that is under retention. The type can either be folder enterprise, or metadata_template. |
filter_fields | array of object | No | An array of field objects. Values are only returned if the assigned_to type is metadata_template. Otherwise, the array is blank. Can be null. |
assigned_by | User (Mini) | No | A mini user object representing the user that created the retention policy assignment. |
assigned_at | string | No | When the retention policy assignment object was created. |
start_date_field | string | No | The date the retention policy assignment begins. If the assigned_to type is metadata_template, this field can be a date field’s metadata attribute key id. |
Example
Retention policy assignments
A list of retention policy assignments.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
entries | array of Retention policy assignment | No | A list of retention policy assignments. |
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. |
Example
