GET api/Categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WebServiceSelectCategory_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| MetaKeywords | string |
None. |
|
| MetaTitle | string |
None. |
|
| PageSizeOptions | string |
None. |
|
| Description | string |
None. |
|
| CategoryTemplateId | integer |
None. |
|
| MetaDescription | string |
None. |
|
| ParentCategoryId | integer |
None. |
|
| PictureId | integer |
None. |
|
| PageSize | integer |
None. |
|
| AllowCustomersToSelectPageSize | boolean |
None. |
|
| ShowOnHomepage | boolean |
None. |
|
| IncludeInTopMenu | boolean |
None. |
|
| SubjectToAcl | boolean |
None. |
|
| LimitedToStores | boolean |
None. |
|
| Published | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| DisplayOrder | integer |
None. |
|
| CreatedOnUtc | date |
None. |
|
| UpdatedOnUtc | date |
None. |
|
| PriceRanges | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"MetaKeywords": "sample string 3",
"MetaTitle": "sample string 4",
"PageSizeOptions": "sample string 5",
"Description": "sample string 6",
"CategoryTemplateId": 7,
"MetaDescription": "sample string 8",
"ParentCategoryId": 9,
"PictureId": 10,
"PageSize": 11,
"AllowCustomersToSelectPageSize": true,
"ShowOnHomepage": true,
"IncludeInTopMenu": true,
"SubjectToAcl": true,
"LimitedToStores": true,
"Published": true,
"Deleted": true,
"DisplayOrder": 19,
"CreatedOnUtc": "2026-04-15T21:28:01.9295799+03:00",
"UpdatedOnUtc": "2026-04-15T21:28:01.9295799+03:00",
"PriceRanges": "sample string 22"
},
{
"Id": 1,
"Name": "sample string 2",
"MetaKeywords": "sample string 3",
"MetaTitle": "sample string 4",
"PageSizeOptions": "sample string 5",
"Description": "sample string 6",
"CategoryTemplateId": 7,
"MetaDescription": "sample string 8",
"ParentCategoryId": 9,
"PictureId": 10,
"PageSize": 11,
"AllowCustomersToSelectPageSize": true,
"ShowOnHomepage": true,
"IncludeInTopMenu": true,
"SubjectToAcl": true,
"LimitedToStores": true,
"Published": true,
"Deleted": true,
"DisplayOrder": 19,
"CreatedOnUtc": "2026-04-15T21:28:01.9295799+03:00",
"UpdatedOnUtc": "2026-04-15T21:28:01.9295799+03:00",
"PriceRanges": "sample string 22"
}
]