Response [200 Ok]

Uri /api/v2/catalog/vendor/LoxleyConsumer/category/prints
UriDescription Catalog Category by ID
EndpointType CatalogCategory
Locator CatalogCategory
LocatorType Object

CatalogCategory [1 of 1] - Paper Prints
/api/v2/catalog/vendor/LoxleyConsumer/category/prints

Uri /api/v2/catalog/vendor/LoxleyConsumer/category/prints
UriDescription Catalog Category by ID
Description Prints on high quality paper
Name Paper Prints
SortIndex 2

Uris

CatalogSubCategories
/api/v2/catalog/vendor/LoxleyConsumer/category/prints!subcategories

Uri /api/v2/catalog/vendor/LoxleyConsumer/category/prints!subcategories
UriDescription List Catalog Sub Categories
EndpointType CatalogSubCategories
Locator CatalogSubCategory
LocatorType Objects

CatalogVendor
/api/v2/catalog/vendor/LoxleyConsumer

Uri /api/v2/catalog/vendor/LoxleyConsumer
UriDescription Catalog Vendor by ID
EndpointType CatalogVendor
Locator CatalogVendor
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.0197

Config

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

Options

Path

  • /api
  • /v2
  • /catalog
  • /vendor
  • /
  • /category
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

Description text
Name text
SortIndex integer

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/catalog/vendor/LoxleyConsumer/category/prints"
    },
    "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"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "catalog"
            },
            {
                "type": "path",
                "text": "vendor"
            },
            {
                "type": "singleparam",
                "param_name": "vendorId",
                "param_value": "LoxleyConsumer",
                "param_validator": {}
            },
            {
                "type": "path",
                "text": "category"
            },
            {
                "type": "singleparam",
                "param_name": "categoryId",
                "param_value": "prints",
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/catalog/vendor/LoxleyConsumer/category/prints",
        "Locator": "CatalogCategory",
        "LocatorType": "Object",
        "CatalogCategory": {
            "Description": "Prints on high quality paper",
            "Name": "Paper Prints",
            "SortIndex": 2,
            "Uri": "/api/v2/catalog/vendor/LoxleyConsumer/category/prints",
            "UriDescription": "Catalog Category by ID",
            "Uris": {
                "CatalogVendor": {
                    "Uri": "/api/v2/catalog/vendor/LoxleyConsumer",
                    "Locator": "CatalogVendor",
                    "LocatorType": "Object",
                    "UriDescription": "Catalog Vendor by ID",
                    "EndpointType": "CatalogVendor"
                },
                "CatalogSubCategories": {
                    "Uri": "/api/v2/catalog/vendor/LoxleyConsumer/category/prints!subcategories",
                    "Locator": "CatalogSubCategory",
                    "LocatorType": "Objects",
                    "UriDescription": "List Catalog Sub Categories",
                    "EndpointType": "CatalogSubCategories"
                }
            }
        },
        "UriDescription": "Catalog Category by ID",
        "EndpointType": "CatalogCategory",
        "Timing": {
            "Total": {
                "time": 0.0197,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}