GetFloorStopsByElevatorBankId
Overview
Request Information
Method
GET - api/FloorStop/GetFloorStopsByElevatorBankId/{ElevatorBankId}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElevatorBankId |
|
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FloorStopViewModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityId |
Represents the PK of the facility for the floor that the floor stop services |
globally unique identifier |
None. |
| FacilityName |
Represents the name of the facility for the floor that the floor stop services |
globally unique identifier |
None. |
| FloorId |
Represents the PK of the floor that the floor stop services |
globally unique identifier |
None. |
| FloorName |
Represents the name of the floor that the floor stop services |
string |
None. |
| FloorStopId |
Represents the PK of the floor stop |
globally unique identifier |
None. |
| FloorStopName |
Represents the name of the floor stop |
string |
None. |
| ElevatorBankId |
Represents the PK of the elevator bank serving the floor stop |
globally unique identifier |
None. |
| ElevatorBankName |
Represents the name of the elevator bank serving the floor stop |
globally unique identifier |
None. |
| ElevatorCarId |
Represents the PK of the elevator serving the floor stop |
globally unique identifier |
None. |
| ElevatorCarName |
Represents the name of the elevator serving the floor stop |
globally unique identifier |
None. |
| ElevatorDoorId |
Represents the PK of the elevator door serving the floor stop |
globally unique identifier |
None. |
| ElevatorDoorName |
Represents the name of the elevator door serving the floor stop |
globally unique identifier |
None. |
| Deleted |
Represents the deleted status of the floor stop |
boolean |
None. |
Response Formats
JSON
[
{
"FacilityId": "8799d17d-9a88-412d-9911-109ddeab85eb",
"FacilityName": "0a07c4e4-63e4-4b36-a7fb-55ad512a5d96",
"FloorId": "17c431ad-7ef8-4e00-b501-341b0846aac8",
"FloorName": "sample string 4",
"FloorStopId": "a3c7def4-4c3e-4f18-ac01-636a3f621475",
"FloorStopName": "sample string 6",
"ElevatorBankId": "b9ee27d6-b6e8-47fb-bea9-5c356b197a03",
"ElevatorBankName": "e4dfa09d-75fb-4309-9e71-698091b2bc8c",
"ElevatorCarId": "60d5a030-4afa-4aa6-8598-b1aa32df16de",
"ElevatorCarName": "2672b9ec-c451-49bc-bb4b-064186f3b860",
"ElevatorDoorId": "7c5369b7-f2af-4b2c-ad98-9120af4bfb5e",
"ElevatorDoorName": "4283d932-7eb6-40ea-b2eb-869fe9d6d959",
"Deleted": true
},
{
"FacilityId": "8799d17d-9a88-412d-9911-109ddeab85eb",
"FacilityName": "0a07c4e4-63e4-4b36-a7fb-55ad512a5d96",
"FloorId": "17c431ad-7ef8-4e00-b501-341b0846aac8",
"FloorName": "sample string 4",
"FloorStopId": "a3c7def4-4c3e-4f18-ac01-636a3f621475",
"FloorStopName": "sample string 6",
"ElevatorBankId": "b9ee27d6-b6e8-47fb-bea9-5c356b197a03",
"ElevatorBankName": "e4dfa09d-75fb-4309-9e71-698091b2bc8c",
"ElevatorCarId": "60d5a030-4afa-4aa6-8598-b1aa32df16de",
"ElevatorCarName": "2672b9ec-c451-49bc-bb4b-064186f3b860",
"ElevatorDoorId": "7c5369b7-f2af-4b2c-ad98-9120af4bfb5e",
"ElevatorDoorName": "4283d932-7eb6-40ea-b2eb-869fe9d6d959",
"Deleted": true
}
]
XML
<ArrayOfFloorStopViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BluSKYWebAPI.Controllers">
<FloorStopViewModel>
<Deleted>true</Deleted>
<ElevatorBankId>b9ee27d6-b6e8-47fb-bea9-5c356b197a03</ElevatorBankId>
<ElevatorBankName>e4dfa09d-75fb-4309-9e71-698091b2bc8c</ElevatorBankName>
<ElevatorCarId>60d5a030-4afa-4aa6-8598-b1aa32df16de</ElevatorCarId>
<ElevatorCarName>2672b9ec-c451-49bc-bb4b-064186f3b860</ElevatorCarName>
<ElevatorDoorId>7c5369b7-f2af-4b2c-ad98-9120af4bfb5e</ElevatorDoorId>
<ElevatorDoorName>4283d932-7eb6-40ea-b2eb-869fe9d6d959</ElevatorDoorName>
<FacilityId>8799d17d-9a88-412d-9911-109ddeab85eb</FacilityId>
<FacilityName>0a07c4e4-63e4-4b36-a7fb-55ad512a5d96</FacilityName>
<FloorId>17c431ad-7ef8-4e00-b501-341b0846aac8</FloorId>
<FloorName>sample string 4</FloorName>
<FloorStopId>a3c7def4-4c3e-4f18-ac01-636a3f621475</FloorStopId>
<FloorStopName>sample string 6</FloorStopName>
</FloorStopViewModel>
<FloorStopViewModel>
<Deleted>true</Deleted>
<ElevatorBankId>b9ee27d6-b6e8-47fb-bea9-5c356b197a03</ElevatorBankId>
<ElevatorBankName>e4dfa09d-75fb-4309-9e71-698091b2bc8c</ElevatorBankName>
<ElevatorCarId>60d5a030-4afa-4aa6-8598-b1aa32df16de</ElevatorCarId>
<ElevatorCarName>2672b9ec-c451-49bc-bb4b-064186f3b860</ElevatorCarName>
<ElevatorDoorId>7c5369b7-f2af-4b2c-ad98-9120af4bfb5e</ElevatorDoorId>
<ElevatorDoorName>4283d932-7eb6-40ea-b2eb-869fe9d6d959</ElevatorDoorName>
<FacilityId>8799d17d-9a88-412d-9911-109ddeab85eb</FacilityId>
<FacilityName>0a07c4e4-63e4-4b36-a7fb-55ad512a5d96</FacilityName>
<FloorId>17c431ad-7ef8-4e00-b501-341b0846aac8</FloorId>
<FloorName>sample string 4</FloorName>
<FloorStopId>a3c7def4-4c3e-4f18-ac01-636a3f621475</FloorStopId>
<FloorStopName>sample string 6</FloorStopName>
</FloorStopViewModel>
</ArrayOfFloorStopViewModel>