---
title: "All Sensor Details"
method: GET
path: "/sensors/{sensorId}/details"
tags: ["Sensors"]
---

# All Sensor Details

`GET /sensors/{sensorId}/details`

## Path parameters

- `sensorId` integer, required

## Response `200`

OK

- SensorDeviceDetailsDto[]
  - `id` integer
  - `name` string, nullable
  - `sensorType` integer
  - `growId` integer
  - `hubId` integer
  - `hubName` string, nullable
  - `hidden` boolean
  - `vpdTarget` number, float, nullable
  - `vpdLeafTemperatureOffsetinF` number, float, nullable
  - `orpCalibrationOffSet` integer, nullable
  - `dayStart` string, date-span
  - `nightStart` string, date-span
  - `sensorTemplateId` integer, nullable
  - `sensorTemplateName` string, nullable
  - `thresholds` SensorThresholdDto[], nullable
    - `id` integer, nullable
    - `notificationActive` boolean, nullable
    - `lowThresholdValue` number, double, nullable
    - `highThresholdValue` number, double, nullable
    - `delay` string, date-span, nullable
    - `day` boolean, nullable
    - `thresholdType` integer
    - `transitionalDelay` string, date-span, nullable
  - `offsetId` integer, nullable
  - `ph10SensorCalibrationInformationDto` Ph10SensorCalibrationInformationDto
    - `lastPh4CalibrationDate` string, date-time, nullable
    - `lastPh7CalibrationDate` string, date-time, nullable
    - `lastPh10CalibrationDate` string, date-time, nullable
  - `ec1SensorCalibrationInformationDto` Ec1SensorCalibrationInformationDto
    - `lastCalibrationDate` string, date-time, nullable
    - `isCalibrationUiShown` boolean
  - `parSensorSubtype` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/pulsegrow/apis/pulse-api.md) · [All operations](https://skmtc.net/pulsegrow/apis/pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulsegrow/pulse-api/revisions/da90547450a6/schema)
