GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/thinBooths

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

accountId

integer

Required

showAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ThinBoothDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  }
]