GET api/category
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AppCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CatId | integer |
None. |
|
| SubCatId | integer |
None. |
|
| SecSubCatId | integer |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| SecCategory | string |
None. |
|
| Image | Collection of byte |
None. |
|
| PrdCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CatId": 1,
"SubCatId": 1,
"SecSubCatId": 1,
"Category": "sample string 1",
"SubCategory": "sample string 2",
"SecCategory": "sample string 3",
"Image": "QEA=",
"PrdCount": 1
},
{
"CatId": 1,
"SubCatId": 1,
"SecSubCatId": 1,
"Category": "sample string 1",
"SubCategory": "sample string 2",
"SecCategory": "sample string 3",
"Image": "QEA=",
"PrdCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfAppCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatcapIndiaWebAPI.ViewModel">
<AppCategory>
<CatId>1</CatId>
<Category>sample string 1</Category>
<Image>QEA=</Image>
<PrdCount>1</PrdCount>
<SecCategory>sample string 3</SecCategory>
<SecSubCatId>1</SecSubCatId>
<SubCatId>1</SubCatId>
<SubCategory>sample string 2</SubCategory>
</AppCategory>
<AppCategory>
<CatId>1</CatId>
<Category>sample string 1</Category>
<Image>QEA=</Image>
<PrdCount>1</PrdCount>
<SecCategory>sample string 3</SecCategory>
<SecSubCatId>1</SecSubCatId>
<SubCatId>1</SubCatId>
<SubCategory>sample string 2</SubCategory>
</AppCategory>
</ArrayOfAppCategory>