# List advertising zones Retrieve a list of zones in which advertisements can appear across the TickeTing ecosystem. Endpoint: GET /zones Version: 3.0.0 Security: SessionKey ## Query parameters: - `records` (integer) The number of records per page that should be returned - `page` (integer) The number of the results page to return ## Response 200 fields (application/json): - `total` (integer) The total number of results available - `page` (integer) The number of the results page returned - `records` (integer) The maximum number of results returned per page - `entries` (array) - `entries.self` (string) URI of the advertising zone resource - `entries.name` (string) Unique name of the advertising zone - `entries.description` (string) Text detailing where this zone appears (Events App, Website, etc.) and the type of advertising it will display - `entries.number` (string) System generated alphanumeric string that uniquely identifies the advertising zone - `entries.width` (number) The width (in pixels) that advertisements assigned to this zone must adhere to - `entries.height` (number) The height (in pixels) that advertisements assigned to this zone must adhere to - `entries.advertisements` (string) URI of the collection of advertisements assigned to this zone ## Response 404 fields (application/json): - `message` (string) Reason for the given response.