Get storage policy assignment

get
https://api.box.com/2.0
/storage_policy_assignments/:storage_policy_assignment_id

Fetches a specific storage policy assignment.

Request

application/json

Path Parameters

stringin pathrequired
932483

The ID of the storage policy assignment.

Response

Returns a storage policy assignment object.

application/jsonClient error

An unexpected client error.

get
Get storage policy assignment
You can now try out some of our APIs live, right here in the documentation.
Log in

Request Example

cURL
curl -X GET https://api.box.com/2.0/storage_policy_assignments/932483 \
     -H 'Authorization: Bearer <ACCESS_TOKEN>'