GET api/CategoriaWeb/{id}
Ritorna la categoria web specificata
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOCategoriaWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Id_parent | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ImagePath | string |
None. |
|
| PubblicaSuEcommerce | boolean |
None. |
|
| NameLocID | integer |
None. |
|
| DescriptionLocID | integer |
None. |
|
| Ordine | integer |
None. |
|
| RiferimentoImport | string |
None. |
|
| CategoryIdPrestashop | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Id_parent": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ImagePath": "sample string 4",
"PubblicaSuEcommerce": true,
"NameLocID": 1,
"DescriptionLocID": 1,
"Ordine": 6,
"RiferimentoImport": "sample string 7",
"CategoryIdPrestashop": "sample string 8"
}