GET api/DatosSensores

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DatosSensores
NameDescriptionTypeAdditional information
id

integer

None.

fecha

date

None.

temperatura

decimal number

None.

origen

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "fecha": "2026-03-23T09:26:05.6089735-05:00",
    "temperatura": 1.0,
    "origen": "sample string 2"
  },
  {
    "$ref": "1"
  }
]