{ "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": "Wed, 21 Aug 2019 21:51:25 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/\"b335c3d987c8cfffce52ba5ef4f8ef55\"", "X-Request-Id": "f8120cc3-8209-49f2-934b-8e05337afa4c", "X-Runtime": "0.013205", "Expires": "0", "Content-Length": "1719" }, "request_method": "GET", "request_path": "/api/storefront/menus/5d5dbcddd4322a4b69d789e6", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"id\": \"5d5dbcddd4322a4b69d789e6\",\n \"name\": \"Men\",\n \"position\": 0,\n \"url\": \"/api/storefront/menus/5d5dbcddd4322a4b69d789e6\",\n \"taxon_url\": \"http://example.com/men\",\n \"content_blocks\": [\n {\n \"id\": \"5d5dbcddd4322a4b69d789e8\",\n \"type\": \"taxonomy\",\n \"area\": \"default\",\n \"data\": {\n \"start\": \"5d5dbcddd4322a4b69d789e4\",\n \"header\": \"\",\n \"show_starting_taxon\": true,\n \"image\": \"\",\n \"image_alt\": \"\",\n \"image_link\": \"\",\n \"image_position\": \"\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 0,\n \"html\": \"\\n\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/storefront/menus/5d5dbcddd4322a4b69d789e6\" -X GET " } ], "resource": "Menus", "description": "Showing a menu", "route": "/api/storefront/menus/:id", "explanation": " This endpoint will return all the data used to render a menu. This\n includes the corresponding content, as well a link to where the\n menu points at in the taxonomy.\n", "http_method": "GET" }