8.2 Queue info
GET http://{{rip_ip}}:5438/queues/{{queue_id}}
Get the configuration details of the specified queue.
Response
- Guid (guid) : GUID identifying the queue
- Name (string) : Name of the queue as known to the user, or in case of a cutter media database the media name.
- MediaSize (object) : Media size defined in this queue, this media size will be used for the position and resize modes later.
- Name (string) : Name of the media size.
- Transverse (bool, optional) : True when the sheet is physically rotated in the device, compared to its definition.
- Roll (bool) : True when it is a media size is a roll, else it is a cut sheet.
- Width (number) : The width including margins expressed in PF-units (1/18th of an inch).
- Height (number) : The height including margins expressed in PF-units (1/18th of an inch).
- Margins (array, optional) : Array of number describing the non-printable margins in the order: Left, Right, Top, Bottom.
- TrayName (string) : The name of the destination tray selected
- SilkScreen (bool, optional) : True when the queue is used for silkscreen printing and the output will be seperated, resulting in every channel on a different page.
- Channels (array, optional) : Array of default halftone screening definitions for a list of colours. When performing silkscreen printing these are used as default set-up in layout and hotfolders. In Layout the user can override the channel definitions. In hotfolders this list is copied verbatim in the job definition.
- Name (string) : Name of the channel / colorant
Enabled (bool) : True when this channel is printed. False when this channel should be inhibited. - CIELab (array) : 3 numbers, representing CIELab L, a, b, used for previewing the output and colorizing the channel in composite views.
- Shape (string) : The halftone shape to be used for this channel.
- Angle (number) : Angle to be used for this channel expressed in degrees.
- Frequency (number) : Lineature for this channel expressed in lines per inch.
- Name (string) : Name of the channel / colorant
- PostionMode (integer) : Position of the document on the MediaSize. Valid values are:
0 : Left, top
1 : Center, top
2 : Right, top
3 : Left, center
4 : Center, center
5 : Right, center
6 : Left, bottom
7 : Center, bottom
8 : Right, bottom - ResizeMode (integer, optional) : Resize method applied to the document relative to the MediaSize. Valid values are:
1 : Scale to a specified width
2 : Scale to fit in a specified dimension
3 : Scale with a specified factor
4 : Scale to fit to the MediaSize - Width (number, optional) : Width to scale to when ResizeMode = 1
- Size (object, optional) : Dimensions to scale to when ResizeMode = 2
- Width (number) : The maximum width expressed in PF-units (1/18th of an inch)
- Height (number) : The maximum height expressed in PF-units (1/18th of an inch)
- Scale (object, optional) : Dimensions to scale to when ResizeMode = 3
- X (number) : Horizontal scale factor
- Y (number) : Vertical scale factor
- Mirror (bool, optional) : True will mirror the document on the output.
- MarkUp (integer, optional) : Bit-flag indicating which types of marks are to be added to the document:
- Registration marks : (1 << 0)
- Crop marks : (1 << 1)
- Border : (1 << 2)
- Template : (1 << 3), see also Template below
- Subscript : (1 << 4)
- Fotoba marks : (1 << 8), see also Fotoba below
- OverlapID : (1 << 14), prints the next tile ID in the tile overlap
- OverlapLine : (1 << 15), prints a fold line in the tile overlap
- ZeroLine : (1 << 16), prints tile registration marks
- RegisterPage (1 << 25)
- Template (string, optional) : When MarkUp & Template then this value holds the Resource GUID of the imposition template to apply. (see 7. Resources)
- Fotoba (string, optional) : When MarkUp & Fotoba then this value holds the Resource GUID of the Fotoba template to apply. (see 7. Resources)
- BorderSize (number, optional) : Size of the border in which the markup is rendered.
- InputColor (object) : Setting about the handling of the colors in the input document, which profiles to embed and how to handle spot colours.
- ConvertSpotsToProcess (bool, optional) : When true all spot colours will be converted to the alternate space as defined in the PDF..
- ReferenceProfile (string, optional) : Path of the reference profile used when performing normalized printing process. See 8.4 Get Profile on how to retrieve it or use method 8.3 Reference Profile
- UsePDFX3OutputIntent (bool, optional) : True when the document its PDF/X-3 Output Intent profile needs to be used as reference profile.
- PureHue (bool, optional) : True when pure primaries need to be kept clean.
- SpotLibrary (string, optional) : Path to the CxF3/4 spot color library that overrides the built-in libraries.
- EmbeddedProfiles (string) : Method to apply on the embedded profiles of the document. Options are:
- RemoveAll : Remove all embedded profiles and replace them with the defined ones (see EmbedProfiles).
- HonorAll : Honor all embedded profiles and rendering intents. Only assign profiles when none are embedded.
- IgnoreIntent : Honor the embedded profiles but overwrite the rendering intents with the defined ones.
- EmbedProfiles (array) : Array of 8 objects, each defining: Profile (path to the profile) and Intent. If Profile is not defined then there is no profile to be replaced for that section, when defined see 8.4 Get Profile on how to retrieve the profile. The 8 sections occur in the following sequence in the array:
- CMYK vector
- CMYK image
- RGB vector
- RGB image
- Gray vector
- Gray image
- CIELab vector
- CIELab image
- PrintMode (object, optional) : Selected print-mode to be used when printing using this queue. For definition of the object see 6.5 Media > Modes.
- Label (string, optional) : Name of the label used.
- Registration (integer, optional) : Bit-flag indicating which types of registration is used by this cutting device. For definition of the values see 6.2 Info > Registration
- Settings (string, optional) : Settings as extracted from the UI script that resulted in this print mode.
Error
- 404 Not Found : {
Message
:Queue not found
}