Overview
Many v2 responses can inline related objects or heavy fields with theexpand
query parameter, so you avoid a second request. By default these fields are
omitted (or null).
Usage
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.