Skip to content

Does the API return related records automatically?

Updated 20 August 2026·1 views

Related records

No — the public API returns foreign key columns as their raw stored value (the referenced row''s key), not the expanded/populated record. If you need the related data, fetch it with a second request against that table''s endpoint.

Was this article helpful?