GET display_subcat?catid={catid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| catid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelSubCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| sub_category | Collection of SubCategory |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"sub_category": [
{
"id": "sample string 1",
"title": "sample string 2"
},
{
"id": "sample string 1",
"title": "sample string 2"
}
]
}