Get Shared Link Information
Gets the information for a shared link on a file.
Parameters
Parameter | Description |
---|---|
Fields | Explicitly request the shared_link fields to be returned for this item. |
File ID | The unique identifier that represents a file. |
Example Output
{
"value": {
"etag": "1",
"id": "12345",
"shared_link": {
"access": "open",
"download_count": 0,
"download_url": "https://app.box.com/shared/static/kwio6b4ovt1264rnfbyqo1.pdf",
"effective_access": "open",
"effective_permission": "can_download",
"is_password_enabled": false,
"permissions": {
"can_download": true,
"can_edit": true,
"can_preview": true
},
"preview_count": 0,
"unshared_at": "2020-09-21T10:34:41-07:00",
"url": "https://app.box.com/s/kwio6b4ovt1264rnfbyqo1",
"vanity_name": null,
"vanity_url": null
},
"type": "file"
}
}
Workflow Library Example
Get Shared Link Information with Box and Send Results Via Email
Preview this Workflow on desktop