curl --request GET \
--url https://apigw.bienport.com/api/partition/resource/{resourceId}/get-partition/{partitionNo} \
--header 'Authorization: <authorization>' \
--header 'OrganizationId: <organizationid>'{
"id": 123,
"name": "<string>",
"no": 123,
"resourceControllers": [
{
"hardwareSerialNumber": "<string>",
"id": 123,
"resourceId": 123,
"orderNo": 123,
"ioType": "Digital",
"ioDirection": "Input",
"trueValue": "<string>",
"falseValue": "<string>",
"description": "<string>",
"controllerName": "<string>",
"controllerId": 123,
"partitions": [
{
"name": "<string>",
"no": 123
}
]
}
],
"resourceId": 123,
"resourceSensors": [
{
"id": 123,
"resourceId": 123,
"orderNo": 123,
"ioType": "Digital",
"ioDirection": "Input",
"trueValue": "<string>",
"falseValue": "<string>",
"partitions": [
{
"name": "<string>",
"no": 123
}
],
"sensorId": 123,
"description": "<string>",
"hardwareSerialNumber": "<string>",
"sensorName": "<string>"
}
]
}curl --request GET \
--url https://apigw.bienport.com/api/partition/resource/{resourceId}/get-partition/{partitionNo} \
--header 'Authorization: <authorization>' \
--header 'OrganizationId: <organizationid>'{
"id": 123,
"name": "<string>",
"no": 123,
"resourceControllers": [
{
"hardwareSerialNumber": "<string>",
"id": 123,
"resourceId": 123,
"orderNo": 123,
"ioType": "Digital",
"ioDirection": "Input",
"trueValue": "<string>",
"falseValue": "<string>",
"description": "<string>",
"controllerName": "<string>",
"controllerId": 123,
"partitions": [
{
"name": "<string>",
"no": 123
}
]
}
],
"resourceId": 123,
"resourceSensors": [
{
"id": 123,
"resourceId": 123,
"orderNo": 123,
"ioType": "Digital",
"ioDirection": "Input",
"trueValue": "<string>",
"falseValue": "<string>",
"partitions": [
{
"name": "<string>",
"no": 123
}
],
"sensorId": 123,
"description": "<string>",
"hardwareSerialNumber": "<string>",
"sensorName": "<string>"
}
]
}partitionNo
resourceId
Partition with sensors and controllers
Show child attributes
Digital, Analog, AnalogDigital, SerialUSART, SerialRS232, SerialRS485, SerialCAN, SerialEthernet, SerialI2C, SerialSPI, SerialOneWire, User, SerialMdb, SerialWireless Input, Output, InputOutput Show child attributes
Digital, Analog, AnalogDigital, SerialUSART, SerialRS232, SerialRS485, SerialCAN, SerialEthernet, SerialI2C, SerialSPI, SerialOneWire, User, SerialMdb, SerialWireless Input, Output, InputOutput