Gets the list of film entities for a particular site

Returns a list of film entities along with their related data.

Any film entities that are not playing at the requested site are not returned by this endpoint.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
siteId
required
string

The unique identifier of the site

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Site does not exist.

get/ocapi/v1/sites/{siteId}/films
Request samples
Response samples
application/json
{
  • "films": [
    ],
  • "relatedData": {
    }
}