style_type
How the media is displayed or mounted.
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | Id number. | number | None. |
| name | Name of this style. | text | None. |
| description | Information about this style | text | None. |
| can_frame | Indicates if framing is available. | boolean | None. |
| can_mat | Indicates if matting is available. | boolean | None. |
| can_glaze | Indicates if glazing / acrylic glass is available. | boolean | None. |
| frame_class_ids | List of frame ids available to this style type. | array (number) | None. |
| custom_sizing | Indicates if custom sizing is available. | boolean | None. |
| min | Minimum size available to this style. Represented in portrait aspect. | Size | None. |
| max | Maximum size available to this style. Represented in portrait aspect. | Size | None. |
| available_sizes | List of sizes available. If this list is empty then custom sizing is available in whole inches within the confines of the min and max size parameters. | array (Size) | None. |
| border_size | External border size in inches. | decimal | None. |
| bleed_amt | Expected bleed trimmed from the edges based on inches. | decimal | None. |
| corner_radius | Some styles have rounded corners. This is the radius of the rounded corner in inches. If 0, then corners are square. | decimal | None. |
| depth | Depth in inches. | decimal | None. |
| icon_url | Url to image file representing this. | text | None. |
| allow_decimal | Indicate if decimal sizes can be used | boolean | None. |
| mounting_add_ons | List of optional addons available to this style type. | array (style_add_on) | None. |
| canvas_add_ons | List of optional addons available to this style type. | array (style_add_on) | None. |
| allow_rotate | If there are only allowable sizes then this indicates if those sizes can be switched from portrait to landscape or visa versa. | boolean | None. |
| assigned_frame_id | If this style automatically has a frame assigned to it, this would be the frame that gets used. | number | None. |