Skip to main content
Places resolve the locationId a class returns. Fetch the list once and key it by _id. Archived places are not returned. A class that references an archived place will have a locationId you cannot resolve — fall back to showing no location rather than treating it as an error. address is always present as an object, but each of street, city, postalCode, and country is independently nullable.
Only classes use places. Workshops carry their own address, and online classes have locationId: null.
_id
string

Opaque place ID, as referenced by a class's locationId.

Example:

"b8419fd7250ce6a3418df90b27ec5a41"

name
string
photo
string | null
description
string | null
address
object

A postal address. Every field is independently nullable.