GET api/admin/StudioShowsRelation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StudioShowsRelationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Studio | string |
None. |
|
| StudioOwners | Collection of string |
None. |
|
| Shows | Collection of ShowInformationModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"studio": "sample string 1",
"studioOwners": [
"sample string 1",
"sample string 2"
],
"shows": [
{
"show": "sample string 1",
"showOwners": [
"sample string 1",
"sample string 2"
]
},
{
"show": "sample string 1",
"showOwners": [
"sample string 1",
"sample string 2"
]
}
]
},
{
"studio": "sample string 1",
"studioOwners": [
"sample string 1",
"sample string 2"
],
"shows": [
{
"show": "sample string 1",
"showOwners": [
"sample string 1",
"sample string 2"
]
},
{
"show": "sample string 1",
"showOwners": [
"sample string 1",
"sample string 2"
]
}
]
}
]