OBJECT

Links

Links to supplementary files, such as PDFs, images, and videos. Links are temporary and will expire after 60 minutes.

link GraphQL Schema definition

  • type Links {
  • # Report facsimile in PDF format.
  • pdf: String
  • # Graphic profile representation of the diamond's actual proportions.
  • proportions_diagram: String
  • # Plotting diagram with symbols to indicate the type or nature, position, and
  • # the approximate size of a clarity characteristic.
  • plotting_diagram: String
  • # Digital image of the item.
  • image: String
  • # Digital image of the rough item.
  • rough_image: String
  • # Digital video of the rough item.
  • rough_video: String
  • # Digital image of the polished item.
  • polished_image: String
  • # Digital video of thhe polished item.
  • polished_video: String
  • # TODO: Document secondary_image
  • secondary_image: String
  • # Diamond letter facsimile in PDF format.
  • dtl_pdf_filename: String
  • # Diamond letter facsimile in PDF format.
  • dttl_pdf_filename: String
  • # Diamond letter facsimile in PDF format.
  • dtlp_pdf_filename: String
  • # Digital image of the item.
  • dtlp_image_filename: String
  • # Light performance analysis image
  • aset_image: String
  • # AGS Ideal report in PDF format
  • ideal_report_pdf: String
  • # Digital card
  • digital_card: String
  • }