In the Evy API, some fields that reference other resources by their unique identifiers are expanded directly in the response. These fields include the full representation of the referenced resource alongside its ID.
Expanded resources are automatically included for selected fields where immediate access to related data improves clarity and reduces the need for additional API requests. Expansion is applied consistently and cannot be enabled or disabled manually.
Expanded resources do not belong to the parent resource. They are not part of its persisted data model and cannot be created, updated, or deleted through the parent. Each expanded resource remains a standalone object managed via its own API endpoints.
Expanded resources are read-only and informational. They cannot be listed, filtered, or queried through the parent resource. To interact with them directly, use their standard API methods.