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": "367defcb-271a-4024-9e2a-335aed0beb8d",
"Code": "sample string 2",
"MerchantId": "68d16bbf-82ea-487e-93af-176566f1b6c6",
"ParentId": "b672e6f6-590d-4f78-8bb7-4cc4d930fc12",
"PathId": "cb6055a6-ccbf-4d46-8692-56994702fe00",
"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": "367defcb-271a-4024-9e2a-335aed0beb8d",
"Code": "sample string 2",
"MerchantId": "68d16bbf-82ea-487e-93af-176566f1b6c6",
"ParentId": "b672e6f6-590d-4f78-8bb7-4cc4d930fc12",
"PathId": "cb6055a6-ccbf-4d46-8692-56994702fe00",
"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"
}
]
}
]