DownloadLink
A secure link to download a page of content.
type DownloadLink {
downloadUrl: String!
expires: String!
requestHeaders: JSONObject!
}
Fields
DownloadLink.downloadUrl
● String!
non-null scalar
The URL string that should be used to retrieve the content
DownloadLink.expires
● String!
non-null scalar
The date and time that this download link will expire in ISO 8601 format.
DownloadLink.requestHeaders
● JSONObject!
non-null scalar
These are request headers, where the keys are the header names and the values the header values, that MUST be passed along when GETting files with the downloadUrl. Note these headers may contain decryption keys to use when pulling down content and thus should be considered sensitive.
Member Of
Report
object