GET display_cat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ModelCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| category | Collection of Category |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"category": [
{
"id": "sample string 1",
"title": "sample string 2",
"imgname": "sample string 3"
},
{
"id": "sample string 1",
"title": "sample string 2",
"imgname": "sample string 3"
}
]
}