Elevator Groups
Table Name: GXT_ELEVATORGROUPS_TBL
List
Request a list of elevator groups.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=List&SubType=GXT_ELEVATORGROUPS_TBL
-
Response:
Copy7=Elevator Group 1&8=Elevator Group 2
Detail
Request the details of a specific elevator group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Request&Type=Detail&SubType=GXT_ELEVATORGROUPS_TBL&RecId=<RecId>
-
Response:
CopyElevatorGroupId=7&Name=Elevator Group 1&IncludeAllElevatorsEx=false&ElevatorId0=1&ElevatorId1=2
Update
Update a specific elevator group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_ELEVATORGROUPS_TBL&ElevatorGroupId=1&Name=Office Elevators
-
Response:
CopyOK
Create
Create an elevator group. To create an elevator group, use the same parameters as update but leave the ElevatorGroupId empty.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Submit&SubType=GXT_ELEVATORGROUPS_TBL&ElevatorGroupId=&Name=Elevator Group 1&IncludeAllElevatorsEx=false&ElevatorId0=1&ElevatorId1=2
-
Response:
CopyOK
Delete
Delete a specific elevator group.
-
Request:
Copyhttp://192.168.1.2/PRT_CTRL_DIN_ISAPI.dll?Command&Type=Delete&SubType=GXT_ELEVATORGROUPS_TBL&RecId=<RecId>
-
Response:
CopyOK
Parameters
Parameter |
Display Name |
Default Value |
Description |
---|---|---|---|
ElevatorGroupId |
Database ID |
7 |
The Detail, Control and Delete APIs use this value as the RecId. |
Name |
Name |
Elevator Group 1 |
|
IncludeAllElevatorsEx |
|
false |
This is a legacy option that has no effect. |
ElevatorId* |
Elevators |
1 |
|
Parameters that contain multiple values are documented as <Parameter Name>*, where * is the index of the value. See Programming.