Concepts

Concepts used in Box BDK Book.

Folder reference

Represents a folder, often used in lists or as a parent reference (Folder--Mini like).

ALSO : item base

Field Name
Description
Type

id

The unique identifier for this folder.

text

type

The type of this resource, typically "folder". (Set by this class)

text

name

The name of this folder.

optional[text]

etag

The HTTP ETag of this folder.

optional[text]

sequence_id

A numeric identifier of the most recent event applied to this folder.

optional[text]

File reference

Reference to a file, containing key identifying information from list views (File--Mini like).

ALSO : item base

Field Name
Description
Type

id

The unique identifier for this file.

text

type

The type, typically "file". (Set by this class)

text

name

The name of this file.

optional[text]

etag

The ETag of this file.

optional[text]

sequence_id

The sequence ID of this file.

optional[text]

sha1

The SHA1 hash of the file.

optional[text]

Mini representation of the file version.

optional[file version mini]

File version mini

Minimal representation of a file version.

Field Name
Description
Type

id

The unique identifier for this file version.

text

type

The type of this resource, typically "file_version".

text

sha1

The SHA1 hash of this version of the file.

optional[text]

Last updated

Was this helpful?