GET AdminApi/ProdCatalog/GetAllCatalogList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCatalogSummaryView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| PathId | globally unique identifier |
None. |
|
| Icon | string |
None. |
|
| Seq | integer |
None. |
|
| Level | integer |
None. |
|
| Desc | string |
None. |
|
| Descs | Collection of MutiLanguage |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "cb517c56-ef96-426f-8289-2dccdfb0c45a",
"Code": "sample string 2",
"MerchantId": "1427040d-1dc8-4bf8-a873-b0838b85b662",
"ParentId": "35e28c0e-1615-4dff-a1df-e6906b18ea51",
"PathId": "0328d160-8d5d-4173-8f9b-65744b709ed2",
"Icon": "sample string 6",
"Seq": 7,
"Level": 8,
"Desc": "sample string 9",
"Descs": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
]
},
{
"Id": "cb517c56-ef96-426f-8289-2dccdfb0c45a",
"Code": "sample string 2",
"MerchantId": "1427040d-1dc8-4bf8-a873-b0838b85b662",
"ParentId": "35e28c0e-1615-4dff-a1df-e6906b18ea51",
"PathId": "0328d160-8d5d-4173-8f9b-65744b709ed2",
"Icon": "sample string 6",
"Seq": 7,
"Level": 8,
"Desc": "sample string 9",
"Descs": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
]
}
]