GET api/Values

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DTOBase
NameDescriptionTypeAdditional information
Id

integer

None.

FechaCrea

date

None.

FechaModifica

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "FechaCrea": "2025-12-10T12:31:20.0544336+01:00",
    "FechaModifica": "2025-12-10T12:31:20.0544336+01:00"
  },
  {
    "Id": 1,
    "FechaCrea": "2025-12-10T12:31:20.0544336+01:00",
    "FechaModifica": "2025-12-10T12:31:20.0544336+01:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO">
  <DTOBase>
    <FechaCrea>2025-12-10T12:31:20.0544336+01:00</FechaCrea>
    <FechaModifica>2025-12-10T12:31:20.0544336+01:00</FechaModifica>
    <Id>1</Id>
  </DTOBase>
  <DTOBase>
    <FechaCrea>2025-12-10T12:31:20.0544336+01:00</FechaCrea>
    <FechaModifica>2025-12-10T12:31:20.0544336+01:00</FechaModifica>
    <Id>1</Id>
  </DTOBase>
</ArrayOfDTOBase>