GET api/Category
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Category| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| title | string |
None. |
|
| thumbnail | string |
None. |
|
| link | string |
None. |
|
| order | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"title": "sample string 2",
"thumbnail": "sample string 3",
"link": "sample string 4",
"order": 1
},
{
"id": 1,
"title": "sample string 2",
"thumbnail": "sample string 3",
"link": "sample string 4",
"order": 1
}
]