Response [200 Ok]

Uri /api/v2/catalog/skutype/option/finish/matte-fuji
UriDescription Catalog SkuType by TypeCode
EndpointType CatalogSkuType
Locator CatalogSkuType
LocatorType Object

CatalogSkuType [1 of 1] - Matte
/api/v2/catalog/skutype/option/finish/matte-fuji

Uri /api/v2/catalog/skutype/option/finish/matte-fuji
UriDescription Catalog SkuType by TypeCode
Description Matte has a smooth finish with reduced glare. Prints are slightly darker than glossy paper. Printed on Fujicolor Crystal Archive paper.
Name Matte
SortIndex 3

Timing

Total

cycles 1
objects 0
time 0.02732

Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /catalog
  • /skutype
  • /
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Color text
Description text
Name text
SortIndex integer

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/catalog/skutype/option/finish/matte-fuji"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "Description",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "Name",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": "INFINITY"
            },
            {
                "Name": "SortIndex",
                "Type": "Integer",
                "MIN_VALUE": "NEGATIVE_INFINITY",
                "MAX_VALUE": "POSITIVE_INFINITY"
            },
            {
                "Name": "Color",
                "Type": "Varchar",
                "MIN_CHARS": 7,
                "MAX_CHARS": "INFINITY"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "catalog"
            },
            {
                "type": "path",
                "text": "skutype"
            },
            {
                "type": "singleparam",
                "param_name": "skuType",
                "param_value": "option",
                "param_validator": {}
            },
            {
                "type": "multipleparam",
                "param_name": "typeCode",
                "param_value": [
                    "finish",
                    "matte-fuji"
                ],
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/catalog/skutype/option/finish/matte-fuji",
        "Locator": "CatalogSkuType",
        "LocatorType": "Object",
        "CatalogSkuType": {
            "Description": "Matte has a smooth finish with reduced glare. Prints are slightly darker than glossy paper. Printed on Fujicolor Crystal Archive paper.",
            "Name": "Matte",
            "SortIndex": 3,
            "Uri": "/api/v2/catalog/skutype/option/finish/matte-fuji",
            "UriDescription": "Catalog SkuType by TypeCode"
        },
        "UriDescription": "Catalog SkuType by TypeCode",
        "EndpointType": "CatalogSkuType",
        "Timing": {
            "Total": {
                "time": 0.02732,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}