https://api.lanucia.es/api/etiquetas/porNoticia/{idNoticia}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idNoticia

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DTOEtiquetas
NameDescriptionTypeAdditional information
Nombre

string

Required

Id

integer

None.

FechaCrea

date

None.

FechaModifica

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Nombre": "sample string 1",
    "Id": 2,
    "FechaCrea": "2025-05-02T06:31:26.5376914+02:00",
    "FechaModifica": "2025-05-02T06:31:26.5376914+02:00"
  },
  {
    "Nombre": "sample string 1",
    "Id": 2,
    "FechaCrea": "2025-05-02T06:31:26.5376914+02:00",
    "FechaModifica": "2025-05-02T06:31:26.5376914+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOEtiquetas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO">
  <DTOEtiquetas>
    <FechaCrea>2025-05-02T06:31:26.5376914+02:00</FechaCrea>
    <FechaModifica>2025-05-02T06:31:26.5376914+02:00</FechaModifica>
    <Id>2</Id>
    <Nombre>sample string 1</Nombre>
  </DTOEtiquetas>
  <DTOEtiquetas>
    <FechaCrea>2025-05-02T06:31:26.5376914+02:00</FechaCrea>
    <FechaModifica>2025-05-02T06:31:26.5376914+02:00</FechaModifica>
    <Id>2</Id>
    <Nombre>sample string 1</Nombre>
  </DTOEtiquetas>
</ArrayOfDTOEtiquetas>