{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Standard and Zones Storage Policies API", "version": "1.0" }, "items": [ { "info": { "name": "Standard and Zones Storage Policies", "type": "folder" }, "items": [ { "info": { "name": "Box List storage policies", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/storage_policies", "params": [ { "name": "fields", "value": "id,type,name", "type": "query", "description": "A comma-separated list of attributes to include in the\nresponse. This can be used to request fields that are\nnot normally returned in a standard response.\n\nBe aware that specifying this parameter will have the\neffect that none of the standard fields are returned in\nthe response unless explicitly specified, instead only\nfields for the mini representation are returned, additional\nto the fields requested." }, { "name": "marker", "value": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", "type": "query", "description": "Defines the position marker at which to begin returning results. This is\nused when paginating using marker-based pagination.\n\nThis requires `usemarker` to be set to `true`." }, { "name": "limit", "value": "1000", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Fetches all the storage policies in the enterprise." }, { "info": { "name": "Box Get storage policy", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/storage_policies/:storage_policy_id", "params": [ { "name": "storage_policy_id", "value": "34342", "type": "path", "description": "The ID of the storage policy." } ] }, "docs": "Fetches a specific storage policy." } ] } ], "bundled": true }