GET api/theaters
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TheaterList| Name | Description | Type | Additional information |
|---|---|---|---|
| Theaters | Collection of TheaterItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"Theaters": [
{
"TheaterID": 1,
"TheaterName": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"PostalCode": "sample string 7",
"Country": "sample string 8",
"Slug": "sample string 9",
"ExhibitorName": "sample string 10",
"TicketProviderName": "sample string 11",
"Lat": 12.1,
"Lon": 13.1,
"CreatedAt": "2025-12-21T12:08:40.3276893+00:00",
"UpdatedAt": "2025-12-21T12:08:40.3276893+00:00"
},
{
"TheaterID": 1,
"TheaterName": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"PostalCode": "sample string 7",
"Country": "sample string 8",
"Slug": "sample string 9",
"ExhibitorName": "sample string 10",
"TicketProviderName": "sample string 11",
"Lat": 12.1,
"Lon": 13.1,
"CreatedAt": "2025-12-21T12:08:40.3276893+00:00",
"UpdatedAt": "2025-12-21T12:08:40.3276893+00:00"
}
]
}
application/xml, text/xml
Sample:
<TheaterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FathomEvents.Models.Fathom">
<Theaters>
<TheaterItem>
<Address1>sample string 3</Address1>
<Address2>sample string 4</Address2>
<City>sample string 5</City>
<Country>sample string 8</Country>
<CreatedAt>2025-12-21T12:08:40.3276893+00:00</CreatedAt>
<ExhibitorName>sample string 10</ExhibitorName>
<Lat>12.1</Lat>
<Lon>13.1</Lon>
<PostalCode>sample string 7</PostalCode>
<Slug>sample string 9</Slug>
<State>sample string 6</State>
<TheaterID>1</TheaterID>
<TheaterName>sample string 2</TheaterName>
<TicketProviderName>sample string 11</TicketProviderName>
<UpdatedAt>2025-12-21T12:08:40.3276893+00:00</UpdatedAt>
</TheaterItem>
<TheaterItem>
<Address1>sample string 3</Address1>
<Address2>sample string 4</Address2>
<City>sample string 5</City>
<Country>sample string 8</Country>
<CreatedAt>2025-12-21T12:08:40.3276893+00:00</CreatedAt>
<ExhibitorName>sample string 10</ExhibitorName>
<Lat>12.1</Lat>
<Lon>13.1</Lon>
<PostalCode>sample string 7</PostalCode>
<Slug>sample string 9</Slug>
<State>sample string 6</State>
<TheaterID>1</TheaterID>
<TheaterName>sample string 2</TheaterName>
<TicketProviderName>sample string 11</TicketProviderName>
<UpdatedAt>2025-12-21T12:08:40.3276893+00:00</UpdatedAt>
</TheaterItem>
</Theaters>
</TheaterList>