Retrieve all available venue types.
Documentation Index
Fetch the complete documentation index at: https://docs.framen.com/llms.txt
Use this file to discover all available pages before exploring further.
id values returned here are used as venue_type_id in both the Screens and Locations endpoints.
Constraint: Locations must use a level 2 venue_type_id. Screens must use a venue_type_id that is either the same as their parent Location’s (level 2) or one of its children (level 3).
Org_4KmTqZnWpLx).| Field | Type | Description |
|---|---|---|
label | string | Display name (e.g., “Grocery”) |
id | string | Venue type ID (used as venue_type_id in Screens and Locations) |
parent_id | string | null | ID of the parent venue type. null for level 1 |
level | integer | 1 = category, 2 = venue type, 3 = sub-venue type |
selectable | boolean | Whether this type can be assigned to a Location or Screen |
description | string | null | Human-readable description of the venue type |