GET PrestashopApi/Subfamilia/Intermedia?idPaginaWeb={idPaginaWeb}
Obtenemos una lista de todas las subfamilias Web
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaginaWeb | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista de SubFamilias
Collection of FamiliaIntPrestashopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSofygest | integer |
None. |
|
| IdPrestashop | integer |
None. |
|
| IdSeccionPrestashop | integer |
None. |
|
| Nombre | string |
None. |
|
| DescripcionWeb | string |
None. |
|
| Fecha | date |
None. |
|
| Maestro | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"Maestro": 1,
"IdSofygest": 1,
"IdPrestashop": 2,
"IdSeccionPrestashop": 3,
"Nombre": "sample string 4",
"DescripcionWeb": "sample string 5",
"Fecha": "2025-12-06T06:49:02.9942328+01:00"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfFamiliaIntPrestashopDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Prestashop">
<FamiliaIntPrestashopDto z:Id="2">
<DescripcionWeb z:Id="3">sample string 5</DescripcionWeb>
<Fecha>2025-12-06T06:49:02.9942328+01:00</Fecha>
<IdPrestashop>2</IdPrestashop>
<IdSeccionPrestashop>3</IdSeccionPrestashop>
<IdSofygest>1</IdSofygest>
<Maestro>1</Maestro>
<Nombre z:Id="4">sample string 4</Nombre>
</FamiliaIntPrestashopDto>
<FamiliaIntPrestashopDto z:Ref="2" i:nil="true" />
</ArrayOfFamiliaIntPrestashopDto>