Skip to main content

An app item association represents an association between a file or folder and an app item. Associations between a folder and an app item cascade down to all descendants of the folder.

id
string
required

The unique identifier for this app item association.

Example:

"12345678"

type
enum<string>
required

The value will always be app_item_association.

Available options:
app_item_association
Example:

"app_item_association"

app_item
App item · object
required

The app item which is associated with the file or folder.

item
File (Base) · object
required

The bare basic representation of a file, the minimal amount of fields returned when using the fields query parameter.