{"id":107,"date":"2014-11-25T14:21:47","date_gmt":"2014-11-25T14:21:47","guid":{"rendered":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/"},"modified":"2019-07-10T15:11:13","modified_gmt":"2019-07-10T15:11:13","slug":"my-iso-bom-is-combining-different-size-pipe-in-one-row","status":"publish","type":"post","link":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/","title":{"rendered":"My Iso BOM is combining different size pipe in one row!"},"content":{"rendered":"<p>When creating Isometric drawings in AutoCAD Plant 3D, you may have occasionally noticed something frustrating with the Bill of Materials (BOM). &#160;The BOM may show various size pipe on a single row and combines the total quantities of the different sizes. Argh!<\/p>\n<p><a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-pi\"><img decoding=\"async\" alt=\"Image1\" border=\"0\" class=\"asset  asset-image at-xid-6a00d835007d0b69e201b7c70f8ccc970b image-full img-responsive\" src=\"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\" title=\"Image1\" \/><\/a><\/p>\n<p>You would like them in separate rows:<\/p>\n<p><a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d09947cf970c-pi\"><img decoding=\"async\" alt=\"Image2\" border=\"0\" class=\"asset  asset-image at-xid-6a00d835007d0b69e201b8d09947cf970c image-full img-responsive\" src=\"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d09947cf970c-800wi\" title=\"Image2\" \/><\/a><\/p>\n<p>To adjust this requires a little xml editing in the IsoConfig.xml for the Iso Style being used. Here are the steps to do that editing:<\/p>\n<p><span style=\"color: #7f3f00;font-size: 10pt\"><em>(<span style=\"color: #ff0000\"><strong>Important<\/strong><\/span>: This is for advanced users and administrators. Improper editing of the project files could render your project unusable. Always backup your original files prior to customization. Beyond here, there be dragons!)<\/em><\/span><\/p>\n<p><span style=\"color: #7f3f00;font-size: 10pt\"><em> <a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d099c112970c-pi\"><img decoding=\"async\" alt=\"Dragons\" border=\"0\" class=\"asset  asset-image at-xid-6a00d835007d0b69e201b8d099c112970c image-full img-responsive\" src=\"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d099c112970c-800wi\" title=\"Dragons\" \/><\/a><br \/><\/em><\/span><\/p>\n<ol>\n<li>Open IsoConfig.xml in an xml editor.<\/li>\n<li>Using the tree view, expand the <strong>Data<\/strong> branch.<\/li>\n<li>Expand <strong>AggregatedLists<\/strong> under that.<\/li>\n<li>Expand the <strong>first AggregatedList<\/strong>. Its name should be \u201c<strong>Materials<\/strong>\u201d. This is the definition for the Materials list (BOM). If the name is not \u201cMaterials\u201d keep expanding nodes named AggregatedList until you find the one named \u201cMaterials\u201d.&#160;<\/li>\n<li>Expand <strong>Groups<\/strong> under this AggregatedList. This is the definitions for how each component group type is treated in the BOM.<\/li>\n<li>Expand the <strong>first Group<\/strong> under Groups. It should be called \u201c<strong>PIPE<\/strong>\u201d. Under this Group, expand the Columns node.<\/li>\n<li>Expand the <strong>Columns<\/strong> node and add a new column called \u201c<strong>Size<\/strong>\u201d. This will ensure it breaks out separate rows for items with different sizes in the BOM. It should look something like this:&#160; <a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d099c146970c-pi\"><img decoding=\"async\" alt=\"Image3\" border=\"0\" class=\"asset  asset-image at-xid-6a00d835007d0b69e201b8d099c146970c image-full img-responsive\" src=\"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d099c146970c-800wi\" title=\"Image3\" \/><\/a><\/li>\n<li>\n<p>Repeat step #7 for all of the Groups in the XML file: PIPE, FITTINGS, OLETS, FLANGES, FASTENERS, VALVES, PIPE SUPPORTS.<\/p>\n<\/li>\n<\/ol>\n<p>Here is an <strong>Autodesk Screencast video<\/strong> with audio that demonstrates this:<\/p>\n<p style=\"text-align: center\">&#160;&#160; &#160;&#160;<\/p>\n<p><span style=\"color: #888888;background-color: #ffffff\"><a href=\"https:\/\/screencast.autodesk.com\/Main\/Details\/66b306d1-d67f-4ff0-90c8-7c309d195288\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color: #888888;background-color: #ffffff\"><strong>IsoConfig xml edit for BOM fix<\/strong><\/span><\/a><\/span><\/p>\n<p><em>(A special thanks to the infamous Joel Harris for his assistance in these murky \u2018xml editing\u2019 waters).<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When creating Isometric drawings in AutoCAD Plant 3D, you may have occasionally noticed something frustrating with the Bill of Materials (BOM). &#160;The BOM may show various size pipe on a single row and combines the total quantities of the different sizes. Argh!<\/p>\n<p><a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-pi\"><\/a><\/p>\n<p>You would like them in separate rows:<\/p>\n<p><a class=\"asset-img-link\" href=\"http:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b8d09947cf970c-pi\"><\/a><\/p>\n<p>To adjust this requires a little xml editing in the IsoConfig.xml for the Iso Style being used.<\/p>\n","protected":false},"author":26904,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-107","post","type-post","status-publish","format-standard","hentry","category-in-the-pipes"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>My Iso BOM is combining different size pipe in one row! - In the Pipes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"My Iso BOM is combining different size pipe in one row! - In the Pipes\" \/>\n<meta property=\"og:description\" content=\"When creating Isometric drawings in AutoCAD Plant 3D, you may have occasionally noticed something frustrating with the Bill of Materials (BOM). &#160;The BOM may show various size pipe on a single row and combines the total quantities of the different sizes. Argh! You would like them in separate rows: To adjust this requires a little xml editing in the IsoConfig.xml for the Iso Style being used.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/\" \/>\n<meta property=\"og:site_name\" content=\"In the Pipes\" \/>\n<meta property=\"article:published_time\" content=\"2014-11-25T14:21:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-10T15:11:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\" \/>\n<meta name=\"author\" content=\"martin stewart\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"martin stewart\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/\"},\"author\":{\"name\":\"martin stewart\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/#\\\/schema\\\/person\\\/0a7ab50d939b8039e58dd46b5c2f7173\"},\"headline\":\"My Iso BOM is combining different size pipe in one row!\",\"datePublished\":\"2014-11-25T14:21:47+00:00\",\"dateModified\":\"2019-07-10T15:11:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/\"},\"wordCount\":297,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/in-the-pipes.typepad.com\\\/.a\\\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\",\"articleSection\":[\"In the Pipes\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/\",\"url\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/\",\"name\":\"My Iso BOM is combining different size pipe in one row! - In the Pipes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/in-the-pipes.typepad.com\\\/.a\\\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\",\"datePublished\":\"2014-11-25T14:21:47+00:00\",\"dateModified\":\"2019-07-10T15:11:13+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/#\\\/schema\\\/person\\\/0a7ab50d939b8039e58dd46b5c2f7173\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#primaryimage\",\"url\":\"https:\\\/\\\/in-the-pipes.typepad.com\\\/.a\\\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\",\"contentUrl\":\"https:\\\/\\\/in-the-pipes.typepad.com\\\/.a\\\/6a00d835007d0b69e201b7c70f8ccc970b-800wi\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/2014\\\/11\\\/25\\\/my-iso-bom-is-combining-different-size-pipe-in-one-row\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"My Iso BOM is combining different size pipe in one row!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/#website\",\"url\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/\",\"name\":\"In the Pipes\",\"description\":\"Tips and Tricks from the Autodesk Product Support Team\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/#\\\/schema\\\/person\\\/0a7ab50d939b8039e58dd46b5c2f7173\",\"name\":\"martin stewart\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"martin stewart\"},\"url\":\"https:\\\/\\\/blogs.autodesk.com\\\/in-the-pipes\\\/author\\\/martin-stewart\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"My Iso BOM is combining different size pipe in one row! - In the Pipes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/","og_locale":"en_US","og_type":"article","og_title":"My Iso BOM is combining different size pipe in one row! - In the Pipes","og_description":"When creating Isometric drawings in AutoCAD Plant 3D, you may have occasionally noticed something frustrating with the Bill of Materials (BOM). &#160;The BOM may show various size pipe on a single row and combines the total quantities of the different sizes. Argh! You would like them in separate rows: To adjust this requires a little xml editing in the IsoConfig.xml for the Iso Style being used.","og_url":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/","og_site_name":"In the Pipes","article_published_time":"2014-11-25T14:21:47+00:00","article_modified_time":"2019-07-10T15:11:13+00:00","og_image":[{"url":"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi","type":"","width":"","height":""}],"author":"martin stewart","twitter_card":"summary_large_image","twitter_misc":{"Written by":"martin stewart","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#article","isPartOf":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/"},"author":{"name":"martin stewart","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/#\/schema\/person\/0a7ab50d939b8039e58dd46b5c2f7173"},"headline":"My Iso BOM is combining different size pipe in one row!","datePublished":"2014-11-25T14:21:47+00:00","dateModified":"2019-07-10T15:11:13+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/"},"wordCount":297,"commentCount":0,"image":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#primaryimage"},"thumbnailUrl":"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi","articleSection":["In the Pipes"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/","url":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/","name":"My Iso BOM is combining different size pipe in one row! - In the Pipes","isPartOf":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#primaryimage"},"image":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#primaryimage"},"thumbnailUrl":"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi","datePublished":"2014-11-25T14:21:47+00:00","dateModified":"2019-07-10T15:11:13+00:00","author":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/#\/schema\/person\/0a7ab50d939b8039e58dd46b5c2f7173"},"breadcrumb":{"@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#primaryimage","url":"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi","contentUrl":"https:\/\/in-the-pipes.typepad.com\/.a\/6a00d835007d0b69e201b7c70f8ccc970b-800wi"},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/2014\/11\/25\/my-iso-bom-is-combining-different-size-pipe-in-one-row\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.autodesk.com\/in-the-pipes\/"},{"@type":"ListItem","position":2,"name":"My Iso BOM is combining different size pipe in one row!"}]},{"@type":"WebSite","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/#website","url":"https:\/\/blogs.autodesk.com\/in-the-pipes\/","name":"In the Pipes","description":"Tips and Tricks from the Autodesk Product Support Team","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.autodesk.com\/in-the-pipes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blogs.autodesk.com\/in-the-pipes\/#\/schema\/person\/0a7ab50d939b8039e58dd46b5c2f7173","name":"martin stewart","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"martin stewart"},"url":"https:\/\/blogs.autodesk.com\/in-the-pipes\/author\/martin-stewart\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/posts\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/users\/26904"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/comments?post=107"}],"version-history":[{"count":0,"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/posts\/107\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/media?parent=107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/categories?post=107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.autodesk.com\/in-the-pipes\/wp-json\/wp\/v2\/tags?post=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}