Skip to main content

DigitalContentUrl

Represents a URL for downloading digital content.

type DigitalContentUrl implements Node {
id: ID!
token: NauticalUUID!
created: DateTime!
auditEvents(
before: String
after: String
first: Int
last: Int
): DigitalContentUrlAuditEventCountableConnection!
downloadNum: Int!
url: String
content: DigitalContent
}

Fields

DigitalContentUrl.id ● ID! non-null scalar

The Globally Unique ID of this object

DigitalContentUrl.token ● NauticalUUID! non-null scalar

Unique token for the download URL

DigitalContentUrl.created ● DateTime! non-null scalar

When the URL was created

DigitalContentUrl.auditEvents ● DigitalContentUrlAuditEventCountableConnection! non-null object

Database-level audit trail for this download URL. Tracks creation and deletion only (download-counter bumps are not audited). Requires MANAGE_PRODUCTS.

DigitalContentUrl.auditEvents.before ● String scalar

Returns the items in the list that come before the specified cursor.

DigitalContentUrl.auditEvents.after ● String scalar

Returns the items in the list that come after the specified cursor.

DigitalContentUrl.auditEvents.first ● Int scalar

Returns the first n items from the list.

DigitalContentUrl.auditEvents.last ● Int scalar

Returns the items in the list that come after the specified cursor.

DigitalContentUrl.downloadNum ● Int! non-null scalar

Number of times this URL has been used for downloads.

DigitalContentUrl.url ● String scalar

The absolute URL for downloading the content.

DigitalContentUrl.content ● DigitalContent object

The digital content this URL provides access to

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

DigitalContent object ● DigitalContentUrlCreate object ● NauticalOrderLine object ● OrderLine object

Was this page helpful?