{"id":155,"date":"2007-07-24T19:13:08","date_gmt":"2007-07-24T19:13:08","guid":{"rendered":"http:\/\/collaboriscom.wpengine.com\/?p=155"},"modified":"2022-08-10T15:46:40","modified_gmt":"2022-08-10T15:46:40","slug":"sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2","status":"publish","type":"post","link":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/","title":{"rendered":"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)"},"content":{"rendered":"<\/p>\n<h1 style=\"\">SharePoint Lessons Learned \u2013 Clearly Define a Deployment Baseline (Part 2)<\/h1>\n<p>In <a href=\"\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-1\/\" shape=\"rect\">part 1<\/a> of this post I talked about the principles behind the creation of a Deployment Baseline during the development of SharePoint based applications. In this post I\u2019m going to talk about how we, at Collaboris. normally group and categorise the different artefacts to create this baseline.<\/p>\n<p>This post assumes that you are familiar with the concepts of SharePoint Features, Site Definitions and Solution Packages. For a primer on these concepts please refer to <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/dd348394.aspx\" target=\"_blank\" shape=\"rect\" rel=\"noopener\">this page on MSDN.<\/a><\/p>\n<p>There has always been a lot of debate around the best way to deploy SharePoint applications. Some people do not like Site Definitions or Features and prefer to use Site Templates (.stp), others prefer xcopy deployment and others like me stick with Features and Site Definitions deployed using Solution Packages. I\u2019m not going into that debate here, I\u2019m simply going to describe the approach that we have been taking for the last few years without any regrets.<\/p>\n<p>As I mentioned on the first post I\u2019m a strong believer in using the SharePoint Features and Solution Framework for the delivery of SharePoint applications. We normally try to deploy most of the artefacts via Features which are activated via Site Definitions and deployed using Solution Packages (WSP). One of the biggest advantages of using WSPs as a delivery mechanism is that SharePoint will automatically deploy the WSP contents to all Web Front End servers on the Farm.<\/p>\n<p>We normally try to identify the deployment artefacts very early in the development lifecycle. Normally just after the initial requirements analysis. We use Mind Maps during this stage because they are very easy to produce and can quickly give you a high level overview of what needs to be delivered. We call these documents \u201cDeployment Artefacts Maps\u201d and we normally create two; one showing all the sites, pages, doc libraries and lists (see example below) and another with all the UI controls. These are dynamic documents that will evolve during the project lifecycle.<\/p>\n<p>&nbsp;<\/p>\n<p>These \u201cArtefact Maps\u201d together with a high level domain model (that helps me to understand the complexity of the data) allows us to size and cost the project from very early stages.<\/p>\n<p>The next step is to group the artefacts and define a deployment strategy for each group. We normally organise them into into three major groups:<\/p>\n<ol>\n<li>Infrastructure Artefacts (CSS, Style Images, Page Layouts, Site Columns, Master Pages, Content Types, List Templates, etc) \u2013 normally deployed via Features and CAML scripts and activated via Site Definitions (so that they are automatically activated when a site is created).<\/li>\n<li>Configuration Artefacts ( Permissions, Navigation, Search Scopes etc) \u2013 deployed via Features but using a mixture of CAML and custom code called from feature receivers to overcome some of the CAML limitations. This is where tools like SAF are most useful and can dramatically decrease the amount of effort require to deploy your application (SAF is a fully extendable XML framework that incorporates a series of custom actions that extend the functionality provided by CAML).<\/li>\n<li>Content Artefacts (documents, page layout content, content images, lists content etc) \u2013 we normally subdivide this into 4 subcategories:<\/li>\n<\/ol>\n<ul>\n<ul>\n<ul>\n<li>Static Content \u2013 This is content that it will not change and you want to be there from day one (when the site is first deployed). We normally use a feature with CAML to deploy this.<\/li>\n<li>Sample Content \u2013 It\u2019s a lot easier for business users to be given a site with some sample content that exemplifies how the site can be used. This content is deployed via a feature that can be manually activated by a site administrator.<\/li>\n<li>Test Content \u2013 normally created by the test team to cover all the different test scenarios. This content is created once and then manually activated by the test team (simply by activating a feature) in every test iteration.<\/li>\n<li>Dynamic\/Business content \u2013 This is content normally created by business users (sometimes even when the site is still under development). We deploy this content using a SAF deployment action that uses the CMP API to provision the content. One very important thing here is that our feature will only provision content (list items or documents) into an already existing list that has been created by an infrastructure feature (see point \u20181\u2019 above). This way we clearly keep a separation between infrastructure (the list template and instance) and content. This separation also helps delimiting the areas of responsibility between IT and the Business (IT department is responsible for infrastructure artefacts and business is responsible for content artefacts ).<\/li>\n<\/ul>\n<\/ul>\n<\/ul>\n<p>This was a very high level overview of how\u00a0at Collaboris we define a Deployment Baseline. The next step will be the creation of a Visual Studio solution to implement the deployment packages defined in this Baseline. But more on that on a future post.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SharePoint Lessons Learned \u2013 Clearly Define a Deployment Baseline (Part 2) In part 1 of this post I talked about the principles behind the creation of a Deployment Baseline during the development of SharePoint based applications. In this post I\u2019m going to talk about how we, at Collaboris. normally group and categorise the different artefacts [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2106,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"categories":[28],"tags":[],"class_list":["post-155","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sharepoint"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SharePoint Lessons learned - Part 2 - Collaboris<\/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:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)\" \/>\n<meta property=\"og:description\" content=\"SharePoint Lessons Learned \u2013 Clearly Define a Deployment Baseline (Part 2) In part 1 of this post I talked about the principles behind the creation of a Deployment Baseline during the development of SharePoint based applications. In this post I\u2019m going to talk about how we, at Collaboris. normally group and categorise the different artefacts [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Collaboris\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Collaboris\/\" \/>\n<meta property=\"article:published_time\" content=\"2007-07-24T19:13:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-10T15:46:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Hugo Esperanca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Collaboris\" \/>\n<meta name=\"twitter:site\" content=\"@Collaboris\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hugo Esperanca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\"},\"author\":{\"name\":\"Hugo Esperanca\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81\"},\"headline\":\"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)\",\"datePublished\":\"2007-07-24T19:13:08+00:00\",\"dateModified\":\"2022-08-10T15:46:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\"},\"wordCount\":812,\"publisher\":{\"@id\":\"https:\/\/www.collaboris.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"articleSection\":[\"SharePoint\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\",\"url\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\",\"name\":\"SharePoint Lessons learned - Part 2 - Collaboris\",\"isPartOf\":{\"@id\":\"https:\/\/www.collaboris.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"datePublished\":\"2007-07-24T19:13:08+00:00\",\"dateModified\":\"2022-08-10T15:46:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage\",\"url\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"contentUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png\",\"width\":820,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.collaboris.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.collaboris.com\/#website\",\"url\":\"https:\/\/www.collaboris.com\/\",\"name\":\"Collaboris\",\"description\":\"We make compliance simple\",\"publisher\":{\"@id\":\"https:\/\/www.collaboris.com\/#organization\"},\"alternateName\":\"DocRead\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.collaboris.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.collaboris.com\/#organization\",\"name\":\"Collaboris\",\"alternateName\":\"DocRead\",\"url\":\"https:\/\/www.collaboris.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png\",\"contentUrl\":\"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png\",\"width\":150,\"height\":40,\"caption\":\"Collaboris\"},\"image\":{\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Collaboris\/\",\"https:\/\/x.com\/Collaboris\",\"https:\/\/www.linkedin.com\/company\/collaboris\"],\"description\":\"Collaboris is a Software company that created a policy management tool called DocRead.\",\"email\":\"info@collaboris.com\",\"telephone\":\"02079935140\",\"legalName\":\"Collaboris Ltd\",\"foundingDate\":\"2007-12-03\",\"vatID\":\"GB928895360\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81\",\"name\":\"Hugo Esperanca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.collaboris.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g\",\"caption\":\"Hugo Esperanca\"},\"url\":\"https:\/\/www.collaboris.com\/author\/hugo\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SharePoint Lessons learned - Part 2 - Collaboris","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:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/","og_locale":"en_GB","og_type":"article","og_title":"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)","og_description":"SharePoint Lessons Learned \u2013 Clearly Define a Deployment Baseline (Part 2) In part 1 of this post I talked about the principles behind the creation of a Deployment Baseline during the development of SharePoint based applications. In this post I\u2019m going to talk about how we, at Collaboris. normally group and categorise the different artefacts [&hellip;]","og_url":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/","og_site_name":"Collaboris","article_publisher":"https:\/\/www.facebook.com\/Collaboris\/","article_published_time":"2007-07-24T19:13:08+00:00","article_modified_time":"2022-08-10T15:46:40+00:00","og_image":[{"width":820,"height":300,"url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","type":"image\/png"}],"author":"Hugo Esperanca","twitter_card":"summary_large_image","twitter_creator":"@Collaboris","twitter_site":"@Collaboris","twitter_misc":{"Written by":"Hugo Esperanca","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#article","isPartOf":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/"},"author":{"name":"Hugo Esperanca","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81"},"headline":"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)","datePublished":"2007-07-24T19:13:08+00:00","dateModified":"2022-08-10T15:46:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/"},"wordCount":812,"publisher":{"@id":"https:\/\/www.collaboris.com\/#organization"},"image":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","articleSection":["SharePoint"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/","url":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/","name":"SharePoint Lessons learned - Part 2 - Collaboris","isPartOf":{"@id":"https:\/\/www.collaboris.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage"},"image":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","datePublished":"2007-07-24T19:13:08+00:00","dateModified":"2022-08-10T15:46:40+00:00","breadcrumb":{"@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#primaryimage","url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","contentUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2016\/07\/blue_820x300_sharepoint_img.png","width":820,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.collaboris.com\/sharepoint-lessons-learned-clearly-define-a-deployment-baseline-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.collaboris.com\/"},{"@type":"ListItem","position":2,"name":"SharePoint Lessons Learned &ndash; Clearly Define a Deployment Baseline (Part 2)"}]},{"@type":"WebSite","@id":"https:\/\/www.collaboris.com\/#website","url":"https:\/\/www.collaboris.com\/","name":"Collaboris","description":"We make compliance simple","publisher":{"@id":"https:\/\/www.collaboris.com\/#organization"},"alternateName":"DocRead","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.collaboris.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.collaboris.com\/#organization","name":"Collaboris","alternateName":"DocRead","url":"https:\/\/www.collaboris.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png","contentUrl":"https:\/\/www.collaboris.com\/wp-content\/uploads\/2021\/05\/collaboris_logo_small.png","width":150,"height":40,"caption":"Collaboris"},"image":{"@id":"https:\/\/www.collaboris.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Collaboris\/","https:\/\/x.com\/Collaboris","https:\/\/www.linkedin.com\/company\/collaboris"],"description":"Collaboris is a Software company that created a policy management tool called DocRead.","email":"info@collaboris.com","telephone":"02079935140","legalName":"Collaboris Ltd","foundingDate":"2007-12-03","vatID":"GB928895360","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}},{"@type":"Person","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/f870363212c9f9d0c02bcd8b0bb84f81","name":"Hugo Esperanca","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.collaboris.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a476a96fe969976019d0f40d6b8910365b29f8d1fa4e352ddd61afe518a981b8?s=96&d=mm&r=g","caption":"Hugo Esperanca"},"url":"https:\/\/www.collaboris.com\/author\/hugo\/"}]}},"modified_by":"Helen Jones","_links":{"self":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":3,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/155\/revisions"}],"predecessor-version":[{"id":1373057,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/posts\/155\/revisions\/1373057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/media\/2106"}],"wp:attachment":[{"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/media?parent=155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/categories?post=155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.collaboris.com\/wp-json\/wp\/v2\/tags?post=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}