GET PrestashopApi/ArticuloWeb/CaracteristicaArticulo?idPaginaWeb={idPaginaWeb}

Obtenemos una lista de Características Artículo para Prestashop

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idPaginaWeb

Identificador de la página web

integer

Required

Body Parameters

None.

Response Information

Resource Description

Lista de Características Artículo

Collection of CaracteristicaArticuloIntPrestashopDto
NameDescriptionTypeAdditional information
IdSofygest

integer

None.

IdPrestashop

integer

None.

IdCaracteristicaPrestashop

integer

None.

Nombre

string

None.

Fecha

date

None.

Maestro

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Maestro": 1,
    "IdSofygest": 1,
    "IdPrestashop": 2,
    "IdCaracteristicaPrestashop": 3,
    "Nombre": "sample string 4",
    "Fecha": "2025-12-06T06:49:04.0099997+01:00"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCaracteristicaArticuloIntPrestashopDto 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">
  <CaracteristicaArticuloIntPrestashopDto z:Id="2">
    <Fecha>2025-12-06T06:49:04.0099997+01:00</Fecha>
    <IdCaracteristicaPrestashop>3</IdCaracteristicaPrestashop>
    <IdPrestashop>2</IdPrestashop>
    <IdSofygest>1</IdSofygest>
    <Maestro>1</Maestro>
    <Nombre z:Id="3">sample string 4</Nombre>
  </CaracteristicaArticuloIntPrestashopDto>
  <CaracteristicaArticuloIntPrestashopDto z:Ref="2" i:nil="true" />
</ArrayOfCaracteristicaArticuloIntPrestashopDto>