List enterprise device pins

GET https://{{api.box.com}}/2.0/enterprises/:enterprise_id/device_pinners

Retrieves all the device pins within an enterprise.

https://developer.box.com/reference/get-enterprises-id-device-pinners

Request Params

KeyDatatypeRequiredDescription
markerstringDefines 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. | | limit | number | | The maximum number of items to return per page. | | direction | string | | The direction to sort results in. This can be either in alphabetical ascending (ASC) or descending (DESC) order. |

RESPONSES

status: OK

{"entries":[{"id":"11446498","type":"device_pinner","owned_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"product_name":"iPad"}],"limit":200,"next_marker":3000,"order":[{"by":"id","direction":"asc"}]}