Response [200 Ok]
| Uri | /api/v2/catalog/vendor/WHCC/category/desk/acrylic-block |
|---|---|
| UriDescription | Catalog SubCategory by ID |
| EndpointType | CatalogSubCategory |
| Locator | CatalogSubCategory |
| LocatorType | Object |
CatalogSubCategory [1 of 1]
- Acrylic Block
/api/v2/catalog/vendor/WHCC/category/desk/acrylic-block
| Uri | /api/v2/catalog/vendor/WHCC/category/desk/acrylic-block |
|---|---|
| UriDescription | Catalog SubCategory by ID |
| Description | A vibrant print is mounted behind 1" polished acrylic for a striking tabletop display. |
| Name | Acrylic Block |
| SortIndex | 40 |
Uris
CatalogCategory
/api/v2/catalog/vendor/WHCC/category/desk
| Uri | /api/v2/catalog/vendor/WHCC/category/desk |
|---|---|
| UriDescription | Catalog Category by ID |
| EndpointType | CatalogCategory |
| Locator | CatalogCategory |
| LocatorType | Object |
CatalogVendor
/api/v2/catalog/vendor/WHCC
| Uri | /api/v2/catalog/vendor/WHCC |
|---|---|
| UriDescription | Catalog Vendor by ID |
| EndpointType | CatalogVendor |
| Locator | CatalogVendor |
| LocatorType | Object |
Request
| Uri | /api/v2/catalog/vendor/WHCC/category/desk/acrylic-block |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
Output Fields
| Description | text | |
|---|---|---|
| Name | text | |
| SortIndex | integer |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/catalog/vendor/WHCC/category/desk/acrylic-block"
},
"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": "WHCC",
"param_validator": {}
},
{
"type": "path",
"text": "category"
},
{
"type": "singleparam",
"param_name": "categoryId",
"param_value": "desk",
"param_validator": {}
},
{
"type": "singleparam",
"param_name": "subCategoryId",
"param_value": "acrylic-block",
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/catalog/vendor/WHCC/category/desk/acrylic-block",
"Locator": "CatalogSubCategory",
"LocatorType": "Object",
"CatalogSubCategory": {
"Description": "A vibrant print is mounted behind 1\" polished acrylic for a striking tabletop display.",
"Name": "Acrylic Block",
"SortIndex": 40,
"Uri": "/api/v2/catalog/vendor/WHCC/category/desk/acrylic-block",
"UriDescription": "Catalog SubCategory by ID",
"Uris": {
"CatalogVendor": {
"Uri": "/api/v2/catalog/vendor/WHCC",
"Locator": "CatalogVendor",
"LocatorType": "Object",
"UriDescription": "Catalog Vendor by ID",
"EndpointType": "CatalogVendor"
},
"CatalogCategory": {
"Uri": "/api/v2/catalog/vendor/WHCC/category/desk",
"Locator": "CatalogCategory",
"LocatorType": "Object",
"UriDescription": "Catalog Category by ID",
"EndpointType": "CatalogCategory"
}
}
},
"UriDescription": "Catalog SubCategory by ID",
"EndpointType": "CatalogSubCategory",
"Timing": {
"Total": {
"time": 0.02321,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}