GET /retention_policies/{retention_policy_id}/assignments

box.com

Summary: List retention policy assignments
Operation ID: get_retention_policies_id_assignments
Auth: unknown
Description

Returns a list of all retention policy assignments associated with a specified retention policy.

Parameters (5)

fields (array, query, optional)

A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response. Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.

limit (integer, query, optional)

The maximum number of items to return per page.

Constraints: {'maximum': 1000}

marker (string, query, optional)

Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination.

retention_policy_id (string, path, required)

The ID of the retention policy.

type (string, query, optional)

The type of the retention policy assignment to retrieve.

Constraints: {'enum': ['folder', 'enterprise', 'metadata_template']}

No probe data for this endpoint yet.