About this resource
Representation of a shared download link.
Properties
Property | Description | Type |
---|---|---|
createdOn | Gets the creation datetime in UTC time. | datetime |
expiresOn | Gets the expiration datetime in UTC time. | datetime |
id | The Id of this shared download link. | guid |
sendEmail | Gets whether an e-mail was sent. | boolean |
useVerification | Gets whether verification is required. | boolean |
Relations
Method | Name | Select-key | Resource type | Description |
---|---|---|---|---|
GET | self | Provides a link to this resource. | ||
GET | files | select-SharedDownloadLink: files | SharedDownloadLinkFileCollection | Gets the files included in this shared download link. |
GET | createdby | select-SharedDownloadLink: createdby | User | Gets or sets the user that created this resource. |
Actions
Method | Action | Description | Response codes |
---|---|---|---|
POST /shareddownloadlink/{sharedDownloadLinkId}/requestverificationcode | requestverificationtokenforsharedlink | Request a verification token for downloading a shared download link. |