# Get the content-tree of a Page Returns the content-tree of a page in json format. Endpoint: GET /content/draft/type/PAGE/reference/{page_id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `page_id` (integer) The resource ID of the Page Example: 123456789 ## Response 200 fields (application/json): - `id` (string) - `accountId` (integer) - `refId` (integer) - `createdAt` (string) - `type` (string) Enum: "PAGE" - `foleonDocId` (integer) - `content` (object) Example: {"row":{"497f6eca-6276-4993-bfeb-53cbbbba6f08":{"id":"497f6eca-6276-4993-bfeb-53cbbbba6f08","refs":[],"value":"","parent":{"id":"some-other-uuid","identity":"block"},"styles":{},"identity":"row"},"b0f56c35-aaa0-40c1-a6d3-9f01ee1e2b1c":{"id":"b0f56c35-aaa0-40c1-a6d3-9f01ee1e2b1c","refs":[],"value":"","parent":{"id":"another-parent","identity":"block"},"styles":{},"identity":"row"}},"column":{"c6e9f7a9-8327-4cf7-946b-58b1e0d3172f":{"id":"c6e9f7a9-8327-4cf7-946b-58b1e0d3172f","refs":[],"value":"","parent":{"id":"third-parent","identity":"block"},"styles":{},"identity":"column"}}} ## Response 400 fields ## Response 401 fields