GET enterprises/{enterprise_id}/device_pinners

box.com

Summary: List enterprise device pins
Operation ID: get_enterprises_id_device_pinners
Auth: unknown
Description

Retrieves all the device pins within an enterprise. The user must have admin privileges, and the application needs the "manage enterprise" scope to make this call.

Parameters (4)

direction (string, query, optional)

The direction to sort results in. This can be either in alphabetical ascending (`ASC`) or descending (`DESC`) order.

Constraints: {'enum': ['ASC', 'DESC']}

enterprise_id (string, path, required)

The ID of the enterprise

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. This requires `usemarker` to be set to `true`.

No probe data for this endpoint yet.