GET shows/{showId}/getFacilities

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ShowFacilityReturnDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

ShowId

integer

None.

IsDeleted

boolean

None.

ShowLocations

Collection of ShowLocationDto

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "ShowId": 3,
    "IsDeleted": true,
    "ShowLocations": [
      {
        "Id": 1,
        "FacilityMasterLocationId": 1,
        "Name": "sample string 2",
        "ParentShowLocationId": 1,
        "ShowFacilityId": 3,
        "ChildrenShowLocations": [],
        "IsDeleted": true
      },
      {
        "Id": 1,
        "FacilityMasterLocationId": 1,
        "Name": "sample string 2",
        "ParentShowLocationId": 1,
        "ShowFacilityId": 3,
        "ChildrenShowLocations": [],
        "IsDeleted": true
      }
    ]
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "ShowId": 3,
    "IsDeleted": true,
    "ShowLocations": [
      {
        "Id": 1,
        "FacilityMasterLocationId": 1,
        "Name": "sample string 2",
        "ParentShowLocationId": 1,
        "ShowFacilityId": 3,
        "ChildrenShowLocations": [],
        "IsDeleted": true
      },
      {
        "Id": 1,
        "FacilityMasterLocationId": 1,
        "Name": "sample string 2",
        "ParentShowLocationId": 1,
        "ShowFacilityId": 3,
        "ChildrenShowLocations": [],
        "IsDeleted": true
      }
    ]
  }
]