DevicePropertySchema has no attribute `device_id`
When I try to query device properties using the Swagger UI I can choose a filter[device_id]
, which is very important. However, the respective API call, e.g.,
https://ibg3sms.ibg.kfa-juelich.de/backend/rdm/svm-api/v1/device-properties?page%5Bnumber%5D=1&page%5Bsize%5D=30&filter%5Blabel%5D=SMT100_SoilWaterContent-Crim&filter%5Bdevice_id%5D=40
yields the error:
{
"errors": [
{
"detail": "DevicePropertySchema has no attribute device_id",
"status": "400",
"title": "Invalid filters querystring parameter."
}
],
"jsonapi": {
"version": "1.0"
}
}
Can the respective schema be extended to support the device_id
?