Skip to main content
GET
/
partition
/
resource
/
get-sensor
/
{resourceSensorId}
Get Sensor Partition Numbers
curl --request GET \
  --url https://apigw.bienport.com/api/partition/resource/get-sensor/{resourceSensorId} \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
[
  {
    "name": "<string>",
    "no": 123
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Path Parameters

resourceSensorId
integer<int64>
required

resourceSensorId

Response

Partitions where the sensor is defined

name
string
no
integer<int32>