GET api/MuestreoHumedadAPI/GetActivosVistaCampana?idcampana={idcampana}

GetActivosVistaCampana

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcampana

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MuestreoHumedadReport
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Fecha

date

None.

IdCampo

globally unique identifier

None.

NombreCampo

string

None.

IdLote

globally unique identifier

None.

NombreLote

string

None.

IdCultivo

globally unique identifier

None.

NombreCultivo

string

None.

IdCliente

globally unique identifier

None.

NombreCliente

string

None.

Condicion

string

None.

ElementoMedicion

string

None.

Hibrido

string

None.

HumedadMaximaCosecha

decimal number

None.

HumedadMinimaCosecha

decimal number

None.

Promedio

decimal number

None.

Percentil90

decimal number

None.

CumpleHumedadCosecha

boolean

None.

HabilitaCosecha

boolean

None.

VE1

decimal number

None.

VE2

decimal number

None.

VE3

decimal number

None.

VE4

decimal number

None.

VE5

decimal number

None.

VE6

decimal number

None.

VE7

decimal number

None.

VE8

decimal number

None.

VE9

decimal number

None.

VE10

decimal number

None.

VE11

decimal number

None.

VE12

decimal number

None.

VE13

decimal number

None.

VE14

decimal number

None.

VE15

decimal number

None.

VE16

decimal number

None.

VE17

decimal number

None.

VE18

decimal number

None.

VEMin

decimal number

None.

VEMax

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "47b1d699-7123-4b5f-b57c-0aa01f610e09",
    "Fecha": "2026-01-09T12:25:19.4188591-03:00",
    "IdCampo": "24c1a586-4dd3-4945-8efc-e35ee19ae84f",
    "NombreCampo": "sample string 3",
    "IdLote": "8d49ffb6-2dbf-40b3-90d2-8e5381ed1235",
    "NombreLote": "sample string 5",
    "IdCultivo": "9e33723a-0802-4e78-ba7f-e9f1aadd49f3",
    "NombreCultivo": "sample string 7",
    "IdCliente": "6a448a10-5d72-4c5d-928b-e527411b5c3d",
    "NombreCliente": "sample string 9",
    "Condicion": "sample string 10",
    "ElementoMedicion": "sample string 11",
    "Hibrido": "sample string 12",
    "HumedadMaximaCosecha": 13.0,
    "HumedadMinimaCosecha": 14.0,
    "Promedio": 15.0,
    "Percentil90": 16.0,
    "CumpleHumedadCosecha": true,
    "HabilitaCosecha": true,
    "VE1": 19.0,
    "VE2": 20.0,
    "VE3": 21.0,
    "VE4": 22.0,
    "VE5": 23.0,
    "VE6": 24.0,
    "VE7": 25.0,
    "VE8": 26.0,
    "VE9": 27.0,
    "VE10": 28.0,
    "VE11": 29.0,
    "VE12": 30.0,
    "VE13": 31.0,
    "VE14": 32.0,
    "VE15": 33.0,
    "VE16": 34.0,
    "VE17": 35.0,
    "VE18": 36.0,
    "VEMin": 37.0,
    "VEMax": 38.0
  },
  {
    "Id": "47b1d699-7123-4b5f-b57c-0aa01f610e09",
    "Fecha": "2026-01-09T12:25:19.4188591-03:00",
    "IdCampo": "24c1a586-4dd3-4945-8efc-e35ee19ae84f",
    "NombreCampo": "sample string 3",
    "IdLote": "8d49ffb6-2dbf-40b3-90d2-8e5381ed1235",
    "NombreLote": "sample string 5",
    "IdCultivo": "9e33723a-0802-4e78-ba7f-e9f1aadd49f3",
    "NombreCultivo": "sample string 7",
    "IdCliente": "6a448a10-5d72-4c5d-928b-e527411b5c3d",
    "NombreCliente": "sample string 9",
    "Condicion": "sample string 10",
    "ElementoMedicion": "sample string 11",
    "Hibrido": "sample string 12",
    "HumedadMaximaCosecha": 13.0,
    "HumedadMinimaCosecha": 14.0,
    "Promedio": 15.0,
    "Percentil90": 16.0,
    "CumpleHumedadCosecha": true,
    "HabilitaCosecha": true,
    "VE1": 19.0,
    "VE2": 20.0,
    "VE3": 21.0,
    "VE4": 22.0,
    "VE5": 23.0,
    "VE6": 24.0,
    "VE7": 25.0,
    "VE8": 26.0,
    "VE9": 27.0,
    "VE10": 28.0,
    "VE11": 29.0,
    "VE12": 30.0,
    "VE13": 31.0,
    "VE14": 32.0,
    "VE15": 33.0,
    "VE16": 34.0,
    "VE17": 35.0,
    "VE18": 36.0,
    "VEMin": 37.0,
    "VEMax": 38.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfMuestreoHumedadReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
  <MuestreoHumedadReport>
    <Condicion>sample string 10</Condicion>
    <CumpleHumedadCosecha>true</CumpleHumedadCosecha>
    <ElementoMedicion>sample string 11</ElementoMedicion>
    <Fecha>2026-01-09T12:25:19.4188591-03:00</Fecha>
    <HabilitaCosecha>true</HabilitaCosecha>
    <Hibrido>sample string 12</Hibrido>
    <HumedadMaximaCosecha>13</HumedadMaximaCosecha>
    <HumedadMinimaCosecha>14</HumedadMinimaCosecha>
    <Id>47b1d699-7123-4b5f-b57c-0aa01f610e09</Id>
    <IdCampo>24c1a586-4dd3-4945-8efc-e35ee19ae84f</IdCampo>
    <IdCliente>6a448a10-5d72-4c5d-928b-e527411b5c3d</IdCliente>
    <IdCultivo>9e33723a-0802-4e78-ba7f-e9f1aadd49f3</IdCultivo>
    <IdLote>8d49ffb6-2dbf-40b3-90d2-8e5381ed1235</IdLote>
    <NombreCampo>sample string 3</NombreCampo>
    <NombreCliente>sample string 9</NombreCliente>
    <NombreCultivo>sample string 7</NombreCultivo>
    <NombreLote>sample string 5</NombreLote>
    <Percentil90>16</Percentil90>
    <Promedio>15</Promedio>
    <VE1>19</VE1>
    <VE10>28</VE10>
    <VE11>29</VE11>
    <VE12>30</VE12>
    <VE13>31</VE13>
    <VE14>32</VE14>
    <VE15>33</VE15>
    <VE16>34</VE16>
    <VE17>35</VE17>
    <VE18>36</VE18>
    <VE2>20</VE2>
    <VE3>21</VE3>
    <VE4>22</VE4>
    <VE5>23</VE5>
    <VE6>24</VE6>
    <VE7>25</VE7>
    <VE8>26</VE8>
    <VE9>27</VE9>
    <VEMax>38</VEMax>
    <VEMin>37</VEMin>
  </MuestreoHumedadReport>
  <MuestreoHumedadReport>
    <Condicion>sample string 10</Condicion>
    <CumpleHumedadCosecha>true</CumpleHumedadCosecha>
    <ElementoMedicion>sample string 11</ElementoMedicion>
    <Fecha>2026-01-09T12:25:19.4188591-03:00</Fecha>
    <HabilitaCosecha>true</HabilitaCosecha>
    <Hibrido>sample string 12</Hibrido>
    <HumedadMaximaCosecha>13</HumedadMaximaCosecha>
    <HumedadMinimaCosecha>14</HumedadMinimaCosecha>
    <Id>47b1d699-7123-4b5f-b57c-0aa01f610e09</Id>
    <IdCampo>24c1a586-4dd3-4945-8efc-e35ee19ae84f</IdCampo>
    <IdCliente>6a448a10-5d72-4c5d-928b-e527411b5c3d</IdCliente>
    <IdCultivo>9e33723a-0802-4e78-ba7f-e9f1aadd49f3</IdCultivo>
    <IdLote>8d49ffb6-2dbf-40b3-90d2-8e5381ed1235</IdLote>
    <NombreCampo>sample string 3</NombreCampo>
    <NombreCliente>sample string 9</NombreCliente>
    <NombreCultivo>sample string 7</NombreCultivo>
    <NombreLote>sample string 5</NombreLote>
    <Percentil90>16</Percentil90>
    <Promedio>15</Promedio>
    <VE1>19</VE1>
    <VE10>28</VE10>
    <VE11>29</VE11>
    <VE12>30</VE12>
    <VE13>31</VE13>
    <VE14>32</VE14>
    <VE15>33</VE15>
    <VE16>34</VE16>
    <VE17>35</VE17>
    <VE18>36</VE18>
    <VE2>20</VE2>
    <VE3>21</VE3>
    <VE4>22</VE4>
    <VE5>23</VE5>
    <VE6>24</VE6>
    <VE7>25</VE7>
    <VE8>26</VE8>
    <VE9>27</VE9>
    <VEMax>38</VEMax>
    <VEMin>37</VEMin>
  </MuestreoHumedadReport>
</ArrayOfMuestreoHumedadReport>