Skip to main content

Overview

Many v2 responses can inline related objects or heavy fields with the expand query parameter, so you avoid a second request. By default these fields are omitted (or null).

Usage

Request multiple expansions by repeating the parameter (both forms work):
Comma-separated values (?expand=editedVersion,publishedVersion) are not supported — pass each value as its own expand parameter.

What each resource supports

A dotted option expands one level deeper: memberships.company inlines each membership and the company on it (it implies memberships). The same goes for memberships.user on a company.
For content versions, steps (flow body) and data (non-flow body) are heavy and only returned when expanded — see Content representation.