{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Shared Items#web Links API", "version": "1.0" }, "items": [ { "info": { "name": "Shared Items#web Links", "type": "folder" }, "items": [ { "info": { "name": "Box Find web link for shared link", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/shared_items#web_links", "headers": [ { "name": "if-none-match", "value": "1" }, { "name": "boxapi", "value": "shared_link=[link]&shared_link_password=[password]" } ], "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." } ] }, "docs": "Returns the web link represented by a shared link.\n\nA shared web link can be represented by a shared link,\nwhich can originate within the current enterprise or within another.\n\nThis endpoint allows an application to retrieve information about a\nshared web link when only given a shared link." } ] } ], "bundled": true }