GET shows/{showId}/facilities/{showFacilityId}/locations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

showFacilityId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ShowLocationDto
NameDescriptionTypeAdditional information
Id

integer

None.

FacilityMasterLocationId

integer

None.

Name

string

None.

ParentShowLocationId

integer

None.

ShowFacilityId

integer

None.

ParentShowLocation

ShowLocationDto

None.

ChildrenShowLocations

Collection of ShowLocationDto

None.

IsDeleted

boolean

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "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
  }
]