{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Shield Information Barriers API", "version": "1.0" }, "items": [ { "info": { "name": "Shield Information Barriers", "type": "folder" }, "items": [ { "info": { "name": "Box Get shield information barrier with specified ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/shield_information_barriers/:shield_information_barrier_id", "params": [ { "name": "shield_information_barrier_id", "value": "1910967", "type": "path", "description": "The ID of the shield information barrier." } ] }, "docs": "Get shield information barrier based on provided ID." }, { "info": { "name": "Box Add changed status of shield information barrier with specified ID", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/shield_information_barriers/change_status", "body": { "type": "json", "data": "{}" } }, "docs": "Change status of shield information barrier with the specified ID." }, { "info": { "name": "Box List shield information barriers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/shield_information_barriers", "params": [ { "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." }, { "name": "limit", "value": "1000", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Retrieves a list of shield information barrier objects\nfor the enterprise of JWT." }, { "info": { "name": "Box Create shield information barrier", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/shield_information_barriers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a shield information barrier to\nseparate individuals/groups within the same\nfirm and prevents confidential information passing between them." } ] } ], "bundled": true }