{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization File Requests API", "version": "1.0" }, "items": [ { "info": { "name": "File Requests", "type": "folder" }, "items": [ { "info": { "name": "Box Get file request", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/file_requests/:file_request_id", "params": [ { "name": "file_request_id", "value": "123", "type": "path", "description": "The unique identifier that represent a file request.\n\nThe ID for any file request can be determined\nby visiting a file request builder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/filerequest/123`\nthe `file_request_id` is `123`." } ] }, "docs": "Retrieves the information about a file request." }, { "info": { "name": "Box Update file request", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/file_requests/:file_request_id", "headers": [ { "name": "if-match", "value": "1" } ], "params": [ { "name": "file_request_id", "value": "123", "type": "path", "description": "The unique identifier that represent a file request.\n\nThe ID for any file request can be determined\nby visiting a file request builder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/filerequest/123`\nthe `file_request_id` is `123`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a file request. This can be used to activate or\ndeactivate a file request." }, { "info": { "name": "Box Delete file request", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/file_requests/:file_request_id", "params": [ { "name": "file_request_id", "value": "123", "type": "path", "description": "The unique identifier that represent a file request.\n\nThe ID for any file request can be determined\nby visiting a file request builder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/filerequest/123`\nthe `file_request_id` is `123`." } ] }, "docs": "Deletes a file request permanently." }, { "info": { "name": "Box Copy file request", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/file_requests/:file_request_id/copy", "params": [ { "name": "file_request_id", "value": "123", "type": "path", "description": "The unique identifier that represent a file request.\n\nThe ID for any file request can be determined\nby visiting a file request builder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/filerequest/123`\nthe `file_request_id` is `123`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copies an existing file request that is already present on one folder,\nand applies it to another folder." } ] } ], "bundled": true }