close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2201

Table Of Contents

4.10.7 Download Query

For a CMDownload, the corresponding blob data (URI, contentType, size and eTag) can be queried as follows:

{
  content {
    content(id: "6600", type: "CMDownload") {
      ... on CMDownload {
        data {
          uri
          contentType
          size
          eTag
        }
      }
    }
  }
}

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.