Enums and Lookups
Complete reference for enumeration types and lookup values used throughout the Nomad Media API.
Enums and Lookups
Overview
This reference documents the key enumerations and lookup types used throughout the API. Enum values are used in request parameters, response models, and filter criteria.
Canonical, test-validated sourceThe complete enum and lookup tables are maintained as a single canonical source in Enums and Lookups (SDK). Those tables are generated from the SDK catalog and validated against the live platform on every change, so they are kept in sync automatically. Use that page as the authoritative reference.
See Enums and Lookups (SDK) for the full set, including:
- Asset enums (
assetType, asset statuses, media types) - Search operators, sort types, and field buckets
- Batch actions
- Live channel statuses and lookup UUIDs
- Share, security, and import enums
Lookup Model
Many API responses include lookup values in the standard LookupModel format:
{
"id": "guid",
"description": "Display name"
}Lookups are used for categories, statuses, types, and other reference data throughout the system.
