GetFloorStopsByFacilityId
Overview
Request Information
Method
GET - api/FloorStop/GetFloorStopsByFacilityId/{FacilityId}
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| FacilityId | 
 | 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": "f4ca83fc-9477-40c3-aabc-94fa4b7d790e",
    "FacilityName": "9e2ce4f7-ff08-4e1b-9217-ee0b0c3d5f38",
    "FloorId": "6459b338-3c92-4bf8-8160-f82cc8bf2dd8",
    "FloorName": "sample string 4",
    "FloorStopId": "e8d45094-bb15-457d-9ab0-59f2152e9b4c",
    "FloorStopName": "sample string 6",
    "ElevatorBankId": "2803b0df-bc3d-4670-923e-19cc41a2fe75",
    "ElevatorBankName": "3c9b2152-0113-448d-88b8-d65bd8678412",
    "ElevatorCarId": "40eea987-6156-4810-b0ec-dc0aad31dc02",
    "ElevatorCarName": "de0431d2-76a3-4a62-94f3-b413962c131c",
    "ElevatorDoorId": "08f828e2-b760-43fd-88a5-c4134d5fd929",
    "ElevatorDoorName": "e8e8e683-54a6-425c-9c5e-0bd00a37e127",
    "Deleted": true
  },
  {
    "FacilityId": "f4ca83fc-9477-40c3-aabc-94fa4b7d790e",
    "FacilityName": "9e2ce4f7-ff08-4e1b-9217-ee0b0c3d5f38",
    "FloorId": "6459b338-3c92-4bf8-8160-f82cc8bf2dd8",
    "FloorName": "sample string 4",
    "FloorStopId": "e8d45094-bb15-457d-9ab0-59f2152e9b4c",
    "FloorStopName": "sample string 6",
    "ElevatorBankId": "2803b0df-bc3d-4670-923e-19cc41a2fe75",
    "ElevatorBankName": "3c9b2152-0113-448d-88b8-d65bd8678412",
    "ElevatorCarId": "40eea987-6156-4810-b0ec-dc0aad31dc02",
    "ElevatorCarName": "de0431d2-76a3-4a62-94f3-b413962c131c",
    "ElevatorDoorId": "08f828e2-b760-43fd-88a5-c4134d5fd929",
    "ElevatorDoorName": "e8e8e683-54a6-425c-9c5e-0bd00a37e127",
    "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>2803b0df-bc3d-4670-923e-19cc41a2fe75</ElevatorBankId>
    <ElevatorBankName>3c9b2152-0113-448d-88b8-d65bd8678412</ElevatorBankName>
    <ElevatorCarId>40eea987-6156-4810-b0ec-dc0aad31dc02</ElevatorCarId>
    <ElevatorCarName>de0431d2-76a3-4a62-94f3-b413962c131c</ElevatorCarName>
    <ElevatorDoorId>08f828e2-b760-43fd-88a5-c4134d5fd929</ElevatorDoorId>
    <ElevatorDoorName>e8e8e683-54a6-425c-9c5e-0bd00a37e127</ElevatorDoorName>
    <FacilityId>f4ca83fc-9477-40c3-aabc-94fa4b7d790e</FacilityId>
    <FacilityName>9e2ce4f7-ff08-4e1b-9217-ee0b0c3d5f38</FacilityName>
    <FloorId>6459b338-3c92-4bf8-8160-f82cc8bf2dd8</FloorId>
    <FloorName>sample string 4</FloorName>
    <FloorStopId>e8d45094-bb15-457d-9ab0-59f2152e9b4c</FloorStopId>
    <FloorStopName>sample string 6</FloorStopName>
  </FloorStopViewModel>
  <FloorStopViewModel>
    <Deleted>true</Deleted>
    <ElevatorBankId>2803b0df-bc3d-4670-923e-19cc41a2fe75</ElevatorBankId>
    <ElevatorBankName>3c9b2152-0113-448d-88b8-d65bd8678412</ElevatorBankName>
    <ElevatorCarId>40eea987-6156-4810-b0ec-dc0aad31dc02</ElevatorCarId>
    <ElevatorCarName>de0431d2-76a3-4a62-94f3-b413962c131c</ElevatorCarName>
    <ElevatorDoorId>08f828e2-b760-43fd-88a5-c4134d5fd929</ElevatorDoorId>
    <ElevatorDoorName>e8e8e683-54a6-425c-9c5e-0bd00a37e127</ElevatorDoorName>
    <FacilityId>f4ca83fc-9477-40c3-aabc-94fa4b7d790e</FacilityId>
    <FacilityName>9e2ce4f7-ff08-4e1b-9217-ee0b0c3d5f38</FacilityName>
    <FloorId>6459b338-3c92-4bf8-8160-f82cc8bf2dd8</FloorId>
    <FloorName>sample string 4</FloorName>
    <FloorStopId>e8d45094-bb15-457d-9ab0-59f2152e9b4c</FloorStopId>
    <FloorStopName>sample string 6</FloorStopName>
  </FloorStopViewModel>
</ArrayOfFloorStopViewModel>