6.5 Medias

GET http://{{rip_ip}}:5438/devices/{{device_id}}/medias

Gets the list of media/substrates and print modes for which printer profiles (calibrations) are available.

Response

  • Name (string) : Name media or substrate.
  • Modes (array) : Array of print modes available for this device and media. Objects containing:
    • Guid (guid) : Resource GUID of the PMM that provides the calibration for this print mode for this device. See 7.3. Resources > Get section on how to get the PMM.
    • Name (string) : Name of the print-mode
    • Linear (bool) : True when linear data is available in the PMM. Some contone devices do not require a linearisation.
    • Transfer (bool, optional) : True when only a linearisation is available and not gamut data or ICC profiles.
    • SilkScreen (bool, optional) : True when the PMM is intended for silkscreen printing, thus containing a list of tonal corrections for each plate color instead of a linearisation.
    • Variants (array) : Array of mode variants available for this print-mode.
      • Name (string) : Name of the variant
      • Engine (string) : Profiling engine used to create the variant. Valid values are : ICC, MX, VISU where MX means GMG MX and VISU PrintFactory’s DeviceLink engine.
      • Space (string, optional) : In case of the GMG MX engine this indicates the input colorspace for which the DeviceLink is created.

Errors

  • 404 Not Found : {"Message":"Device not found"}