GET shows/{showId}/facilities/{showFacilityId}/locations/{showLocationId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
|
showFacilityId | integer |
Required |
|
showLocationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowLocationDtoName | Description | Type | Additional 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 }