{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Date": "Thu, 22 Aug 2019 17:02:06 GMT", "Content-Type": "application/json; charset=utf-8", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS", "X-Requested-With": "", "Vary": "X-Requested-With, X-Flash-Messages", "Cache-Control": "no-cache, no-store, must-revalidate", "ETag": "W/\"7e110e3342a1851e1c24165f0173b96b\"", "X-Request-Id": "4acb4a28-61e9-4211-b68b-986aa060f9e6", "X-Runtime": "0.019056", "Expires": "0", "Content-Length": "3949" }, "request_method": "GET", "request_path": "/api/storefront/pages/summer-lookbook", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"id\": \"5d5eca8dd4322a04dfbf6f17\",\n \"name\": \"Summer Lookbook\",\n \"url\": \"http://www.example.com/api/storefront/pages/summer-lookbook\",\n \"browser_title\": \"Summer Lookbook\",\n \"meta_description\": \"Shop online for Workarea API products\",\n \"breadcrumbs\": [\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f1a\",\n \"url\": \"/api/storefront/taxons/5d5eca8ed4322a04dfbf6f1a\",\n \"name\": \"Home\",\n \"depth\": 0,\n \"navigable_url\": \"/\",\n \"parent_id\": null,\n \"parent_ids\": [\n\n ],\n \"position\": 0\n },\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f19\",\n \"url\": \"/api/storefront/taxons/5d5eca8ed4322a04dfbf6f19\",\n \"name\": \"Women\",\n \"depth\": 1,\n \"navigable_url\": \"www.example.com/women\",\n \"parent_id\": \"5d5eca8ed4322a04dfbf6f1a\",\n \"parent_ids\": [\n \"5d5eca8ed4322a04dfbf6f1a\"\n ],\n \"position\": 0\n },\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f1b\",\n \"url\": \"/api/storefront/taxons/5d5eca8ed4322a04dfbf6f1b\",\n \"name\": \"Summer Lookbook\",\n \"depth\": 2,\n \"navigable_url\": \"http://www.example.com/api/storefront/pages/summer-lookbook\",\n \"parent_id\": \"5d5eca8ed4322a04dfbf6f19\",\n \"parent_ids\": [\n \"5d5eca8ed4322a04dfbf6f1a\",\n \"5d5eca8ed4322a04dfbf6f19\"\n ],\n \"position\": 0\n }\n ],\n \"content_blocks\": [\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f1c\",\n \"type\": \"text\",\n \"area\": \"default\",\n \"data\": {\n \"text\": \"Great new looks for summer\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 0,\n \"html\": \"\\n\"\n },\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f1e\",\n \"type\": \"image\",\n \"area\": \"default\",\n \"data\": {\n \"image\": \"5d5eca8ed4322a04dfbf6f1d\",\n \"alt\": \"splash\",\n \"link\": \"\",\n \"align\": \"\",\n \"image_url\": \"http://www.example.com/media/W1siZiIsIjIwMTkvMDgvMjIvNXZuMG15bndyeV9maWxlLmpwZyJdLFsicCIsIm9wdGltIl1d/file.jpg?sha=02aee72d760d6f64\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 1,\n \"html\": \"\\n\"\n },\n {\n \"id\": \"5d5eca8ed4322a04dfbf6f1f\",\n \"type\": \"text\",\n \"area\": \"default\",\n \"data\": {\n \"text\": \"Pool party fashion\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 2,\n \"html\": \"\\n\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/storefront/pages/summer-lookbook\" -X GET " } ], "resource": "Pages", "description": "Showing a page", "route": "/api/storefront/pages/:slug", "http_method": "GET", "explanation": " This endpoint will return all relevant data for showing a content\n page.\n" }