---
title: "api/sensordefinition GET
Display a listing of all sensordefinitions that belong to a device"
method: GET
path: "/api/sensordefinition"
tags: ["Api\\SensorDefinitionController"]
---

# api/sensordefinition GET
Display a listing of all sensordefinitions that belong to a device

`GET /api/sensordefinition`

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `device_id` integer — Device ID that the Sensordefinition belongs to. Required if hardware_id, and device_hardware_id are not set.
  - `hardware_id` string — Device hardware ID that the Sensordefinition belongs to. Required if device_id, and device_hardware_id are not set.
  - `device_hardware_id` string — Device hardware ID that the Sensordefinition belongs to. Required if hardware_id, and device_id are not set.
  - `input_measurement_abbreviation` string — Filter sensordefinitions by provided input abbreviation.
  - `limit` integer — If input_abbr is set, limit the amount of results provided by more than 1 to get all historic sensordefinitions of this type.

## Other responses

- `401`

---

[API](https://skmtc.net/beepnl/apis/beep.md) · [All operations](https://skmtc.net/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beepnl/beep/versions/7f1e35deb524/schema)
