Archive
An archive is a folder dedicated to storing content that is redundant, outdated, or trivial. Content in an archive is not accessible to its owner and collaborators. To use this feature, you must request GCM scope for your Box application.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier that represents an archive. |
type | enum<string> | Yes | The value is always archive. Available options: archive. |
name | string | Yes | The name of the archive. The following restrictions to the archive name apply: names containing non-printable ASCII characters, forward and backward slashes (/, \), names with trailing spaces, and names . and .. are not allowed. |
size | integer | Yes | The size of the archive in bytes. |
description | string | No | The description of the archive. Can be null. |
owned_by | object | No | The part of an archive API response that describes the user who owns the archive. |
Example
Archives
A list of archives.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
entries | array of Archive | No | A list in which each entry represents an archive object. |
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
