Skip to main content
GET
/
devices
/
{profile}
/
{serial}
Pedir informação do equipamento pelo identificador único
curl --request GET \
  --url https://device.agroop.net/api/devices/{profile}/{serial} \
  --header 'Authorization: <api-key>'
{
  "group": "AIR",
  "location": {
    "latitude": 0,
    "longitude": 0
  },
  "subscriptions": [
    {
      "startDate": "2025-07-29",
      "endDate": "2025-07-29"
    }
  ],
  "connectors": [
    {
      "connectorId": "string",
      "interfaces": [
        "AirTemp"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Formato obrigatório: ApiKey YOUR_KEY

Path Parameters

serial
string
required

Identificação única do equipamento.

Example:

"M05DE3832415251205715"

profile
enum<string>
required

Seleção do fornecedor do equipamento.

Available options:
PYCNO,
REAL_WEATHER_STATION,
YDOC,
TALKPOOL,
BMETERS
Example:

"PYCNO"

Response

Informação obtida sucesso