GET /api/v3/digital-boards/constants/venue-taxonomy-ids¶
Summary¶
GET /digital-boards/constants/venue-taxonomy-ids
Description¶
Returns a list of venue taxonomy ids constants
Stored in the venue_taxonomy_id field of the board
From the specification at : https://github.com/openooh/venue-taxonomy
Tags: digital-boards
Parameters¶
Header Parameters¶
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
Authorization |
string |
✓ Yes | Bearer {AuthToken} |
|
Content-Type |
string |
✓ Yes | application/json |
|
Accept |
string |
✓ Yes | application/json |
|
AppIdV3 |
string |
✓ Yes | LCUID-LAP-********-****-****-****-************ |
Responses¶
Response: 200¶
Description: Sample Response
Content Type: application/json¶
Schema¶
Type: object
Properties:
success(boolean)venue_taxonomy_ids(array)-
Array items:
objectType:objectProperties:
name(string)fully_qualified_name(string)description(string)enumeration_id(integer)version(string)child_count(integer)level(integer)level_name(string)parent_id(string)lcuid(string)
Example Response¶
{
"success": true,
"venue_taxonomy_ids": [
{
"name": "Transit",
"fully_qualified_name": "Transit",
"description": "Transit",
"enumeration_id": 1,
"version": "1.1",
"child_count": 7,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-612ceda4-b1dc-4b6c-9b16-8133475db3f9"
},
{
"name": "Airports",
"fully_qualified_name": "Transit : Airports",
"description": "Signage located throughout terminals in arrival and departure areas, ticketing areas, baggage claim, gate-hold rooms, concourses, retail shops, and VIP lounges.",
"enumeration_id": 101,
"version": "1.1",
"child_count": 7,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-751fa4e4-622b-4d02-bf02-8d02f2a868f1"
},
{
"name": "Arrival Hall",
"fully_qualified_name": "Transit : Airports : Arrival Hall",
"description": "Locations for meeting passengers arriving on flights",
"enumeration_id": 10101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-4aa4c182-6480-4cef-a806-02c868ccdc7e"
},
{
"name": "Baggage Claim",
"fully_qualified_name": "Transit : Airports : Baggage Claim",
"description": "Locations to retrieve baggage not carried during a flight",
"enumeration_id": 10102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-152bcb29-6b49-4d90-a993-d3072974011e"
},
{
"name": "Departures Hall",
"fully_qualified_name": "Transit : Airports : Departures Hall",
"description": "Location for dropping off passengers leaving on flights",
"enumeration_id": 10103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-61d4fa15-18a9-471d-9a2e-9baf3206e31d"
},
{
"name": "Food Court",
"fully_qualified_name": "Transit : Airports : Food Court",
"description": "Location within an airport for food, typically casual",
"enumeration_id": 10104,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-5717ebe4-e99b-468d-b265-bf8807148584"
},
{
"name": "Gates",
"fully_qualified_name": "Transit : Airports : Gates",
"description": "Location to wait for or embark or disembark from a specific plane",
"enumeration_id": 10105,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-2358fa18-e902-49b7-96c7-06b564fd18e1"
},
{
"name": "Lounges",
"fully_qualified_name": "Transit : Airports : Lounges",
"description": "(typically private) places to wait for flights, separate from public spaces",
"enumeration_id": 10106,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-c477b5d4-5404-45e6-aa3e-fc517a900b53"
},
{
"name": "Shopping Area",
"fully_qualified_name": "Transit : Airports : Shopping Area",
"description": "Retail areas contained within facilities primarily used for servicing flights",
"enumeration_id": 10107,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-eeb66b7a-167e-426c-870e-f2b38f7d044c"
},
{
"name": "Buses",
"fully_qualified_name": "Transit : Buses",
"description": "Displays located on or in city or intercity buses.",
"enumeration_id": 102,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-4643700a-4e48-4176-bfd6-42bc8702e8d9"
},
{
"name": "Bus (Inside)",
"fully_qualified_name": "Transit : Buses : Bus (Inside)",
"description": "Advertising inside a bus, primarily visible to bus passengers",
"enumeration_id": 10201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-1dec932e-68e2-455b-94eb-91a23f9edd96"
},
{
"name": "Terminal",
"fully_qualified_name": "Transit : Buses : Terminal",
"description": "Advertising at facilities for embarking or disembarking from a bus",
"enumeration_id": 10202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-b5ee20af-9d19-4154-9e82-309140f6618c"
},
{
"name": "Bus (Outside)",
"fully_qualified_name": "Transit : Buses : Bus (Outside)",
"description": "Advertising outside a bus, primarily visible to people not riding the bus",
"enumeration_id": 10203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-676e3dce-4076-4cbf-bdd8-0dededfd75db"
},
{
"name": "Taxi & Rideshare TV",
"fully_qualified_name": "Transit : Taxi & Rideshare TV",
"description": "Advertising displays placed inside taxis and rideshare vehicles visible to passengers in the back seat.",
"enumeration_id": 103,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-824a9fbf-41f1-4df1-9ab6-9b73bc799ec0"
},
{
"name": "Taxi & Rideshare Top",
"fully_qualified_name": "Transit : Taxi & Rideshare Top",
"description": "Advertising displays placed on top of taxi and rideshare vehicles visible to nearby pedestrian and drivers.",
"enumeration_id": 104,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-6800cc8a-d8c6-45ce-8278-b42154a383da"
},
{
"name": "Subway",
"fully_qualified_name": "Transit : Subway",
"description": "Advertising displays placed inside subway trains or inside stations or on subway platforms.",
"enumeration_id": 105,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-2b79e957-8151-49ac-af03-b162b455a50e"
},
{
"name": "Subway Train",
"fully_qualified_name": "Transit : Subway : Subway Train",
"description": "A (typical municipal area) train that travels primarily underground",
"enumeration_id": 10501,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 105,
"lcuid": "LCUID-LVT-3050852f-cc80-432e-bf7f-d4168da9f636"
},
{
"name": "Platform",
"fully_qualified_name": "Transit : Subway : Platform",
"description": "Areas to wait for, board, or unboard a subway",
"enumeration_id": 10502,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 105,
"lcuid": "LCUID-LVT-5f661092-5825-40f9-a688-9ba211b69f58"
},
{
"name": "Train Stations",
"fully_qualified_name": "Transit : Train Stations",
"description": "Advertising displays placed inside train stations or on platforms.",
"enumeration_id": 106,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-8d250884-26ff-43b5-b885-70b931bdd883"
},
{
"name": "Train",
"fully_qualified_name": "Transit : Train Stations : Train",
"description": "A train that travels primarily above ground, on rails",
"enumeration_id": 10601,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 106,
"lcuid": "LCUID-LVT-ecde7943-d9ce-4ead-bfaf-5d8330a271d3"
},
{
"name": "Platform",
"fully_qualified_name": "Transit : Train Stations : Platform",
"description": "Areas to wait for, board, or unboard a train",
"enumeration_id": 10602,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 106,
"lcuid": "LCUID-LVT-3ed64b77-4b4e-458b-8ab3-88d199c215c9"
},
{
"name": "Ferry",
"fully_qualified_name": "Transit : Ferry",
"description": "Advertising displays placed inside a passenger water transport.",
"enumeration_id": 107,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-640b5a95-30c5-4da9-a1ba-23996b927422"
},
{
"name": "Retail",
"fully_qualified_name": "Retail",
"description": "Retail",
"enumeration_id": 2,
"version": "1.1",
"child_count": 8,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-53e07e30-201c-494d-8f04-78de45d2cc44"
},
{
"name": "Fueling Stations",
"fully_qualified_name": "Retail : Fueling Stations",
"description": "An establishment beside a road selling fuel for motor vehicles.",
"enumeration_id": 201,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-9e21e4b4-7554-42be-95c6-0de2fed273ba"
},
{
"name": "Fuel Dispenser",
"fully_qualified_name": "Retail : Fueling Stations : Fuel Dispenser",
"description": "A (typically self-service) device for dispensing fuel to vehicles.",
"enumeration_id": 20101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 201,
"lcuid": "LCUID-LVT-b6e56d14-7655-43fc-858f-156e45a08f22"
},
{
"name": "Shop",
"fully_qualified_name": "Retail : Fueling Stations : Shop",
"description": "A store attached to a location who's primary audience is people fueling vehicles",
"enumeration_id": 20102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 201,
"lcuid": "LCUID-LVT-a2087f0a-b8a0-4b7b-9eb2-3ef99737a4cf"
},
{
"name": "Convenience Stores",
"fully_qualified_name": "Retail : Convenience Stores",
"description": "A store with extended opening hours and in a convenient location, stocking a limited range of household goods and groceries.",
"enumeration_id": 202,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-ac35b3a1-a218-4c7b-8efb-e5da0e6e83c8"
},
{
"name": "Grocery",
"fully_qualified_name": "Retail : Grocery",
"description": "A retail shop that primarily sells food, either fresh or preserved.",
"enumeration_id": 203,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-8608aa1a-2231-412a-8402-67ea6f2eae2b"
},
{
"name": "Shop Entrance",
"fully_qualified_name": "Retail : Grocery : Shop Entrance",
"description": "Areas near the entrance to a store, often (but not always) visible from outside",
"enumeration_id": 20301,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-9d6ffe94-34fb-44e5-ad5f-2f2c9777b6cc"
},
{
"name": "Check Out",
"fully_qualified_name": "Retail : Grocery : Check Out",
"description": "Areas primarily dedicated to paying for purchased goods",
"enumeration_id": 20302,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-a6ec957c-f8bc-49af-876e-ace73cb653e8"
},
{
"name": "Aisles",
"fully_qualified_name": "Retail : Grocery : Aisles",
"description": "Areas primarily dedicated to the display or retrieval of goods",
"enumeration_id": 20303,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-fafb52b5-133c-4822-89e3-5403a0374b8a"
},
{
"name": "Liquor Stores",
"fully_qualified_name": "Retail : Liquor Stores",
"description": "A retail shop that predominantly sells prepackaged alcoholic beverages, typically in bottles, intended to be consumed off the store’s premises.",
"enumeration_id": 204,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-758715d0-c4e0-465f-a71b-452546cdedc6"
},
{
"name": "Mall",
"fully_qualified_name": "Retail : Mall",
"description": "A large building or series of connected buildings containing a variety of retail stores and typically also restaurants.",
"enumeration_id": 205,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-b0f14af8-e088-43d3-a7bb-cd20935c4ac3"
},
{
"name": "Concourse",
"fully_qualified_name": "Retail : Mall : Concourse",
"description": "A large open area (including hallways and escalators)",
"enumeration_id": 20501,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-a530fcc5-cd51-4e48-8c54-6552ed1c331d"
},
{
"name": "Food Court",
"fully_qualified_name": "Retail : Mall : Food Court",
"description": "A Common area with multiple food vendors and common tables.",
"enumeration_id": 20502,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-e1f561c4-c97f-4ae5-b5b1-64d493368afb"
},
{
"name": "Spectacular",
"fully_qualified_name": "Retail : Mall : Spectacular",
"description": "Large and impactful screen(s) at a prime location. It often utilizes special embellishments.",
"enumeration_id": 20503,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-cb1d931c-f5cb-40f9-a2df-50a585da3a65"
},
{
"name": "Cannabis Dispensaries",
"fully_qualified_name": "Retail : Cannabis Dispensaries",
"description": "A store that sells and dispenses cannabis and CBD products.",
"enumeration_id": 206,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-d1faa4d5-e911-482a-a317-570d7b4c037f"
},
{
"name": "Pharmacies",
"fully_qualified_name": "Retail : Pharmacies",
"description": "A store where medicinal drugs are dispensed and sold.",
"enumeration_id": 207,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-59505829-d262-41c5-a491-128521338ee0"
},
{
"name": "Parking Garages",
"fully_qualified_name": "Retail : Parking Garages",
"description": "A building in which people usually pay to park their cars, trucks and other vehicles.",
"enumeration_id": 208,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-de33f013-d355-47c0-8500-fa998871bdbc"
},
{
"name": "Outdoor",
"fully_qualified_name": "Outdoor",
"description": "Outdoor",
"enumeration_id": 3,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-f212113e-a00d-4954-a880-913c3feaea41"
},
{
"name": "Billboards",
"fully_qualified_name": "Outdoor : Billboards",
"description": "Located primarily on major roads, they attract high-density consumer exposure (mostly to vehicular traffic, but often to pedestrians).",
"enumeration_id": 301,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-985d993b-d81a-47fa-997b-2ed94dad71d2"
},
{
"name": "Roadside",
"fully_qualified_name": "Outdoor : Billboards : Roadside",
"description": "Primarily vehicular environments.",
"enumeration_id": 30101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-6ad9dddc-76b8-440a-995e-d7c5dd51fa3e"
},
{
"name": "Highway",
"fully_qualified_name": "Outdoor : Billboards : Highway",
"description": "High-speed vehicular environments, typically with controlled entrance/exit (e.g. \"exits\" or \"interchanges\")",
"enumeration_id": 30102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-aa23f23b-8a64-447b-8c73-e6d26ed938cf"
},
{
"name": "Spectacular",
"fully_qualified_name": "Outdoor : Billboards : Spectacular",
"description": "A bulletin that is usually larger than 14’ x 48’ and is positioned at a prime location in a market. A spectacular often utilizes special embellishments.",
"enumeration_id": 30103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-f2d50709-1890-4c3b-91a5-10f64ec00e37"
},
{
"name": "Urban Panels",
"fully_qualified_name": "Outdoor : Urban Panels",
"description": "Digital screens in urban environments, typically providing a public amenity. Typically visible to pedestrians and in some cases, vehicular traffic as well.",
"enumeration_id": 302,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-bde945fb-4350-4871-a59b-5f0cac79aad4"
},
{
"name": "Bus Shelters",
"fully_qualified_name": "Outdoor : Bus Shelters",
"description": "Enclosures where individuals may wait for buses in an urban environment. Signage may be attached to the interior or exterior of the enclosure.",
"enumeration_id": 303,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-1ae3549f-0040-414d-9717-4cfe2efb33d5"
},
{
"name": "Health & Beauty",
"fully_qualified_name": "Health & Beauty",
"description": "Health & Beauty",
"enumeration_id": 4,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-9e1e1a2c-36c8-40b4-854b-31ef6c08ff58"
},
{
"name": "Gyms",
"fully_qualified_name": "Health & Beauty : Gyms",
"description": "A club, building, or large room, usually containing special equipment, where people go to do physical exercise and get fit.",
"enumeration_id": 401,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-0cadef77-1979-4b96-9bad-68eeaa0566a7"
},
{
"name": "Lobby",
"fully_qualified_name": "Health & Beauty : Gyms : Lobby",
"description": "Area for waiting or meeting guests",
"enumeration_id": 40101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 401,
"lcuid": "LCUID-LVT-ee172e85-a28b-49da-9b4f-6a12a1bfc2a0"
},
{
"name": "Fitness Equipment",
"fully_qualified_name": "Health & Beauty : Gyms : Fitness Equipment",
"description": "Area primarily for exercise or the usage of fitness equipment",
"enumeration_id": 40102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 401,
"lcuid": "LCUID-LVT-ab350c57-0aeb-4ff3-a75e-660be4f51a6d"
},
{
"name": "Salons",
"fully_qualified_name": "Health & Beauty : Salons",
"description": "An establishment where a hairdresser, beautician, or couturier conducts business.",
"enumeration_id": 402,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-401a6aad-f86e-4227-9bed-7b94d47aa3be"
},
{
"name": "Unisex Salon",
"fully_qualified_name": "Health & Beauty : Salons : Unisex Salon",
"description": "Salon catering to clients of any sex",
"enumeration_id": 40201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-338d86fd-3642-4e50-a641-4c7d7aff9275"
},
{
"name": "Men's Salon",
"fully_qualified_name": "Health & Beauty : Salons : Men's Salon",
"description": "Salon primarily catering towards men",
"enumeration_id": 40202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-265d4483-983f-4680-b07d-cf6bcb4ac3e0"
},
{
"name": "Women's Salon",
"fully_qualified_name": "Health & Beauty : Salons : Women's Salon",
"description": "Salon primarily catering towards women",
"enumeration_id": 40203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-573a235c-8ef9-48b4-8059-112a94806920"
},
{
"name": "Spas",
"fully_qualified_name": "Health & Beauty : Spas",
"description": "A commercial establishment offering health and beauty treatment through such means as steam baths, exercise equipment, and massage.",
"enumeration_id": 403,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-348c1370-b940-44a8-a494-8c1113edc981"
},
{
"name": "Point of Care",
"fully_qualified_name": "Point of Care",
"description": "Point of Care",
"enumeration_id": 5,
"version": "1.1",
"child_count": 2,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-8ad7e653-8311-4870-81ef-22d4dc7d5247"
},
{
"name": "Doctor’s Offices",
"fully_qualified_name": "Point of Care : Doctor’s Offices",
"description": "Non-hospital facility run by a physician - for treatment of people.",
"enumeration_id": 501,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 5,
"lcuid": "LCUID-LVT-6581fa31-2e57-42b0-aaf3-aa2cbc10ebc7"
},
{
"name": "Veterinary Offices",
"fully_qualified_name": "Point of Care : Veterinary Offices",
"description": "Non-hopsital facility run by a veterinarian - for treatment of animals.",
"enumeration_id": 502,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 5,
"lcuid": "LCUID-LVT-879ffbf9-1d8f-42e9-913e-a2bd4a0933e4"
},
{
"name": "Education",
"fully_qualified_name": "Education",
"description": "Education",
"enumeration_id": 6,
"version": "1.1",
"child_count": 2,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-aa77cc08-0833-49c8-aab2-016f7acfb545"
},
{
"name": "Schools",
"fully_qualified_name": "Education : Schools",
"description": "An educational institution designed to provide learning spaces and learning environments for the teaching of students between K - 12 under the direction of teachers.",
"enumeration_id": 601,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 6,
"lcuid": "LCUID-LVT-5c377ffa-9dfb-4243-9046-457fae36acc1"
},
{
"name": "Colleges and Universities",
"fully_qualified_name": "Education : Colleges and Universities",
"description": "An education institution designed for instruction, examination, or both, of students in many branches of advanced learning, conferring degrees in various faculties, and often embodying colleges and similar institutions.",
"enumeration_id": 602,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 6,
"lcuid": "LCUID-LVT-65144486-ad7f-4a75-9c42-8daecaec0c1a"
},
{
"name": "Residences",
"fully_qualified_name": "Education : Colleges and Universities : Residences",
"description": "Places where faculty or students live",
"enumeration_id": 60201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-42df20af-a48b-41da-a3bc-a4f1268458f5"
},
{
"name": "Common Areas",
"fully_qualified_name": "Education : Colleges and Universities : Common Areas",
"description": "Shared spaces for study, dining, or leisure activities",
"enumeration_id": 60202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-6043531c-8bec-458f-9185-8dc2a0c78e70"
},
{
"name": "Athletic Facilities",
"fully_qualified_name": "Education : Colleges and Universities : Athletic Facilities",
"description": "Facillities or stadiums for sporting competition",
"enumeration_id": 60203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-743b7b27-6f50-487d-a5b8-0ce96674910b"
},
{
"name": "Office Buildings",
"fully_qualified_name": "Office Buildings",
"description": "Office Buildings",
"enumeration_id": 7,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-fa408db0-cd19-4b0b-9070-b488fc984cb5"
},
{
"name": "Office Buildings",
"fully_qualified_name": "Office Buildings : Office Buildings",
"description": "An office building, also known as an office block or business center is a form of commercial building which contains spaces mainly designed to be used for offices. Advertising displays may be in building lobbies, common areas, or in elevators.",
"enumeration_id": 701,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 7,
"lcuid": "LCUID-LVT-6748814c-30e6-4443-b4cc-eb127f7c30a7"
},
{
"name": "Elevator",
"fully_qualified_name": "Office Buildings : Office Buildings : Elevator",
"description": "Enclosed, Vertical conveyance for people and goods",
"enumeration_id": 70101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 701,
"lcuid": "LCUID-LVT-01e76f37-dede-4dfe-840b-2f27e771e08d"
},
{
"name": "Lobby",
"fully_qualified_name": "Office Buildings : Office Buildings : Lobby",
"description": "Common space for tenants to meet and greet visitors and guests, typically near entrances",
"enumeration_id": 70102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 701,
"lcuid": "LCUID-LVT-cbc644f2-7dab-4cf7-a2b0-42607d65b041"
},
{
"name": "Leisure",
"fully_qualified_name": "Leisure",
"description": "Leisure",
"enumeration_id": 8,
"version": "1.1",
"child_count": 10,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-3be4646a-9603-45a7-bac4-8fe694bdd67e"
},
{
"name": "Recreational Locations",
"fully_qualified_name": "Leisure : Recreational Locations",
"description": "Location where recreational and/or leisure activities take place.",
"enumeration_id": 801,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-f40868b5-6c16-4b79-8cf4-48a53809d448"
},
{
"name": "Theme Parks",
"fully_qualified_name": "Leisure : Recreational Locations : Theme Parks",
"description": "An amusement park with a unifying setting or idea.",
"enumeration_id": 80101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-ce04e1b1-3c1c-41b3-a84d-d7e5cadcd7e3"
},
{
"name": "Museums and Galleries",
"fully_qualified_name": "Leisure : Recreational Locations : Museums and Galleries",
"description": "A building in which objects of historical, scientific, artistic, or cultural interest are stored and exhibited. e.g. \"the Museum of Modern Art\"",
"enumeration_id": 80102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-8ccf3913-e492-417f-a757-d345e52405db"
},
{
"name": "Concert Venues",
"fully_qualified_name": "Leisure : Recreational Locations : Concert Venues",
"description": "Any location used for a concert or musical performance",
"enumeration_id": 80103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-7e1847c9-2a00-4c95-8c82-0be8eb526738"
},
{
"name": "Movie Theaters",
"fully_qualified_name": "Leisure : Movie Theaters",
"description": "Location for displaying long-format content on large screens.",
"enumeration_id": 802,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-63e42b04-e36d-4e78-baa3-56b8225cd6bd"
},
{
"name": "Lobby",
"fully_qualified_name": "Leisure : Movie Theaters : Lobby",
"description": "A corridor or hall connected with a larger room or series of rooms and used as a passageway or waiting room: such as a large hall serving as a foyer (as of a hotel or theater)",
"enumeration_id": 80201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 802,
"lcuid": "LCUID-LVT-7eda22c9-482f-433f-956a-ff3e1a8e282c"
},
{
"name": "Food Court",
"fully_qualified_name": "Leisure : Movie Theaters : Food Court",
"description": "An area within a building (such as a shopping mall) set apart for food concessions.",
"enumeration_id": 80202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 802,
"lcuid": "LCUID-LVT-d6d44a36-c52b-45d7-808e-d14ddea7d81a"
},
{
"name": "Sports Entertainment",
"fully_qualified_name": "Leisure : Sports Entertainment",
"description": "A venue that individuals or groups can play an active sport or activity.",
"enumeration_id": 803,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-9ead8363-931e-4d69-9adc-36203f05fc58"
},
{
"name": "Sport Arena",
"fully_qualified_name": "Leisure : Sports Entertainment : Sport Arena",
"description": "A central area used for sports or other forms of entertainment and surrounded by seats for spectators.",
"enumeration_id": 80301,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 803,
"lcuid": "LCUID-LVT-2a61d010-0f5a-411e-8a88-6140a47a476b"
},
{
"name": "Club House",
"fully_qualified_name": "Leisure : Sports Entertainment : Club House",
"description": "Locker rooms used by an athletic team",
"enumeration_id": 80302,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 803,
"lcuid": "LCUID-LVT-6ccf215c-dd9b-466d-91f5-764ef4fdd06b"
},
{
"name": "Bars",
"fully_qualified_name": "Leisure : Bars",
"description": "A retail business that serves alcoholic beverages.",
"enumeration_id": 804,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-60237827-95eb-40a4-ab3b-f0dc20675cee"
},
{
"name": "Casual Dining",
"fully_qualified_name": "Leisure : Casual Dining",
"description": "A restaurant that serves moderately priced food in a casual atmosphere.",
"enumeration_id": 805,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-aab03b4b-0f88-461c-b920-e775b2e0fd72"
},
{
"name": "QSR",
"fully_qualified_name": "Leisure : QSR",
"description": "A fast food restaurant, also known as a quick service restaurant within the industry, is a specific type of restaurant that serves fast-food cuisine and has minimal table service.",
"enumeration_id": 806,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-5601ca6a-4efb-4c91-8050-4936cd6e3ebb"
},
{
"name": "Hotels",
"fully_qualified_name": "Leisure : Hotels",
"description": "An establishment providing accommodations, means, and other services for travelers and tourists.",
"enumeration_id": 807,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-39ebf906-0fcc-4d60-afff-a7d85f778ee0"
},
{
"name": "Lobby",
"fully_qualified_name": "Leisure : Hotels : Lobby",
"description": "Commonly accessible shared spaces for guests at a hotel",
"enumeration_id": 80701,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-aa0a9e98-546f-4247-94c6-1867fc5b9d9e"
},
{
"name": "Elevator",
"fully_qualified_name": "Leisure : Hotels : Elevator",
"description": "Commonly accessible, enclosed spaces used to move between floors.",
"enumeration_id": 80702,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-992daae6-3566-44b1-93df-e99c10176a72"
},
{
"name": "Room",
"fully_qualified_name": "Leisure : Hotels : Room",
"description": "Locations occupied and restricted to a single guest",
"enumeration_id": 80703,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-871bb298-7870-4b32-a496-e83284e06256"
},
{
"name": "Golf Carts",
"fully_qualified_name": "Leisure : Golf Carts",
"description": "A small motorized vehicle for golfers and their equipment.",
"enumeration_id": 808,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-dabe03f7-ca39-4041-8f3d-f02423b8c382"
},
{
"name": "Night Clubs",
"fully_qualified_name": "Leisure : Night Clubs",
"description": "An establishment for nighttime entertainment, typically serving drinks and offering music, dancing, etc.",
"enumeration_id": 809,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-808d90c0-a434-4b48-9814-88d3937223c8"
},
{
"name": "High-End Dining",
"fully_qualified_name": "Leisure : High-End Dining",
"description": "A restaurant that serves expensive food. Often in a more formal atmosphere, and accepting or requiring reservations",
"enumeration_id": 810,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-8dd5bef9-1fdf-4dfa-850f-6964de795cc8"
},
{
"name": "Government",
"fully_qualified_name": "Government",
"description": "Government",
"enumeration_id": 9,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-00f3b279-175e-46b6-b672-38196822b5fb"
},
{
"name": "DMVs",
"fully_qualified_name": "Government : DMVs",
"description": "An office building, also known as an office block or business center is a form of commercial building which contains spaces mainly designed to be used for offices. Advertising displays may be in building lobbies, common areas, or in elevators.",
"enumeration_id": 901,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-2f5201a5-a603-400f-9bc8-0cd84bed1779"
},
{
"name": "Military Bases",
"fully_qualified_name": "Government : Military Bases",
"description": "A facility that houses and facilitates training for military personnel and operations.",
"enumeration_id": 902,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-0b15c25d-bb94-45b2-b1de-9a6cf384dc60"
},
{
"name": "Post Offices",
"fully_qualified_name": "Government : Post Offices",
"description": "A facility that handles the receipt, delivery, and processing of mail, packages, or other postal services.",
"enumeration_id": 903,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-6bd280b0-a51e-4f8e-9297-dd6357194aed"
},
{
"name": "Financial",
"fully_qualified_name": "Financial",
"description": "Financial",
"enumeration_id": 10,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-5d6e001d-0622-4c9c-ac26-ed6ed7580dae"
},
{
"name": "Banks",
"fully_qualified_name": "Financial : Banks",
"description": "A bank is a financial institution licensed to store or invest accountholders money",
"enumeration_id": 1001,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 10,
"lcuid": "LCUID-LVT-817b4653-51ca-427f-a5a7-0959abbc6630"
},
{
"name": "Residential",
"fully_qualified_name": "Residential",
"description": "Residential",
"enumeration_id": 11,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-0994dc36-5e68-4f38-baeb-b6404b53f24c"
},
{
"name": "Apartment Buildings and Condominiums",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums",
"description": "A building that contains different residential units",
"enumeration_id": 1101,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 11,
"lcuid": "LCUID-LVT-f11662e8-149d-408a-9e96-52a1fba221b9"
},
{
"name": "Lobby",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums : Lobby",
"description": "A corridor or hall connected with a larger room or series of rooms and used as a passageway or waiting room: such as a large hall serving as a foyer (as of a hotel or theater)",
"enumeration_id": 110101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 1101,
"lcuid": "LCUID-LVT-70978013-bf64-4d99-8d67-08190814a6cd"
},
{
"name": "Elevator",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums : Elevator",
"description": "Enclosed, Vertical conveyance for people and goods",
"enumeration_id": 110102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 1101,
"lcuid": "LCUID-LVT-08c899ae-01a0-47bd-bc9d-1dc7c7f2c7eb"
}
]
}
Example Implementations¶
Bash (cURL)¶
curl --request GET \
--get "https://api.lucit.app/api/v3/digital-boards/constants/venue-taxonomy-ids" \
--header "Authorization: Bearer {AuthToken}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "AppIdV3: LCUID-LAP-********-****-****-****-************"
JavaScript (Fetch API)¶
const url = new URL(
"https://api.lucit.app/api/v3/digital-boards/constants/venue-taxonomy-ids"
);
const headers = {
"Authorization": "Bearer {AuthToken}",
"Content-Type": "application/json",
"Accept": "application/json",
"AppIdV3": "LCUID-LAP-********-****-****-****-************",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
PHP (Guzzle)¶
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://api.lucit.app/api/v3/digital-boards/constants/venue-taxonomy-ids',
[
'headers' => [
'Authorization' => 'Bearer {AuthToken}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
'AppIdV3' => 'LCUID-LAP-********-****-****-****-************',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
Python (Requests)¶
import requests
import json
url = 'https://api.lucit.app/api/v3/digital-boards/constants/venue-taxonomy-ids'
headers = {
'Authorization': 'Bearer {AuthToken}',
'Content-Type': 'application/json',
'Accept': 'application/json',
'AppIdV3': 'LCUID-LAP-********-****-****-****-************'
}
response = requests.request('GET', url, headers=headers)
response.json()
Example Responses¶
200 Response¶
{
"success": true,
"venue_taxonomy_ids": [
{
"name": "Transit",
"fully_qualified_name": "Transit",
"description": "Transit",
"enumeration_id": 1,
"version": "1.1",
"child_count": 7,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-612ceda4-b1dc-4b6c-9b16-8133475db3f9"
},
{
"name": "Airports",
"fully_qualified_name": "Transit : Airports",
"description": "Signage located throughout terminals in arrival and departure areas, ticketing areas, baggage claim, gate-hold rooms, concourses, retail shops, and VIP lounges.",
"enumeration_id": 101,
"version": "1.1",
"child_count": 7,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-751fa4e4-622b-4d02-bf02-8d02f2a868f1"
},
{
"name": "Arrival Hall",
"fully_qualified_name": "Transit : Airports : Arrival Hall",
"description": "Locations for meeting passengers arriving on flights",
"enumeration_id": 10101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-4aa4c182-6480-4cef-a806-02c868ccdc7e"
},
{
"name": "Baggage Claim",
"fully_qualified_name": "Transit : Airports : Baggage Claim",
"description": "Locations to retrieve baggage not carried during a flight",
"enumeration_id": 10102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-152bcb29-6b49-4d90-a993-d3072974011e"
},
{
"name": "Departures Hall",
"fully_qualified_name": "Transit : Airports : Departures Hall",
"description": "Location for dropping off passengers leaving on flights",
"enumeration_id": 10103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-61d4fa15-18a9-471d-9a2e-9baf3206e31d"
},
{
"name": "Food Court",
"fully_qualified_name": "Transit : Airports : Food Court",
"description": "Location within an airport for food, typically casual",
"enumeration_id": 10104,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-5717ebe4-e99b-468d-b265-bf8807148584"
},
{
"name": "Gates",
"fully_qualified_name": "Transit : Airports : Gates",
"description": "Location to wait for or embark or disembark from a specific plane",
"enumeration_id": 10105,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-2358fa18-e902-49b7-96c7-06b564fd18e1"
},
{
"name": "Lounges",
"fully_qualified_name": "Transit : Airports : Lounges",
"description": "(typically private) places to wait for flights, separate from public spaces",
"enumeration_id": 10106,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-c477b5d4-5404-45e6-aa3e-fc517a900b53"
},
{
"name": "Shopping Area",
"fully_qualified_name": "Transit : Airports : Shopping Area",
"description": "Retail areas contained within facilities primarily used for servicing flights",
"enumeration_id": 10107,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 101,
"lcuid": "LCUID-LVT-eeb66b7a-167e-426c-870e-f2b38f7d044c"
},
{
"name": "Buses",
"fully_qualified_name": "Transit : Buses",
"description": "Displays located on or in city or intercity buses.",
"enumeration_id": 102,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-4643700a-4e48-4176-bfd6-42bc8702e8d9"
},
{
"name": "Bus (Inside)",
"fully_qualified_name": "Transit : Buses : Bus (Inside)",
"description": "Advertising inside a bus, primarily visible to bus passengers",
"enumeration_id": 10201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-1dec932e-68e2-455b-94eb-91a23f9edd96"
},
{
"name": "Terminal",
"fully_qualified_name": "Transit : Buses : Terminal",
"description": "Advertising at facilities for embarking or disembarking from a bus",
"enumeration_id": 10202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-b5ee20af-9d19-4154-9e82-309140f6618c"
},
{
"name": "Bus (Outside)",
"fully_qualified_name": "Transit : Buses : Bus (Outside)",
"description": "Advertising outside a bus, primarily visible to people not riding the bus",
"enumeration_id": 10203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 102,
"lcuid": "LCUID-LVT-676e3dce-4076-4cbf-bdd8-0dededfd75db"
},
{
"name": "Taxi & Rideshare TV",
"fully_qualified_name": "Transit : Taxi & Rideshare TV",
"description": "Advertising displays placed inside taxis and rideshare vehicles visible to passengers in the back seat.",
"enumeration_id": 103,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-824a9fbf-41f1-4df1-9ab6-9b73bc799ec0"
},
{
"name": "Taxi & Rideshare Top",
"fully_qualified_name": "Transit : Taxi & Rideshare Top",
"description": "Advertising displays placed on top of taxi and rideshare vehicles visible to nearby pedestrian and drivers.",
"enumeration_id": 104,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-6800cc8a-d8c6-45ce-8278-b42154a383da"
},
{
"name": "Subway",
"fully_qualified_name": "Transit : Subway",
"description": "Advertising displays placed inside subway trains or inside stations or on subway platforms.",
"enumeration_id": 105,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-2b79e957-8151-49ac-af03-b162b455a50e"
},
{
"name": "Subway Train",
"fully_qualified_name": "Transit : Subway : Subway Train",
"description": "A (typical municipal area) train that travels primarily underground",
"enumeration_id": 10501,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 105,
"lcuid": "LCUID-LVT-3050852f-cc80-432e-bf7f-d4168da9f636"
},
{
"name": "Platform",
"fully_qualified_name": "Transit : Subway : Platform",
"description": "Areas to wait for, board, or unboard a subway",
"enumeration_id": 10502,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 105,
"lcuid": "LCUID-LVT-5f661092-5825-40f9-a688-9ba211b69f58"
},
{
"name": "Train Stations",
"fully_qualified_name": "Transit : Train Stations",
"description": "Advertising displays placed inside train stations or on platforms.",
"enumeration_id": 106,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-8d250884-26ff-43b5-b885-70b931bdd883"
},
{
"name": "Train",
"fully_qualified_name": "Transit : Train Stations : Train",
"description": "A train that travels primarily above ground, on rails",
"enumeration_id": 10601,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 106,
"lcuid": "LCUID-LVT-ecde7943-d9ce-4ead-bfaf-5d8330a271d3"
},
{
"name": "Platform",
"fully_qualified_name": "Transit : Train Stations : Platform",
"description": "Areas to wait for, board, or unboard a train",
"enumeration_id": 10602,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 106,
"lcuid": "LCUID-LVT-3ed64b77-4b4e-458b-8ab3-88d199c215c9"
},
{
"name": "Ferry",
"fully_qualified_name": "Transit : Ferry",
"description": "Advertising displays placed inside a passenger water transport.",
"enumeration_id": 107,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 1,
"lcuid": "LCUID-LVT-640b5a95-30c5-4da9-a1ba-23996b927422"
},
{
"name": "Retail",
"fully_qualified_name": "Retail",
"description": "Retail",
"enumeration_id": 2,
"version": "1.1",
"child_count": 8,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-53e07e30-201c-494d-8f04-78de45d2cc44"
},
{
"name": "Fueling Stations",
"fully_qualified_name": "Retail : Fueling Stations",
"description": "An establishment beside a road selling fuel for motor vehicles.",
"enumeration_id": 201,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-9e21e4b4-7554-42be-95c6-0de2fed273ba"
},
{
"name": "Fuel Dispenser",
"fully_qualified_name": "Retail : Fueling Stations : Fuel Dispenser",
"description": "A (typically self-service) device for dispensing fuel to vehicles.",
"enumeration_id": 20101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 201,
"lcuid": "LCUID-LVT-b6e56d14-7655-43fc-858f-156e45a08f22"
},
{
"name": "Shop",
"fully_qualified_name": "Retail : Fueling Stations : Shop",
"description": "A store attached to a location who's primary audience is people fueling vehicles",
"enumeration_id": 20102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 201,
"lcuid": "LCUID-LVT-a2087f0a-b8a0-4b7b-9eb2-3ef99737a4cf"
},
{
"name": "Convenience Stores",
"fully_qualified_name": "Retail : Convenience Stores",
"description": "A store with extended opening hours and in a convenient location, stocking a limited range of household goods and groceries.",
"enumeration_id": 202,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-ac35b3a1-a218-4c7b-8efb-e5da0e6e83c8"
},
{
"name": "Grocery",
"fully_qualified_name": "Retail : Grocery",
"description": "A retail shop that primarily sells food, either fresh or preserved.",
"enumeration_id": 203,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-8608aa1a-2231-412a-8402-67ea6f2eae2b"
},
{
"name": "Shop Entrance",
"fully_qualified_name": "Retail : Grocery : Shop Entrance",
"description": "Areas near the entrance to a store, often (but not always) visible from outside",
"enumeration_id": 20301,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-9d6ffe94-34fb-44e5-ad5f-2f2c9777b6cc"
},
{
"name": "Check Out",
"fully_qualified_name": "Retail : Grocery : Check Out",
"description": "Areas primarily dedicated to paying for purchased goods",
"enumeration_id": 20302,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-a6ec957c-f8bc-49af-876e-ace73cb653e8"
},
{
"name": "Aisles",
"fully_qualified_name": "Retail : Grocery : Aisles",
"description": "Areas primarily dedicated to the display or retrieval of goods",
"enumeration_id": 20303,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 203,
"lcuid": "LCUID-LVT-fafb52b5-133c-4822-89e3-5403a0374b8a"
},
{
"name": "Liquor Stores",
"fully_qualified_name": "Retail : Liquor Stores",
"description": "A retail shop that predominantly sells prepackaged alcoholic beverages, typically in bottles, intended to be consumed off the store\u2019s premises.",
"enumeration_id": 204,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-758715d0-c4e0-465f-a71b-452546cdedc6"
},
{
"name": "Mall",
"fully_qualified_name": "Retail : Mall",
"description": "A large building or series of connected buildings containing a variety of retail stores and typically also restaurants.",
"enumeration_id": 205,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-b0f14af8-e088-43d3-a7bb-cd20935c4ac3"
},
{
"name": "Concourse",
"fully_qualified_name": "Retail : Mall : Concourse",
"description": "A large open area (including hallways and escalators)",
"enumeration_id": 20501,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-a530fcc5-cd51-4e48-8c54-6552ed1c331d"
},
{
"name": "Food Court",
"fully_qualified_name": "Retail : Mall : Food Court",
"description": "A Common area with multiple food vendors and common tables.",
"enumeration_id": 20502,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-e1f561c4-c97f-4ae5-b5b1-64d493368afb"
},
{
"name": "Spectacular",
"fully_qualified_name": "Retail : Mall : Spectacular",
"description": "Large and impactful screen(s) at a prime location. It often utilizes special embellishments.",
"enumeration_id": 20503,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 205,
"lcuid": "LCUID-LVT-cb1d931c-f5cb-40f9-a2df-50a585da3a65"
},
{
"name": "Cannabis Dispensaries",
"fully_qualified_name": "Retail : Cannabis Dispensaries",
"description": "A store that sells and dispenses cannabis and CBD products.",
"enumeration_id": 206,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-d1faa4d5-e911-482a-a317-570d7b4c037f"
},
{
"name": "Pharmacies",
"fully_qualified_name": "Retail : Pharmacies",
"description": "A store where medicinal drugs are dispensed and sold.",
"enumeration_id": 207,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-59505829-d262-41c5-a491-128521338ee0"
},
{
"name": "Parking Garages",
"fully_qualified_name": "Retail : Parking Garages",
"description": "A building in which people usually pay to park their cars, trucks and other vehicles.",
"enumeration_id": 208,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 2,
"lcuid": "LCUID-LVT-de33f013-d355-47c0-8500-fa998871bdbc"
},
{
"name": "Outdoor",
"fully_qualified_name": "Outdoor",
"description": "Outdoor",
"enumeration_id": 3,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-f212113e-a00d-4954-a880-913c3feaea41"
},
{
"name": "Billboards",
"fully_qualified_name": "Outdoor : Billboards",
"description": "Located primarily on major roads, they attract high-density consumer exposure (mostly to vehicular traffic, but often to pedestrians).",
"enumeration_id": 301,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-985d993b-d81a-47fa-997b-2ed94dad71d2"
},
{
"name": "Roadside",
"fully_qualified_name": "Outdoor : Billboards : Roadside",
"description": "Primarily vehicular environments.",
"enumeration_id": 30101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-6ad9dddc-76b8-440a-995e-d7c5dd51fa3e"
},
{
"name": "Highway",
"fully_qualified_name": "Outdoor : Billboards : Highway",
"description": "High-speed vehicular environments, typically with controlled entrance/exit (e.g. \"exits\" or \"interchanges\")",
"enumeration_id": 30102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-aa23f23b-8a64-447b-8c73-e6d26ed938cf"
},
{
"name": "Spectacular",
"fully_qualified_name": "Outdoor : Billboards : Spectacular",
"description": "A bulletin that is usually larger than 14\u2019 x 48\u2019 and is positioned at a prime location in a market. A spectacular often utilizes special embellishments.",
"enumeration_id": 30103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 301,
"lcuid": "LCUID-LVT-f2d50709-1890-4c3b-91a5-10f64ec00e37"
},
{
"name": "Urban Panels",
"fully_qualified_name": "Outdoor : Urban Panels",
"description": "Digital screens in urban environments, typically providing a public amenity. Typically visible to pedestrians and in some cases, vehicular traffic as well.",
"enumeration_id": 302,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-bde945fb-4350-4871-a59b-5f0cac79aad4"
},
{
"name": "Bus Shelters",
"fully_qualified_name": "Outdoor : Bus Shelters",
"description": "Enclosures where individuals may wait for buses in an urban environment. Signage may be attached to the interior or exterior of the enclosure.",
"enumeration_id": 303,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 3,
"lcuid": "LCUID-LVT-1ae3549f-0040-414d-9717-4cfe2efb33d5"
},
{
"name": "Health & Beauty",
"fully_qualified_name": "Health & Beauty",
"description": "Health & Beauty",
"enumeration_id": 4,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-9e1e1a2c-36c8-40b4-854b-31ef6c08ff58"
},
{
"name": "Gyms",
"fully_qualified_name": "Health & Beauty : Gyms",
"description": "A club, building, or large room, usually containing special equipment, where people go to do physical exercise and get fit.",
"enumeration_id": 401,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-0cadef77-1979-4b96-9bad-68eeaa0566a7"
},
{
"name": "Lobby",
"fully_qualified_name": "Health & Beauty : Gyms : Lobby",
"description": "Area for waiting or meeting guests",
"enumeration_id": 40101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 401,
"lcuid": "LCUID-LVT-ee172e85-a28b-49da-9b4f-6a12a1bfc2a0"
},
{
"name": "Fitness Equipment",
"fully_qualified_name": "Health & Beauty : Gyms : Fitness Equipment",
"description": "Area primarily for exercise or the usage of fitness equipment",
"enumeration_id": 40102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 401,
"lcuid": "LCUID-LVT-ab350c57-0aeb-4ff3-a75e-660be4f51a6d"
},
{
"name": "Salons",
"fully_qualified_name": "Health & Beauty : Salons",
"description": "An establishment where a hairdresser, beautician, or couturier conducts business.",
"enumeration_id": 402,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-401a6aad-f86e-4227-9bed-7b94d47aa3be"
},
{
"name": "Unisex Salon",
"fully_qualified_name": "Health & Beauty : Salons : Unisex Salon",
"description": "Salon catering to clients of any sex",
"enumeration_id": 40201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-338d86fd-3642-4e50-a641-4c7d7aff9275"
},
{
"name": "Men's Salon",
"fully_qualified_name": "Health & Beauty : Salons : Men's Salon",
"description": "Salon primarily catering towards men",
"enumeration_id": 40202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-265d4483-983f-4680-b07d-cf6bcb4ac3e0"
},
{
"name": "Women's Salon",
"fully_qualified_name": "Health & Beauty : Salons : Women's Salon",
"description": "Salon primarily catering towards women",
"enumeration_id": 40203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 402,
"lcuid": "LCUID-LVT-573a235c-8ef9-48b4-8059-112a94806920"
},
{
"name": "Spas",
"fully_qualified_name": "Health & Beauty : Spas",
"description": "A commercial establishment offering health and beauty treatment through such means as steam baths, exercise equipment, and massage.",
"enumeration_id": 403,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 4,
"lcuid": "LCUID-LVT-348c1370-b940-44a8-a494-8c1113edc981"
},
{
"name": "Point of Care",
"fully_qualified_name": "Point of Care",
"description": "Point of Care",
"enumeration_id": 5,
"version": "1.1",
"child_count": 2,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-8ad7e653-8311-4870-81ef-22d4dc7d5247"
},
{
"name": "Doctor\u2019s Offices",
"fully_qualified_name": "Point of Care : Doctor\u2019s Offices",
"description": "Non-hospital facility run by a physician - for treatment of people.",
"enumeration_id": 501,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 5,
"lcuid": "LCUID-LVT-6581fa31-2e57-42b0-aaf3-aa2cbc10ebc7"
},
{
"name": "Veterinary Offices",
"fully_qualified_name": "Point of Care : Veterinary Offices",
"description": "Non-hopsital facility run by a veterinarian - for treatment of animals.",
"enumeration_id": 502,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 5,
"lcuid": "LCUID-LVT-879ffbf9-1d8f-42e9-913e-a2bd4a0933e4"
},
{
"name": "Education",
"fully_qualified_name": "Education",
"description": "Education",
"enumeration_id": 6,
"version": "1.1",
"child_count": 2,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-aa77cc08-0833-49c8-aab2-016f7acfb545"
},
{
"name": "Schools",
"fully_qualified_name": "Education : Schools",
"description": "An educational institution designed to provide learning spaces and learning environments for the teaching of students between K - 12 under the direction of teachers.",
"enumeration_id": 601,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 6,
"lcuid": "LCUID-LVT-5c377ffa-9dfb-4243-9046-457fae36acc1"
},
{
"name": "Colleges and Universities",
"fully_qualified_name": "Education : Colleges and Universities",
"description": "An education institution designed for instruction, examination, or both, of students in many branches of advanced learning, conferring degrees in various faculties, and often embodying colleges and similar institutions.",
"enumeration_id": 602,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 6,
"lcuid": "LCUID-LVT-65144486-ad7f-4a75-9c42-8daecaec0c1a"
},
{
"name": "Residences",
"fully_qualified_name": "Education : Colleges and Universities : Residences",
"description": "Places where faculty or students live",
"enumeration_id": 60201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-42df20af-a48b-41da-a3bc-a4f1268458f5"
},
{
"name": "Common Areas",
"fully_qualified_name": "Education : Colleges and Universities : Common Areas",
"description": "Shared spaces for study, dining, or leisure activities",
"enumeration_id": 60202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-6043531c-8bec-458f-9185-8dc2a0c78e70"
},
{
"name": "Athletic Facilities",
"fully_qualified_name": "Education : Colleges and Universities : Athletic Facilities",
"description": "Facillities or stadiums for sporting competition",
"enumeration_id": 60203,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 602,
"lcuid": "LCUID-LVT-743b7b27-6f50-487d-a5b8-0ce96674910b"
},
{
"name": "Office Buildings",
"fully_qualified_name": "Office Buildings",
"description": "Office Buildings",
"enumeration_id": 7,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-fa408db0-cd19-4b0b-9070-b488fc984cb5"
},
{
"name": "Office Buildings",
"fully_qualified_name": "Office Buildings : Office Buildings",
"description": "An office building, also known as an office block or business center is a form of commercial building which contains spaces mainly designed to be used for offices. Advertising displays may be in building lobbies, common areas, or in elevators.",
"enumeration_id": 701,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 7,
"lcuid": "LCUID-LVT-6748814c-30e6-4443-b4cc-eb127f7c30a7"
},
{
"name": "Elevator",
"fully_qualified_name": "Office Buildings : Office Buildings : Elevator",
"description": "Enclosed, Vertical conveyance for people and goods",
"enumeration_id": 70101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 701,
"lcuid": "LCUID-LVT-01e76f37-dede-4dfe-840b-2f27e771e08d"
},
{
"name": "Lobby",
"fully_qualified_name": "Office Buildings : Office Buildings : Lobby",
"description": "Common space for tenants to meet and greet visitors and guests, typically near entrances",
"enumeration_id": 70102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 701,
"lcuid": "LCUID-LVT-cbc644f2-7dab-4cf7-a2b0-42607d65b041"
},
{
"name": "Leisure",
"fully_qualified_name": "Leisure",
"description": "Leisure",
"enumeration_id": 8,
"version": "1.1",
"child_count": 10,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-3be4646a-9603-45a7-bac4-8fe694bdd67e"
},
{
"name": "Recreational Locations",
"fully_qualified_name": "Leisure : Recreational Locations",
"description": "Location where recreational and/or leisure activities take place.",
"enumeration_id": 801,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-f40868b5-6c16-4b79-8cf4-48a53809d448"
},
{
"name": "Theme Parks",
"fully_qualified_name": "Leisure : Recreational Locations : Theme Parks",
"description": "An amusement park with a unifying setting or idea.",
"enumeration_id": 80101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-ce04e1b1-3c1c-41b3-a84d-d7e5cadcd7e3"
},
{
"name": "Museums and Galleries",
"fully_qualified_name": "Leisure : Recreational Locations : Museums and Galleries",
"description": "A building in which objects of historical, scientific, artistic, or cultural interest are stored and exhibited. e.g. \"the Museum of Modern Art\"",
"enumeration_id": 80102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-8ccf3913-e492-417f-a757-d345e52405db"
},
{
"name": "Concert Venues",
"fully_qualified_name": "Leisure : Recreational Locations : Concert Venues",
"description": "Any location used for a concert or musical performance",
"enumeration_id": 80103,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 801,
"lcuid": "LCUID-LVT-7e1847c9-2a00-4c95-8c82-0be8eb526738"
},
{
"name": "Movie Theaters",
"fully_qualified_name": "Leisure : Movie Theaters",
"description": "Location for displaying long-format content on large screens.",
"enumeration_id": 802,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-63e42b04-e36d-4e78-baa3-56b8225cd6bd"
},
{
"name": "Lobby",
"fully_qualified_name": "Leisure : Movie Theaters : Lobby",
"description": "A corridor or hall connected with a larger room or series of rooms and used as a passageway or waiting room: such as a large hall serving as a foyer (as of a hotel or theater)",
"enumeration_id": 80201,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 802,
"lcuid": "LCUID-LVT-7eda22c9-482f-433f-956a-ff3e1a8e282c"
},
{
"name": "Food Court",
"fully_qualified_name": "Leisure : Movie Theaters : Food Court",
"description": "An area within a building (such as a shopping mall) set apart for food concessions.",
"enumeration_id": 80202,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 802,
"lcuid": "LCUID-LVT-d6d44a36-c52b-45d7-808e-d14ddea7d81a"
},
{
"name": "Sports Entertainment",
"fully_qualified_name": "Leisure : Sports Entertainment",
"description": "A venue that individuals or groups can play an active sport or activity.",
"enumeration_id": 803,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-9ead8363-931e-4d69-9adc-36203f05fc58"
},
{
"name": "Sport Arena",
"fully_qualified_name": "Leisure : Sports Entertainment : Sport Arena",
"description": "A central area used for sports or other forms of entertainment and surrounded by seats for spectators.",
"enumeration_id": 80301,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 803,
"lcuid": "LCUID-LVT-2a61d010-0f5a-411e-8a88-6140a47a476b"
},
{
"name": "Club House",
"fully_qualified_name": "Leisure : Sports Entertainment : Club House",
"description": "Locker rooms used by an athletic team",
"enumeration_id": 80302,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 803,
"lcuid": "LCUID-LVT-6ccf215c-dd9b-466d-91f5-764ef4fdd06b"
},
{
"name": "Bars",
"fully_qualified_name": "Leisure : Bars",
"description": "A retail business that serves alcoholic beverages.",
"enumeration_id": 804,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-60237827-95eb-40a4-ab3b-f0dc20675cee"
},
{
"name": "Casual Dining",
"fully_qualified_name": "Leisure : Casual Dining",
"description": "A restaurant that serves moderately priced food in a casual atmosphere.",
"enumeration_id": 805,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-aab03b4b-0f88-461c-b920-e775b2e0fd72"
},
{
"name": "QSR",
"fully_qualified_name": "Leisure : QSR",
"description": "A fast food restaurant, also known as a quick service restaurant within the industry, is a specific type of restaurant that serves fast-food cuisine and has minimal table service.",
"enumeration_id": 806,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-5601ca6a-4efb-4c91-8050-4936cd6e3ebb"
},
{
"name": "Hotels",
"fully_qualified_name": "Leisure : Hotels",
"description": "An establishment providing accommodations, means, and other services for travelers and tourists.",
"enumeration_id": 807,
"version": "1.1",
"child_count": 3,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-39ebf906-0fcc-4d60-afff-a7d85f778ee0"
},
{
"name": "Lobby",
"fully_qualified_name": "Leisure : Hotels : Lobby",
"description": "Commonly accessible shared spaces for guests at a hotel",
"enumeration_id": 80701,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-aa0a9e98-546f-4247-94c6-1867fc5b9d9e"
},
{
"name": "Elevator",
"fully_qualified_name": "Leisure : Hotels : Elevator",
"description": "Commonly accessible, enclosed spaces used to move between floors.",
"enumeration_id": 80702,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-992daae6-3566-44b1-93df-e99c10176a72"
},
{
"name": "Room",
"fully_qualified_name": "Leisure : Hotels : Room",
"description": "Locations occupied and restricted to a single guest",
"enumeration_id": 80703,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 807,
"lcuid": "LCUID-LVT-871bb298-7870-4b32-a496-e83284e06256"
},
{
"name": "Golf Carts",
"fully_qualified_name": "Leisure : Golf Carts",
"description": "A small motorized vehicle for golfers and their equipment.",
"enumeration_id": 808,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-dabe03f7-ca39-4041-8f3d-f02423b8c382"
},
{
"name": "Night Clubs",
"fully_qualified_name": "Leisure : Night Clubs",
"description": "An establishment for nighttime entertainment, typically serving drinks and offering music, dancing, etc.",
"enumeration_id": 809,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-808d90c0-a434-4b48-9814-88d3937223c8"
},
{
"name": "High-End Dining",
"fully_qualified_name": "Leisure : High-End Dining",
"description": "A restaurant that serves expensive food. Often in a more formal atmosphere, and accepting or requiring reservations",
"enumeration_id": 810,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 8,
"lcuid": "LCUID-LVT-8dd5bef9-1fdf-4dfa-850f-6964de795cc8"
},
{
"name": "Government",
"fully_qualified_name": "Government",
"description": "Government",
"enumeration_id": 9,
"version": "1.1",
"child_count": 3,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-00f3b279-175e-46b6-b672-38196822b5fb"
},
{
"name": "DMVs",
"fully_qualified_name": "Government : DMVs",
"description": "An office building, also known as an office block or business center is a form of commercial building which contains spaces mainly designed to be used for offices. Advertising displays may be in building lobbies, common areas, or in elevators.",
"enumeration_id": 901,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-2f5201a5-a603-400f-9bc8-0cd84bed1779"
},
{
"name": "Military Bases",
"fully_qualified_name": "Government : Military Bases",
"description": "A facility that houses and facilitates training for military personnel and operations.",
"enumeration_id": 902,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-0b15c25d-bb94-45b2-b1de-9a6cf384dc60"
},
{
"name": "Post Offices",
"fully_qualified_name": "Government : Post Offices",
"description": "A facility that handles the receipt, delivery, and processing of mail, packages, or other postal services.",
"enumeration_id": 903,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 9,
"lcuid": "LCUID-LVT-6bd280b0-a51e-4f8e-9297-dd6357194aed"
},
{
"name": "Financial",
"fully_qualified_name": "Financial",
"description": "Financial",
"enumeration_id": 10,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-5d6e001d-0622-4c9c-ac26-ed6ed7580dae"
},
{
"name": "Banks",
"fully_qualified_name": "Financial : Banks",
"description": "A bank is a financial institution licensed to store or invest accountholders money",
"enumeration_id": 1001,
"version": "1.1",
"child_count": 0,
"level": 1,
"level_name": "child",
"parent_id": 10,
"lcuid": "LCUID-LVT-817b4653-51ca-427f-a5a7-0959abbc6630"
},
{
"name": "Residential",
"fully_qualified_name": "Residential",
"description": "Residential",
"enumeration_id": 11,
"version": "1.1",
"child_count": 1,
"level": 0,
"level_name": "parent",
"parent_id": null,
"lcuid": "LCUID-LVT-0994dc36-5e68-4f38-baeb-b6404b53f24c"
},
{
"name": "Apartment Buildings and Condominiums",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums",
"description": "A building that contains different residential units",
"enumeration_id": 1101,
"version": "1.1",
"child_count": 2,
"level": 1,
"level_name": "child",
"parent_id": 11,
"lcuid": "LCUID-LVT-f11662e8-149d-408a-9e96-52a1fba221b9"
},
{
"name": "Lobby",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums : Lobby",
"description": "A corridor or hall connected with a larger room or series of rooms and used as a passageway or waiting room: such as a large hall serving as a foyer (as of a hotel or theater)",
"enumeration_id": 110101,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 1101,
"lcuid": "LCUID-LVT-70978013-bf64-4d99-8d67-08190814a6cd"
},
{
"name": "Elevator",
"fully_qualified_name": "Residential : Apartment Buildings and Condominiums : Elevator",
"description": "Enclosed, Vertical conveyance for people and goods",
"enumeration_id": 110102,
"version": "1.1",
"child_count": null,
"level": 2,
"level_name": "grandchild",
"parent_id": 1101,
"lcuid": "LCUID-LVT-08c899ae-01a0-47bd-bc9d-1dc7c7f2c7eb"
}
]
}