{ "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, 27 Nov 2019 00:51:46 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-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:51:46 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "66b10ae3-c650-44c2-8b30-8947caed5178", "X-Runtime": "0.030716", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "1719" }, "request_method": "GET", "request_path": "/api/storefront/menus/5dddc8a21241596aa5204b96", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"id\": \"5dddc8a21241596aa5204b96\",\n \"name\": \"Men\",\n \"position\": 0,\n \"url\": \"/api/storefront/menus/5dddc8a21241596aa5204b96\",\n \"taxon_url\": \"http://example.com/men\",\n \"content_blocks\": [\n {\n \"id\": \"5dddc8a21241596aa5204b98\",\n \"type\": \"taxonomy\",\n \"area\": \"default\",\n \"data\": {\n \"start\": \"5dddc8a21241596aa5204b94\",\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/5dddc8a21241596aa5204b96\" -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
\nincludes the corresponding content, as well a link to where the
\nmenu points at in the taxonomy.

\n", "http_method": "GET" }