{"info":{"_postman_id":"02ec9d75-6035-4cc7-8b6f-832d848d5c96","name":"TGS 4C Offshore API Documentation","description":"<html><head></head><body><p>The TGS 4C Offshore <strong>Web API</strong> allows you to integrate <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a> Offshore Renewable Intelligence directly into your own applications.</p>\n<img src=\"https://content.pstmn.io/1839b813-2ba8-47fb-8efa-c2dffbfc50fb/Rm9yZVNFRS1BUEkxLnBuZw==\">\n\n<p>To learn more about TGS 4C Offshore Web API, please continue read the documentation below.</p>\n<hr>\n<h1 id=\"what-is-a-rest-api\">What is a REST API?</h1>\n<p>API is short for ‘Application Programming Interface’ . An API is a set of rules that lets programs talk to each other, exposing data and functionality across the Internet in a consistent format.</p>\n<p>REST stands for ‘Representational State Transfer’. This is an architectural pattern that describes how distributed systems can expose a consistent interface. When people use the term ‘REST API’, they are generally referring to an API accessed using the HTTP protocol at a predefined set of URLs.</p>\n<p>These URLs represent various resources — any information or content accessed at that location, which can be returned as JSON, HTML, audio files, or images. Often resources have one or more methods that can be performed on them over HTTP, like <code>GET</code>, <code>POST</code>. The action represented by a <code>GET</code> is clear, we're getting data in response from the server back, but <code>POST</code> has a specific meaning, a <code>POST</code> method is to create a resource.</p>\n<blockquote>\n<p>For example, TGS 4C Offshore API provides many <code>GET</code> REST APIs calls for retrieving data relating to the Offshore Renewable Industry. In TGS 4C Offshore's ecosystem, each product has its own API endpoints, but you will work with each of them in roughly the same way, whether directly over HTTP or using TGS 4C Offshore’s helper libraries for several different programming languages. </p>\n</blockquote>\n<hr>\n<h1 id=\"working-with-tgs-4c-offshores-apis\">Working with TGS 4C Offshore’s APIs</h1>\n<blockquote>\n<p>Below you will find instructions on how to implement the TGS 4C Offshore's API endpoints accompanied by examples in various languages and their potential responses. </p>\n</blockquote>\n<h4 id=\"api-endpoints\">API endpoints</h4>\n<ul>\n<li><p><a href=\"#48d98817-eb78-4eae-8b1c-28798896bec9\">Offshore Wind Farm Intelligence</a></p>\n</li>\n<li><p><a href=\"#adb16d96-613d-42fa-890f-8b034b46f731\">Offshore Wind Turbine Intelligence</a></p>\n</li>\n<li><p><a href=\"#b9953a44-3701-459c-bd8e-ff007c14e234\">Offshore Wind Logistics Intelligence</a></p>\n</li>\n<li><p><a href=\"#864c106e-8753-4eae-b648-65d192c7a430\">Construction &amp; Heavy Maintenance Intelligence</a></p>\n</li>\n<li><p><a href=\"#e54f905d-3f1e-4468-a061-bdb2317cb736\">Subsea Cable Intelligence</a></p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/2743de79-ca2d-4510-a280-ad896987b1e7/Rm9yZVNFRSBBUEkgUmVsYXRpb25zICgxKS5wbmc=\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"What is a REST API?","slug":"what-is-a-rest-api"},{"content":"Working with TGS 4C Offshore’s APIs","slug":"working-with-tgs-4c-offshores-apis"}],"owner":"16239636","collectionId":"02ec9d75-6035-4cc7-8b6f-832d848d5c96","publishedId":"U16kpjp4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"144683"},"publishDate":"2021-09-11T15:15:33.000Z"},"item":[{"name":"Getting Started","item":[{"name":"Check Server Status","id":"286b0739-4da2-4e2f-967c-4224cd96cd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/status","description":"<p>This <code>GET</code> operation doesn't require any form of authentication and will allow you to check if the TGS 4C Offshore API is up and running and all systems are good to go.</p>\n","urlObject":{"path":["status"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"45b5f45f-70ad-49cc-a2c2-62ac0e23b6a5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cc3RhdHVz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 09 Sep 2021 13:25:51 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"\"server is up and running: 09/09/2021 14:25:51\""}],"_postman_id":"286b0739-4da2-4e2f-967c-4224cd96cd31"},{"name":"Retrieve Authorization Token","id":"3ceb8548-359f-4925-aa4e-0a93fb9c8c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"<username>","type":"text"},{"key":"password","value":"<password>","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"https://data.4coffshore.com/token","description":"<p>You use the <code>POST</code> operation on the above endpoint to request your <strong>unique Authorization Token</strong>, which is required to make authenticated REST API requests. Supply the following details in the <strong>'x-www-form-urlencoded'</strong> of the <strong>body</strong> whilst making your <code>POST</code> request.</p>\n","urlObject":{"path":["token"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"0f995a21-9528-4600-9a14-20afba1449dc","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"api_username","type":"text"},{"key":"password","value":"api_password","type":"text"},{"key":"grant_type","value":"password","type":"text"}]},"url":"https://data.4coffshore.com/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cdG9rZW4=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 08 Sep 2021 13:21:52 GMT"},{"key":"Content-Length","value":"382"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"aypVhbyh1aU_qG3mDBpyvwe3OydkWOX5NV6WbS6pFvLOB3bNjm8Bkzfqg0UJ1hzlJ9DN4LTdPjyR9YoWQRZHEVkfsPlGuecC4LYWEhiwnKhCZ7vkOKvyc15cPbKQXFls9jGWADjuemY4s1ViUUHEQJeTqWR2y_JUSLKLixwTjc_Lj0bjX5JNuGK7jlkjE4Ic-m-gvkFBcPkUGCqhY0wpPYqQUo_LQ2Isvq8ILzONNZBzhCepIsZDx1tGArb11io7EJsZ4SuS46zWkSsgOgUkKB-xm3OQK73S-2dbAgzbqdgxQcUkxwQ54XeyBdBbU7DtNTd\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 120\n}"}],"_postman_id":"3ceb8548-359f-4925-aa4e-0a93fb9c8c5b"},{"name":"Verify Token Authentication","id":"f822685e-5d84-4897-829f-c68d1281057e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/authenticate","description":"<p>You use the <code>GET</code> operation on the above endpoint to test and verify if your <strong>unique Authorization Token</strong> is active and authorised to use the TGS 4C Offshore API</p>\n","urlObject":{"path":["authenticate"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"3f25ebf8-01d4-4654-9eff-adc3d0ec357e","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer aypVhbyh1aU_qG3mDBpyvwOydkWOX5NV6WbS6pFvLOB3bNjm8Bkzfqg0UJ1hzlJ9DN4LTdPjyR9YoWQRZHEVkfsPlGuecC4LYWEhiwnKhCZ7vkOKvyc15cPbKQXFls9jGWADjuemY4s1ViUUHEQJeTqWR2y_JUSLKLixwTjc_Lj0bjX5JNuGK7jlkjE4Ic-m-gvkFBcPkUGCqhY0wpPYqQUo_LQ2Isvq8ILzONNZBzhCepIsZDx1tGArb11io7EJsZ4SuS46zWkSsgOgUkKB-xm3OQK73S-2dbAgzbqdgxQcUkxwQ54XeyBdBbU7DtNTd","description":"Pass in authentication token in the get request","type":"text","disabled":true}],"url":"https://data.4coffshore.com/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXV0aGVudGljYXRl?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 08 Sep 2021 13:22:37 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"\"Hello John Doe, your token has been approved.\""},{"id":"272eabb4-36b8-4d11-b090-b10e848222b5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/authenticate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXV0aGVudGljYXRl?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 10 Sep 2021 22:34:21 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f822685e-5d84-4897-829f-c68d1281057e"}],"id":"365f3e19-8642-4273-a9f0-40555262e946","description":"<p>Before you can start using the TGS 4C Offshore API, you need an active API account. A username and password is provided by our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a> which enables you to make a authentication request and receive an <strong>Bearer</strong> authentication token.</p>\n<h6 id=\"what-is-bearer-authentication\">What is Bearer Authentication?</h6>\n<p>Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens. The name “Bearer authentication” can be understood as “give access to the bearer of this token.” The bearer token is a cryptic string, usually generated by the server in response to a login request. The client must send this token in the <strong>Authorization header</strong> when making requests to protected resources as following:</p>\n<p><code>Authorization: Bearer</code></p>\n<p>Throughout the TGS 4C Offshore API dpcumentation, we will make references to which should be replaced by your own <strong>unique Authorization Token</strong> for example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Reference</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization: Bearer</code></td>\n<td><strong><code>aypVhbyh1aU_qG3mdfhDBpyvwOydkWOX5NV6WbS6pFvLOB3bNjm8Bkzfqg0Urr3J1hzlJ9DN4LTdPjyR9YoWQRZHEVkfsPlGuecC4LYWEhiwnKhCZ7vkOKvyc15cPbKQXFls9jGWADjuemY4s1ViUUHEQJeTqWR2y_JUSLKLixwTjc_Lj0bjX5JNuGK7jlkjE4Ic</code></strong></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2d588b02-4af2-4ff3-ba8a-1fb302ebe11d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ecc6affd-ca6d-42e9-93ad-c3a809907c4e","type":"text/javascript","exec":[""]}}],"_postman_id":"365f3e19-8642-4273-a9f0-40555262e946"},{"name":"Offshore Wind Farm Intelligence","item":[{"name":"Project Details","item":[{"name":"All Windfarms Project Details","id":"9faca78b-9019-4ab7-bbc2-c4bfbd8e3be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/windfarms","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","windfarms"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"34167942-eb41-4864-a7eb-573b4e05ee1c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/windfarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:24:18 GMT"},{"key":"Content-Length","value":"12315"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"OtherNames\": \"Durres\",\n        \"CountryName\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"Round\": null,\n        \"Region\": \"Durrës\",\n        \"Comments\": \"Blue H Technologies BV ceased trading in October 2012.\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"10 Oct 2012: Blue H Technologies cease trading.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Blue H Technologies BV\",\n        \"Developers\": \"Blue H Technologies BV\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 539,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Blue H\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": \"Blue H\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 154,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Floating: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": \"CNY 3590 million\",\n        \"ProjectCostCurrency\": \"CNY\",\n        \"ProjectCostMill\": 3590,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 36,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": 41.37278152,\n        \"Lon\": 19.23974125,\n        \"SeaName\": \"Adriatic Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 10,\n        \"FoundationTurbineTypeId\": 22,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AL\",\n        \"OwnersAlias\": \"Blue H\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2020-04-29T08:19:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 0.1279,\n        \"CAPEXEuroMillions\": 459.16100000000006,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": \"http://www.ixbang.com/content-1084819.html\",\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 5.981121,\n        \"WindSpeed150m\": 6.029377,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"Round\": null,\n        \"Region\": \"Unknown\",\n        \"Comments\": \"The project is a hybrid wind-wave power concept with a total capacity of 9MW for each Power Platform. The platform will consist of one wind turbine (up to 7MW) and 6 (up to 1.5MW) oscillating water column (OWC) wave devices. The design is for six or more 'energy islands' to be put together in an array.\",\n        \"Website\": \"http://www.globalrenewablesolutions.org/\",\n        \"MostRecentEvent\": \"01 Apr 2017: Global Renewable Solutions intends testing the power platform, minus wind turbine, off of the coast of Co. Mayo. Ireland in the second quarter of 2017.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Developers\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 7,\n        \"CapacityMWMin\": 3,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"FoundationsOnWindfarm\": \"1 x Gravity-Base\",\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 3,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": -38.36744554,\n        \"Lon\": 141.67465919,\n        \"SeaName\": \"Indian Ocean\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 8,\n        \"FoundationTurbineTypeId\": 3,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AU\",\n        \"OwnersAlias\": \"Global Renewable Solutions\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2018-10-15T14:59:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.36178,\n        \"WindSpeed150m\": 9.067899,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Victoria\",\n        \"Comments\": null,\n        \"Website\": \"http://www.starofthesouth.com.au\",\n        \"MostRecentEvent\": \"22 Mar 2021: Scoping for the environment assessments are underway. The relevant authorities are expected to publish a Scoping Opinion in the coming months. Developers must complete an Environmental Impact Statement (EIS) for the Australian Government and an Environmental Effects Statement (EES) for the State of Victoria. A separate license will also be sought from the Australian government to construct, operate and decommission the windfarm. The EIS and EES will be prepared between 2021 and 2022. Public review and submissions of the EIS and EES will take place in 2023 and a decision at Federal level from the Minister for the Environment and at State level from the Minister for Planning is expected 2024.\",\n        \"ParkConstructionStarts\": \"01 Jan 2027\",\n        \"OffshoreConstructionStarts\": \"01 Jan 2027\",\n        \"SubmittedForConsent\": \"01 Jan 2023\",\n        \"ConsentAuthorised\": \"31 Dec 2024\",\n        \"FinancialClose\": \"01 Jan 2025\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"01 Jan 2030\",\n        \"AnalystOffshoreStartYear\": 2027,\n        \"ModelledCapacityMW\": 2000,\n        \"AnalystConfidence\": \"Low\",\n        \"AnalystComments\": \"Star of the South, a partnership between Offshore Energy Pty Ltd. and Copenhagen Infrastructure Partners (CIP), are developing Australia’s first proposed offshore wind farm. The project area is located 7-25 km off the south coast of Gippsland, Victoria with a capacity of up to 2.2 GW. A exploration license was granted in March 2019 to undertake necessary technical and environmental studies. Scoping for the environment assessments are underway. The relevant authorities are expected to publish a Scoping Opinion in the coming months. Developers must complete an Environmental Impact Statement (EIS) for the Australian Government and an Environmental Effects Statement (EES) for the State of Victoria. A separate license will also be sought from the Australian government to construct, operate and decommission the windfarm. The EIS and EES will be prepared between 2021 and 2022. Public review and submissions of the EIS and EES will take place in 2023 and a decision at Federal level from the Minister for the Environment and at State level from the Minister for Planning is expected 2024. Subject to approvals and meeting feasibility requirements, Star of the South foresee reaching financial close and starting construction middle of the decade with full commissioning by the end of the decade; onshore construction will precede offshore construction. Construction and commissioning expected to take 3-5 Years, according to developers. Likely this time frame also includes onshore construction, hence offshore construction set for 2027.\\r\\n\\r\\nThe Australian Government is currently working on a new regulatory framework to enable offshore clean energy projects in the form of an Offshore Clean Energy Infrastructure Bill. An early consultation took place in early 2020. The legislative settings and framework aim to be in place in 2021. Australian offshore wind industry will also need to work around an incomplete supply chain. Star of the South will use a local supply chain where possible but will be reliant on imports for the main components which are not manufactured in Australia and expect to ultilise jack up vessels from established markets. \",\n        \"Owners\": \"Offshore Energy Pty Ltd,Copenhagen Infrastructure Partners\",\n        \"Developers\": \"Offshore Energy Pty Ltd,Copenhagen Infrastructure Partners\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 2000,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": 8,\n        \"TurbineMWMax\": 12,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 400,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": \"To date analysis is favouring monopiles with transition piece as the foundation type of choice.\",\n        \"CAPEX\": \"AUD 8000 million\",\n        \"ProjectCostCurrency\": \"AUD\",\n        \"ProjectCostMill\": 8000,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 17.6,\n        \"WaterDepthMaxM\": 50,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 7,\n        \"DistanceFromShoreAuto\": 15.6,\n        \"AreaSqKm\": 579.82,\n        \"Lat\": -38.78673865,\n        \"Lon\": 146.92342645,\n        \"SeaName\": \"Bass Strait\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": 4,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Latrobe Valley\",\n        \"LandingPoint\": \"Reeves Beach\",\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": 0,\n        \"DCCableLengthKm\": 0,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": \"Up to 13 AC export cables. Estimated 20-40km of offshore export cable, buried in the seabed where possible. Up to four AC substations could be required.\",\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": 80,\n        \"OnshoreCableComments\": \"The transmission route will come to shore around Reeves Beach and travel underground through Darriman, Giffard West and Hiamdale to the Latrobe Valley.  Up to four onshore substations may be required. Around 60-80km of onshore transmission line, mostly underground.\",\n        \"ExpectedLifeYears\": 25,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AU\",\n        \"OwnersAlias\": \"PensionDanmark (51%), Offshore Energy (49%)\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2027,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-30T10:02:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 0.6398,\n        \"CAPEXEuroMillions\": 5118.4000000000005,\n        \"CAPEXEuroMillionsPerMW\": 2.5592,\n        \"ProjectCostSource\": \"$8–10B https://treasury.gov.au/sites/default/files/2020-09/115786_BEYOND_ZERO_EMISSIONS_-_SUPPORTING_DOCUMENTATION.pdf\",\n        \"ProjectCostDate\": \"2020-09-01T01:00:00\",\n        \"WindSpeed100m\": 8.679696,\n        \"WindSpeed150m\": 9.031743,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"214333ac-b2a3-4a64-a8f3-887a3b76c69c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/windfarms"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9faca78b-9019-4ab7-bbc2-c4bfbd8e3be2"},{"name":"Windfarm Project Details by windfarmID","id":"e8ef7341-b616-4e26-b209-f2c3a1bf6677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/details?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"94a30299-5bde-4806-92c3-45a232f5dbd7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 08 Sep 2021 13:39:08 GMT"},{"key":"Content-Length","value":"4709"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"OtherNames\": \"GGOWL\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Round 2\",\n        \"Region\": \"England, East of England\",\n        \"Comments\": \"Project CAPEX cost derived from Fluor's end of year financial reports: 2008 saw an initial project cost of $1.8 billion, charges were then added to Fluor's accounts in 2010 ($343m), 2011 ($60m) and 2012 ($416m). Values were adjusted according to inflation and converted to GBP, bringing the April 2013 estimated CAPEX cost at around £1.883 billion.\\r\\n\\r\\nThe total estimated value of the Greater Gabbard Transmission Assets is £323,666,658 including financing and transaction costs (22nd November 2013); included in this value are the offshore substation, cables, onshore substation, connection costs, development, transaction costs and interest during construction.\",\n        \"Website\": \"http://www.sse.com/GreaterGabbard/\",\n        \"MostRecentEvent\": \"10 Mar 2021: Ziton completed a main component exchange campaign at Greater Gabbard, including 7 gearbox exchanges and one generator exchange. After a rough start, offering harsh winter weather, tricky sea bed conditions and long rotations, Ziton's Wind Server and technicians managed to battle through.\",\n        \"ParkConstructionStarts\": \"01 Jul 2009\",\n        \"OffshoreConstructionStarts\": \"01 Jul 2009\",\n        \"SubmittedForConsent\": \"01 Aug 2005\",\n        \"ConsentAuthorised\": \"01 Feb 2007\",\n        \"FinancialClose\": \"01 Feb 2008\",\n        \"FirstPower\": \"28 Dec 2010\",\n        \"FullCommissioning\": \"07 Aug 2013\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"ModelledCapacityMW\": 504,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"Owners\": \"RWE Renewables,SSE Renewables (formerly Airtricity)\",\n        \"Developers\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"Operators\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"CapacityMWMax\": 504,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"SWT-3.6-107 (Siemens)\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": \"Siemens\",\n        \"Model\": \"SWT-3.6-107\",\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 140,\n        \"TotalTurbineHeightM\": 131,\n        \"HubHeightM\": 77.5,\n        \"RotorDiamM\": 107,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationsOnWindfarm\": \"140 x Monopile\",\n        \"FoundationComments\": \"Typical embedment 32m.\\r\\nTransition piece - 23m tall, 5m diameter\",\n        \"CAPEX\": \"USD 2619 million\",\n        \"ProjectCostCurrency\": \"USD\",\n        \"ProjectCostMill\": 2619,\n        \"RevenueMechanism\": \"Renewables Obligation (RO) at 2 ROCs (Renewable Obligation Certificates)/MWh\",\n        \"RevenueDetails\": \"Revenue is estimated using 2019-20 ROC buy-out price of £48.78/ROC and wholesale electricity price of £50/MWh.\",\n        \"RevenueCurrency\": \"GBP\",\n        \"RevenueMWh\": 147.56,\n        \"RevenueEURMWh\": 168.65,\n        \"WaterDepthMinM\": 3.7,\n        \"WaterDepthMaxM\": 37,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 32,\n        \"DistanceFromShoreQuoted\": 36,\n        \"DistanceFromShoreAuto\": 32.5,\n        \"AreaSqKm\": 146.13,\n        \"Lat\": 51.88398379,\n        \"Lon\": 1.93583846,\n        \"SeaName\": \"North Sea, Southern North Sea (Thames)\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": \"Vlissingen (NL)\",\n        \"PortForOandM\": \"Harwich Navyard (GB), Lowestoft (GB)\",\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": 2,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Leiston 132kV Substation\",\n        \"LandingPoint\": \"Sizewell\",\n        \"NumExportCables\": 3,\n        \"CableLengthExportKm\": 45.5,\n        \"ExportAdditionalRequirementsKm\": 16,\n        \"ExportNominalVoltageKV\": 132,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": \"Spare export cable is stored in Harwich.\\r\\nA 16km connects the Galloper offshore substation (not wind farm) to the Inner Gabbard offshore substation.\",\n        \"CableLengthInfieldKm\": 153,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldCableComments\": \"With 48 Single Mode 9/125/245µm fibres. Class 2 stranded conductors with longitudinal water blocking; Semi conductive extruded conductor screen; Semi-conductive core screen; Copper tape metallic screen. Armour package comprising single layer galvanised steel wire. 4.2mm Polyethylene outer sheath.\\r\\nSpare cable stored with Offshore Marine Management and Harwich Dock Company.\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 0.59,\n        \"OnshoreCableComments\": \"132kV, 3 core cables.\",\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 5,\n        \"FoundationTurbineTypeId\": 1,\n        \"TurbineId\": 44,\n        \"SubsidyMechanismId\": 9,\n        \"TransmissionModelId\": 4,\n        \"Country\": \"GB\",\n        \"OwnersAlias\": \"RWE (50%), SSE (50%)\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2009,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-06-01T13:17:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 0.8267,\n        \"CAPEXEuroMillions\": 2165.1273,\n        \"CAPEXEuroMillionsPerMW\": 4.2958875,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 9.482421,\n        \"WindSpeed150m\": 9.821393,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"610d188f-eda9-46a1-afb7-20c10762e08d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e8ef7341-b616-4e26-b209-f2c3a1bf6677"},{"name":"All Windfarm Project Details by countryName","id":"9531449f-9b4e-4d27-b2f1-6bbff8378959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/details?countryName=Germany","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s) filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Germany"}],"variable":[]}},"response":[{"id":"bae45baa-26f2-4a9d-9153-97b70f6c8470","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?countryName=Germany","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"countryName","value":"Germany"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:56:21 GMT"},{"key":"Content-Length","value":"14883"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"OtherNames\": \"Borkum West I\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": null,\n        \"Region\": \"Exclusive Economic Zone 1 (DolWin) (BSH Cluster 2)\",\n        \"Comments\": \"Wind Park made up of  6 Multibrid M5000 turbines (Rotor Diameter 116m, Hub Height  90m Total height 148m, Tripod) and 6 REpower turbines (Rotor Diameter 126m, Hub Height  92m Total height 155m, Jacket). \\r\\nAn added benefit of the wind farm is that colonies of oysters, crabs and anemones have begun to populate the turbine bases.\",\n        \"Website\": \"http://www.alpha-ventus.de\",\n        \"MostRecentEvent\": \"01 Sep 2020: Solstad Offshore posted that the Normand Jarstein vessel was mobilised with an Ampelmann E 1000 ready to operate on the Alpha Ventus wind farm.\",\n        \"ParkConstructionStarts\": \"25 Jun 2008\",\n        \"OffshoreConstructionStarts\": \"25 Jun 2008\",\n        \"SubmittedForConsent\": \"08 Sep 1999\",\n        \"ConsentAuthorised\": \"09 Nov 2001\",\n        \"FinancialClose\": null,\n        \"FirstPower\": \"20 Aug 2009\",\n        \"FullCommissioning\": \"27 Apr 2010\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"ModelledCapacityMW\": 60,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"Owners\": \"RWE Renewables,EWE AG,Vattenfall Europe Windkraft GmbH\",\n        \"Developers\": \"Deutsche Offshore-Testfeld- und Infrastruktur GmbH &amp; Co. KG (DOTI)\",\n        \"Operators\": \"EWE AG\",\n        \"CapacityMWMax\": 60,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"6x Senvion 5M, 6x Adwen M5000\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": \"6x Senvion 5M, 6x Adwen M5000\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 12,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": 92,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Various\",\n        \"FoundationsOnWindfarm\": \"6 x Tripod, 6 x Jacket (Piled)\",\n        \"FoundationComments\": \"Tripod and Jacket. \\r\\nJackets: 6 x 500t 60x20x20m\\r\\nPre-piles: 24x75t 35-40m x 0.72m diameter\",\n        \"CAPEX\": \"EUR 250 million\",\n        \"ProjectCostCurrency\": \"EUR\",\n        \"ProjectCostMill\": 250,\n        \"RevenueMechanism\": \"Feed-in Tariff (EEG 2008)\",\n        \"RevenueDetails\": \"Alpha ventus received a 30 Million Euros capital grant subsidy from the BMU. Renumeration: 154 €/MWh for 12 years + 1.5 year on average (by turbine) due to depth of water & distance from shore, afterwards 35 €/MWh. Note that this reported renumeration does not reconcile with EEG at the time.\",\n        \"RevenueCurrency\": \"EUR\",\n        \"RevenueMWh\": 150,\n        \"RevenueEURMWh\": 150,\n        \"WaterDepthMinM\": 28,\n        \"WaterDepthMaxM\": 30,\n        \"DevDepthMinM\": 27,\n        \"DevDepthMaxM\": 27,\n        \"DistanceFromShoreQuoted\": 56,\n        \"DistanceFromShoreAuto\": 55.97,\n        \"AreaSqKm\": 3.93,\n        \"Lat\": 54.01089678,\n        \"Lon\": 6.60654332,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": \"Eemshaven (NL), Wilhelmshaven (DE)\",\n        \"PortForOandM\": \"Borkum (DE)\",\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Hagermarsch\",\n        \"LandingPoint\": \"Hilgenriedersiel\",\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 60,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": 110,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 16,\n        \"InfieldNominalVoltageKV\": 30,\n        \"InfieldCableComments\": \"TEKMAR bend restrictors\",\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": 20,\n        \"WindfarmStatusId\": 5,\n        \"FoundationTurbineTypeId\": 16,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": 45,\n        \"TransmissionModelId\": 8,\n        \"Country\": \"DE\",\n        \"OwnersAlias\": \"EWE (47.5%), Vattenfall (26.25%), RWE (26.25%)\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2008,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-12T11:13:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 1,\n        \"CAPEXEuroMillions\": 250,\n        \"CAPEXEuroMillionsPerMW\": 4.166666666666667,\n        \"ProjectCostSource\": \"http://www.alpha-ventus.de/index.php?id=80\",\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 9.865933,\n        \"WindSpeed150m\": 10.200944,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"DE02\",\n        \"Name\": \"DanTysk\",\n        \"OtherNames\": \"Dan Tysk, Dantysk\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": null,\n        \"Region\": \"Exclusive Economic Zone 2 (SylWin) (BSH Cluster 5)\",\n        \"Comments\": \"A bubble curtain was used during the piling of the monopiles.\",\n        \"Website\": \"http://www.dantysk.com/\",\n        \"MostRecentEvent\": \"01 Jun 2021: Vattenfall launched a tender that will seek helicopter crew transfer services for the DanTysk, Sandbank and Horns Rev 1 offshore wind farms. The contract is expected to start on 1st June 2021 and last for two years, with the option to extend two times by one year. The helicopter will need to be available 365 days a year and will be used to transfer crews between Esbjerg Heliport and the accommodation platform at DanTysk and Sandbank offshore wind farms.\",\n        \"ParkConstructionStarts\": \"20 Jan 2013\",\n        \"OffshoreConstructionStarts\": \"20 Jan 2013\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"23 Aug 2005\",\n        \"FinancialClose\": \"01 Oct 2010\",\n        \"FirstPower\": \"30 Jun 2014\",\n        \"FullCommissioning\": \"30 Apr 2015\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"ModelledCapacityMW\": 288,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"Owners\": \"Stadtwerke München GmbH,Vattenfall AB\",\n        \"Developers\": \"DanTysk Offshore Wind GmbH\",\n        \"Operators\": \"DanTysk Offshore Wind GmbH\",\n        \"CapacityMWMax\": 288,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"SWT-3.6-120 (Siemens)\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": \"Siemens\",\n        \"Model\": \"SWT-3.6-120\",\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 80,\n        \"TotalTurbineHeightM\": 148,\n        \"HubHeightM\": 88,\n        \"RotorDiamM\": 120,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationsOnWindfarm\": \"80 x Monopile\",\n        \"FoundationComments\": \"The monopiles are up to 65m in length and 5.94m in diameter, weighing up to 730t each.\\r\\nTransition pieces are 27m long, diameter 6.3 (base), 5m (top), weigh up to 286 tons.\",\n        \"CAPEX\": \"EUR 1000 million\",\n        \"ProjectCostCurrency\": \"EUR\",\n        \"ProjectCostMill\": 1000,\n        \"RevenueMechanism\": \"Market Premium (EEG 2014)\",\n        \"RevenueDetails\": \"Under EEG 2014 projects receive 15.4ct/kWh for the first 12 years or 19.4 ct/kWh for first eight years (compression model).  Payments can be extended by 0.5 months for each full nautical mile beyond 12 nautical miles that the installation is distanced from the shoreline, and by 1.7 months for each full metre of water depth beyond a water depth of 20 metres. During any period of extension, the payments are at the 15.4 ct/kWh level only. Project assumed here to use compression model.\",\n        \"RevenueCurrency\": \"EUR\",\n        \"RevenueMWh\": 194,\n        \"RevenueEURMWh\": 194,\n        \"WaterDepthMinM\": 21,\n        \"WaterDepthMaxM\": 29,\n        \"DevDepthMinM\": 21,\n        \"DevDepthMaxM\": 31,\n        \"DistanceFromShoreQuoted\": 70,\n        \"DistanceFromShoreAuto\": 74.3,\n        \"AreaSqKm\": 65.66,\n        \"Lat\": 55.13772274,\n        \"Lon\": 7.20076354,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": \"Esbjerg (DK), Vlissingen (NL)\",\n        \"PortForOandM\": \"Esbjerg (DK)\",\n        \"DedicatedPlatformName\": \" SylWin1\",\n        \"DedicatedPlatformType\": \" HVDC Converter Station\",\n        \"DedicatedPlatformPowerMW\": \" 864\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"GridConnectionPoint\": \"SylWin1 (alpha) offshore converter platform - Büttel (onshore) substation\",\n        \"LandingPoint\": \"Büsum\",\n        \"NumExportCables\": 2,\n        \"CableLengthExportKm\": 9.7,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": 155,\n        \"DCNumCables\": 0,\n        \"DCCableLengthKm\": 0,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": \"Connection from DanTysk substation to SylWin\",\n        \"CableLengthInfieldKm\": 111,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": 45,\n        \"OnshoreCableComments\": \"HVDC\",\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 5,\n        \"FoundationTurbineTypeId\": 1,\n        \"TurbineId\": 45,\n        \"SubsidyMechanismId\": 43,\n        \"TransmissionModelId\": 8,\n        \"Country\": \"DE\",\n        \"OwnersAlias\": \"Vattenfall (51%), Stadtwerke München (49%)\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2013,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-05-06T11:54:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 1,\n        \"CAPEXEuroMillions\": 1000,\n        \"CAPEXEuroMillionsPerMW\": 3.4722222222222223,\n        \"ProjectCostSource\": \"http://www.businessgreen.com/bg/news/1870019/vattenfall-invests-eur1bn-german-offshore-wind-project\",\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 10.030629,\n        \"WindSpeed150m\": 10.345235,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"DE03\",\n        \"Name\": \"Borkum Riffgrund 3\",\n        \"OtherNames\": \"German Cluster Offshore Windfarm 1, Borkum Riffgrund West 1, Borkum Riffgrund West 2, OWP West.\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmStatus\": \"Consent Application Submitted\",\n        \"Round\": \"WindSeeG: 1st and 2nd Tender\",\n        \"Region\": \"Exclusive Economic Zone 1 (DolWin) (BSH Cluster 1)\",\n        \"Comments\": \"Orsted was successful in the 2017 transitional auction with a bid of €0/MWh for the 240MW OWP West project and a €0/MWh bid for the 240MW Borkhum Riffgrund West 2 project. Orsted also won a grid connection for 420MW in April 2018 WindseeG transitional tender with a bid price of €0/MWh for Borkum Riffgrund West 1. Win was based on late delivery allowing leverage of new turbines and cluster scale economies. In September 2019 Orsted confirmed announced plans to merge the projects under the name Borkum Riffgrund 3 with a combined capacity of 900MW. Planning procedures and respective project comapnies will also be merged. \\r\\n\\r\\nØrsted and TenneT will implement a 66kV direct connection concept between the wind farm arrays and offshore converter platform DolWin epsilon. The new concept eliminates the need for Developers to build offshore substation platforms and for the TSOs to install 155kV export cabling between the substation and converter yielding cost savings. A grid connection to DolWin5 is expected to be ready in 2024 with the project due to reach full operations in 2024/25.\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"10 Dec 2020: Amazon has signed a 10 year PPA with Ørsted to off-take 250 MW of power from the Borkum Riffgrund 3 project.\",\n        \"ParkConstructionStarts\": \"01 Aug 2023\",\n        \"OffshoreConstructionStarts\": \"01 Aug 2023\",\n        \"SubmittedForConsent\": \"07 Nov 2017\",\n        \"ConsentAuthorised\": \"15 Apr 2014\",\n        \"FinancialClose\": \"01 Oct 2021\",\n        \"FirstPower\": \"31 Dec 2024\",\n        \"FullCommissioning\": \"31 Dec 2025\",\n        \"AnalystOffshoreStartYear\": 2023,\n        \"ModelledCapacityMW\": 900,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": \"Orsted was successful in the 2017 transitional auction with a bid of €0/MWh for the 240MW OWP West project and a €0/MWh bid for the 240MW Borkum Riffgrund West 2 project. Orsted also won a grid connection for 420MW in April 2018 WindseeG transitional tender with a bid price of €0/MWh for Borkum Riffgrund West 1. Win was based on late delivery allowing leverage of new turbines and cluster scale economies. In September 2019 Orsted announced plans to merge the projects under the name Borkum Riffgrund 3 with a combined capacity of 900MW. Planning procedures and respective project comapnies will also be merged. The final investment decision for the construction is still pending, expected 2021. Currently assumed start of the installation of the foundations in August 2023. A grid connection to DolWin5 is expected to be ready in 2024 with the project due to reach full operations in 2025. Ørsted and TenneT will implement a 66kV direct connection concept between the wind farm arrays and offshore converter platform DolWin epsilon. The new concept eliminates the need for Developers to build offshore substation platforms and for the TSOs to install 155kV export cabling between the substation and converter yielding cost savings.\",\n        \"Owners\": \"Ørsted A/S (formerly DONG Energy AS)\",\n        \"Developers\": null,\n        \"Operators\": null,\n        \"CapacityMWMax\": 900,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"SG 11.0-200 DD (Siemens Gamesa), Number not yet confirmed.\\r\\nmax 45 turbines in Borkum Riffgrund West 1, 18 in OWP West and Borkum Riffgrund West 2.\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SG 11.0-200 DD\",\n        \"TurbineOthers\": \"Number not yet confirmed.\\r\\nmax 45 turbines in Borkum Riffgrund West 1, 18 in OWP West and Borkum Riffgrund West 2.\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 11,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 81,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": 200,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": \"81 x Not Specified\",\n        \"FoundationComments\": \"Number of foundations assumes 81 turbines.\",\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": \"WindSeeG tender (EEG 2017)\",\n        \"RevenueDetails\": \"Orsted was successful in the 2017 transitional auction with a bid of €0/MWh for the 240MW OWP West project and a €0/MWh bid for the 240MW Borkhum Riffgrund West 2 project. Orsted also won a grid connection for 420MW in April 2018 WindseeG transitional tender with a bid price of €0/MWh for Borkum Riffgrund West 1.\\r\\n\\r\\nIn December 2019 Osted signed a 10 year PPA with Covestro for 100 MW.\\r\\nIn December 2020 Orsted signed a 10 year PPA with Amazon for 250 MW.\",\n        \"RevenueCurrency\": \"EUR\",\n        \"RevenueMWh\": 0,\n        \"RevenueEURMWh\": 0,\n        \"WaterDepthMinM\": 29,\n        \"WaterDepthMaxM\": 31,\n        \"DevDepthMinM\": 30,\n        \"DevDepthMaxM\": 35,\n        \"DistanceFromShoreQuoted\": 53,\n        \"DistanceFromShoreAuto\": 78.19,\n        \"AreaSqKm\": 59.61,\n        \"Lat\": 54.04622646,\n        \"Lon\": 6.19331525,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": \" DolWin5\",\n        \"DedicatedPlatformType\": \" HVDC Converter Station\",\n        \"DedicatedPlatformPowerMW\": \" 900\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"GridConnectionPoint\": \"DolWin5 (NOR-1-1)\",\n        \"LandingPoint\": null,\n        \"NumExportCables\": 0,\n        \"CableLengthExportKm\": 0,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": \"Ørsted and TenneT will implement a 66kV direct connection concept between the wind farm arrays and offshore converter platform DolWin epsilon. The new concept eliminates the need for Developers to build offshore substation platforms and for the TSOs to install 155kV export cabling between the substation and converter yielding cost savings. A grid connection to DolWin5 is expected to be ready in 2024 with the project due to reach full operations in 2024/25.\",\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": 66,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 2,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": 311,\n        \"SubsidyMechanismId\": 36,\n        \"TransmissionModelId\": 8,\n        \"Country\": \"DE\",\n        \"OwnersAlias\": \"Ørsted\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2023,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-05-07T12:31:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 9.871851,\n        \"WindSpeed150m\": 10.200421,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"9e4c6c56-16e9-4e21-be94-d15f3bcb692a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?countryName=Germany","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"countryName","value":"Germany"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:37:05 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9531449f-9b4e-4d27-b2f1-6bbff8378959"},{"name":"All Windfarms Project Details by sea","id":"73c4e425-cd05-4edb-93d2-37900755abfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/details?sea=Adriatic Sea","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s) filtered by the <code>sea</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"sea","value":"Adriatic Sea"}],"variable":[]}},"response":[{"id":"bc488358-c800-4b7d-b5d1-7e51261017e6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?sea=Adriatic Sea","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"sea","value":"Adriatic Sea"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:38:34 GMT"},{"key":"Content-Length","value":"8576"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"IT02\",\n        \"Name\": \"Brindisi\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Italy\",\n        \"WindfarmStatus\": \"Decommissioned\",\n        \"Round\": null,\n        \"Region\": \"Puglia\",\n        \"Comments\": \"Located near the site of the future Tricase project.\\r\\nFoundation type is based on a modified Tension Leg Platform (TLP) Floating Prototype known as Submerged Deepwater Platform (SDP)\",\n        \"Website\": \"http://www.bluehgroup.com/product/phase-2.php\",\n        \"MostRecentEvent\": \"01 Jan 2009: Decommissioned early 2009 after 6 months at sea.\",\n        \"ParkConstructionStarts\": \"01 Dec 2007\",\n        \"OffshoreConstructionStarts\": \"01 Dec 2007\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"02 Jan 2007\",\n        \"FinancialClose\": null,\n        \"FirstPower\": \"01 Jul 2008\",\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": 2007,\n        \"ModelledCapacityMW\": 0.08,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"Owners\": \"DUFENERGY ITALIA S.P.A.,Blue H Technologies BV\",\n        \"Developers\": \"Sky Saver S.R.L.\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 0.08,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"WES18 mk1 (WES)\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": \"WES\",\n        \"Model\": \"WES18 mk1\",\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 0.08,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TotalTurbineHeightM\": 43,\n        \"HubHeightM\": 34,\n        \"RotorDiamM\": 18,\n        \"Foundation\": \"Floating: Semi-Submersible Platform - Concrete\",\n        \"FoundationsOnWindfarm\": \"1 x Semi-Submersible Platform - Concrete\",\n        \"FoundationComments\": \"SDP (Submerged Deepwater Platform)\",\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 113,\n        \"WaterDepthMaxM\": 113,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": 21.3,\n        \"DistanceFromShoreAuto\": 17.12,\n        \"AreaSqKm\": null,\n        \"Lat\": 39.95910292,\n        \"Lon\": 18.64373418,\n        \"SeaName\": \"Adriatic Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 0,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 6,\n        \"FoundationTurbineTypeId\": 9,\n        \"TurbineId\": 59,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"IT\",\n        \"OwnersAlias\": \"Blue H (75%), DUFENERGY ITALIA (25%)\",\n        \"IsInPOP\": 1,\n        \"EstimatedStartInstallationYear\": 2007,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-05-25T14:09:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 7.568589,\n        \"WindSpeed150m\": 7.86977,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"HR03\",\n        \"Name\": \"Dubrovnik\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Croatia\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"Round\": null,\n        \"Region\": \"Dubrovnik-Neretva\",\n        \"Comments\": \"Blue H Technologies BV ceased trading in October 2012 and therefore this project is thought to be cancelled.\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"10 Oct 2012: blue H Technolgies cease trading.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Blue H Technologies BV\",\n        \"Developers\": \"Blue H Technologies BV\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 392,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 112,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Floating: Semi-Submersible Platform - Concrete\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": \"SDP (Submerged Deepwater Platform)\",\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 232,\n        \"WaterDepthMaxM\": 305,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": 26,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": 42.47287569,\n        \"Lon\": 17.94974986,\n        \"SeaName\": \"Adriatic Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 10,\n        \"FoundationTurbineTypeId\": 9,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"HR\",\n        \"OwnersAlias\": \"Blue H\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2018-10-15T14:59:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 6.703722,\n        \"WindSpeed150m\": 6.747802,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"HR01\",\n        \"Name\": \"Bilice\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Croatia\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"Round\": null,\n        \"Region\": \"Sibenik\",\n        \"Comments\": \"Blue H Technologies BV ceased trading in October 2012 and therefore this project is thought to be cancelled.\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"10 Oct 2012: blue H Technolgies cease trading.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Blue H Technologies BV\",\n        \"Developers\": \"Blue H Technologies BV\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 448,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 128,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Floating: Semi-Submersible Platform - Concrete\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": \"SDP (Submerged Deepwater Platform)\",\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 148,\n        \"WaterDepthMaxM\": 167,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": 40,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": 43.5598735,\n        \"Lon\": 15.3697671,\n        \"SeaName\": \"Adriatic Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 10,\n        \"FoundationTurbineTypeId\": 9,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"HR\",\n        \"OwnersAlias\": \"Blue H\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2018-10-15T14:59:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 7.353731,\n        \"WindSpeed150m\": 7.462412,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"5723253e-bba7-49a5-a67a-fc7a562e1e4d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?sea=Adriatic Sea","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"sea","value":"Adriatic Sea"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:39:33 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"73c4e425-cd05-4edb-93d2-37900755abfc"},{"name":"All Windfarms Project Details by owners","id":"84a20953-8aa1-4fa7-8514-968238743769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/details?Owners=Australis Energy Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s) filtered by the <code>owners</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"Owners","value":"Australis Energy Ltd"}],"variable":[]}},"response":[{"id":"d1120eef-a020-474e-aab6-d11fc6b5387d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?Owners=Australis Energy Ltd","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"Owners","value":"Australis Energy Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:44:38 GMT"},{"key":"Content-Length","value":"14282"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"AU06\",\n        \"Name\": \"Australis SA\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"South Australia\",\n        \"Comments\": null,\n        \"Website\": \"https://saoffshorewindfarm.com.au/\",\n        \"MostRecentEvent\": null,\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Australis Energy Ltd\",\n        \"Developers\": \"SA Offshore Windfarm Pty Ltd\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 600,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": null,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": null,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": -32.12740529,\n        \"Lon\": 131.34145377,\n        \"SeaName\": \"Indian Ocean\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AU\",\n        \"OwnersAlias\": \"Australis Energy Ltd\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-13T15:25:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.459748,\n        \"WindSpeed150m\": 8.718019,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"AU05\",\n        \"Name\": \"Australis VIC\",\n        \"OtherNames\": \"\\r\\nVIC Offshore Windfarm Project\",\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Victoria\",\n        \"Comments\": \"The proposed windfarm will be located approximately 5.5kms off the coast, 25kms west of Portland. Expected to generate approximately 2,200 gigawatt hours (GWh) of power output each year. Enough to power more than 330,000 Victorian homes. The location benefits from a powerful and consistent wind resource. Portland also has existing infrastructure that enables effective connection to Victoria’s electrical grid. The project will support the Victorian Government’s target of 50% renewables by 2030.\",\n        \"Website\": \"https://vicoffshorewindfarm.com.au/\",\n        \"MostRecentEvent\": null,\n        \"ParkConstructionStarts\": \"01 Jan 2025\",\n        \"OffshoreConstructionStarts\": \"01 Jan 2025\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"31 Dec 2024\",\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"01 Jan 2027\",\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Australis Energy Ltd\",\n        \"Developers\": \"VIC Offshore Windfarm Pty Ltd\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 495,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"The proposed 15MW turbines are approximately 150m tall to the centre of the rotor (nacelle). The blades are around 108m each in length, giving a base to blade tip height of around 260m.\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": \"The proposed 15MW turbines are approximately 150m tall to the centre of the rotor (nacelle). The blades are around 108m each in length, giving a base to blade tip height of around 260m.\",\n        \"TurbineMWMin\": 8,\n        \"TurbineMWMax\": 15,\n        \"NoTurbinesMin\": 33,\n        \"NoTurbinesMax\": 62,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": null,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": -38.17671677,\n        \"Lon\": 141.14133837,\n        \"SeaName\": \"Indian Ocean\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Heywood substation, or a new substation on the Portland to Heywood connecting grid line\",\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AU\",\n        \"OwnersAlias\": \"Australis Energy Ltd\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": 2025,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-13T15:19:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.871114,\n        \"WindSpeed150m\": 9.490682,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"AU04\",\n        \"Name\": \"Australis WA\",\n        \"OtherNames\": \"Western Australia Offshore Windfarm Project\",\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Western Australia\",\n        \"Comments\": \"The windfarm will be located approximately 5.5kms off the coast between Preston Beach and Binningup, 20kms north of Bunbury.  The offshore Project area is currently around 26,000 ha and the onshore Project area is 3,300 ha (totalling approx. 29,300ha). The Project area will be refined during future design stages. The onshore Project area covers residential, industrial and farm land near Binningup, Myalup and the Kemerton Strategic Industrial Area (SIA).\\r\\n\\r\\nThe area benefits from consistent wind resource (mean wind speeds greater than 8.5 m/s at 150m elevation), favourable bathymetry with water depths <20m (Max. water depth at turbine locations 16 m), and existing infrastructure that enables effective connection to Western Australia's South West Interconnector System (SWIS) electrical grid. In addition, the location is of preference due to the low population density.\",\n        \"Website\": \"https://waoffshorewindfarm.com.au/\",\n        \"MostRecentEvent\": \"09 Apr 2021: WA Offshore Windfarm Pty Ltd submitted a referral to the Western Australian Government under Part IV of the Environmental Protection Act 1986 (EP Act). A Preliminary Environmental Risk Review was conducted to identify EPA environmental factors that the Project may have a potentially significant impact on.\\r\\n\\r\\nThe 300 MW wind farm is expected to generate approximately 1,300 gigawatt hours (GWh) of power output each year. This is enough power to supply the equivalent of over 200,000 Western Australia homes.\\r\\n\\r\\nInitial design plans include:  \\r\\n·\\t20 to 37 turbines anticipated 8-15 MW unit capacity. Max. rotor diameter: 220m. Max. hub height 154 m. \\r\\n·\\tMonopile (or similar) foundations. Monopile foundations dimensions 6.5 – 8 m. Monopile foundations depth 30 – 50 m.\\r\\n·\\tAn offshore substation (66 - 132 – 330 kV) with monopile (or similar) foundations. Platform size 800m2.\\r\\n·\\tTotal length 66kVarray cables (dependent upon WTG size) 150 – 280 km\\r\\n·\\t330 kV Export Cables. Length 15 km. Burial depth 1-4m.\\r\\n·\\tOnshore cables\\r\\n·\\tAn onshore substation, which may include new transformers. Footprint 300 x 250 m (20 m high).\\r\\n·\\tNew overhead transmission line supplying energy generated from windfarm to the South West Interconnected System (SWIS), with additional equipment as required, which may include battery storage for fast frequency response to provide stability to the grid.\\r\\n\\r\\nThe windfarm will be located approximately 5.5kms off the coast between Preston Beach and Binningup, 20kms north of Bunbury.  The offshore Project area is currently around 26,000 ha and the onshore Project area is 3,300 ha (totalling approx. 29,300ha). The Project area will be refined during future design stages. The onshore Project area covers residential, industrial and farm land near Binningup, Myalup and the Kemerton Strategic Industrial Area (SIA).\\r\\n\\r\\nThe area benefits from consistent wind resource (mean wind speeds greater than 8.5 m/s at 150m elevation), favourable bathymetry with water depths <20m (Max. water depth at turbine locations 16 m), and existing infrastructure that enables effective connection to Western Australia's South West Interconnector System (SWIS) electrical grid. In addition, the location is of preference due to the low population density.\\r\\n\\r\\nSite selection for the landfall site and onshore infrastructure is ongoing although it will most likely be located at the southern end of the windfarm towards Myalup. The proposed connection point to the Western Australia's South West Interconnector System (SWIS) electrical grid is to the Kemerton substation (330 kV). The substation is located approximately 14 km east of nearest WTG (and 7.5km from the coast).\\r\\n\\r\\nThe project will require a range of environmental and statutory planning permits and consents. It is likely the project will be deemed a significant proposal and assessed under Part IV of the Western Australian Environmental Protection Act 1986 (EP Act) through a Public Environmental Review (PER). Planning approval will also be required under the Western Australian Planning and Development Act 2005 (P&D Act). The project will also require approval under the Commonwealth Environment Protection and Biodiversity Conservation Act 1999 (EPBC Act) for impacts to matters of national environmental significance (MNES).\",\n        \"ParkConstructionStarts\": \"01 Jan 2025\",\n        \"OffshoreConstructionStarts\": \"01 Jan 2025\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"31 Dec 2024\",\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"01 Jan 2027\",\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Australis Energy Ltd\",\n        \"Developers\": \"WA Offshore Windfarm Pty Ltd\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 300,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": 8,\n        \"TurbineMWMax\": 15,\n        \"NoTurbinesMin\": 20,\n        \"NoTurbinesMax\": 37,\n        \"TotalTurbineHeightM\": 264,\n        \"HubHeightM\": 154,\n        \"RotorDiamM\": 220,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": \"Monopile (or similar) foundations. Monopile foundations dimensions 6.5 – 8 m. Monopile foundations depth 30 – 50 m.\",\n        \"CAPEX\": \"AUD 1000 million\",\n        \"ProjectCostCurrency\": \"AUD\",\n        \"ProjectCostMill\": 1000,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 3.8,\n        \"WaterDepthMaxM\": 28,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": 5.5,\n        \"DistanceFromShoreAuto\": 8.16,\n        \"AreaSqKm\": 245.308341,\n        \"Lat\": -33.01924962,\n        \"Lon\": 115.58755576,\n        \"SeaName\": \"Indian Ocean\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Kemerton substation\",\n        \"LandingPoint\": \"Myalup\",\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": 15,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": \"330 kV Export Cables. Length 15 km. Burial depth 1-4m.\",\n        \"CableLengthInfieldKm\": 280,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": \"Total length 66kVarray cables (dependent upon WTG size) 150 – 280 km.\",\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": \"The onshore Project area covers residential, industrial and farm land near Binningup, Myalup and the Kemerton Strategic Industrial Area (SIA).\\r\\nSite selection for the landfall site and onshore infrastructure is ongoing although it will most likely be located at the southern end of the windfarm towards Myalup. The proposed connection point to the Western Australia's South West Interconnector System (SWIS) electrical grid is to the Kemerton substation (330 kV). The substation is located approximately 14 km east of nearest WTG (and 7.5km from the coast).\",\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 1,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"AU\",\n        \"OwnersAlias\": \"Australis Energy Ltd\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": 2025,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-13T15:16:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": 0.6398,\n        \"CAPEXEuroMillions\": 639.80000000000007,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": \"https://www.epa.wa.gov.au/sites/default/files/Referral_Documentation/278441-ENV-WA-RPT-004%20EPA%20Referral%20Supporting%20Information%20Report_0.pdf \",\n        \"ProjectCostDate\": \"2021-04-09T01:00:00\",\n        \"WindSpeed100m\": 8.495953,\n        \"WindSpeed150m\": 9.009639,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"de4e5b05-b0a6-4313-a4c5-cec0f0767650","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?Owners=Australis Energy Ltd","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"Owners","value":"Australis Energy Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:45:19 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"84a20953-8aa1-4fa7-8514-968238743769"},{"name":"All Windfarms Project Details by developer","id":"7e93f169-9a9e-4d80-b6c3-675004c1cabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/details?developers=Neoenergia","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s) filtered by the <code>developer</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"developers","value":"Neoenergia"}],"variable":[]}},"response":[{"id":"d9ad71cf-9cc3-4e40-918d-7d030ce29cec","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?developers=Neoenergia","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"developers","value":"Neoenergia"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:46:47 GMT"},{"key":"Content-Length","value":"9570"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmId\": \"BR29\",\n        \"Name\": \"Águas Claras\",\n        \"OtherNames\": \"Complexo Eólico Marítimo Águas Claras\",\n        \"CountryName\": \"Brazil\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Rio Grande do Sul\",\n        \"Comments\": \"Neoenergia (susidiary of Iberdrola) submitted an Environmental Impact Statement (RIMA/EIS) to IBAMA proposing a 3GW offshore wind complex off the coast of Rio de Janeiro.\\r\\n\\r\\nBased on the submitted EIS, Neoenergia is planning to develop this project in four stages, installing:\\r\\n- 750 MW of offshore wind capacity;\\r\\n- 50 units;\\r\\n- Potential wind turbine capacity: 15 MW;\\r\\n-21,055 ha per phase + 1,140 ha for the subsea cabling;\\r\\n- 1 offshore substation;\\r\\n- 220kV cabling\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"06 Jan 2020: Neoenergia submitted an Environmental Impact Statement (Rima) for this project to IBAMA.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Neoenergia\",\n        \"Developers\": \"Neoenergia\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 3000,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 200,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 27,\n        \"WaterDepthMaxM\": 52,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": null,\n        \"DistanceFromShoreAuto\": 26.12,\n        \"AreaSqKm\": 865.63,\n        \"Lat\": -29.86096154,\n        \"Lon\": -49.76433849,\n        \"SeaName\": \"Atlantic Ocean\",\n        \"Georegion\": \"South America\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"BR\",\n        \"OwnersAlias\": \"Iberdrola\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-12T11:16:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.802113,\n        \"WindSpeed150m\": 9.158288,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"BR28\",\n        \"Name\": \"Maravilha\",\n        \"OtherNames\": \"Complexo Eólico Maravilha\",\n        \"CountryName\": \"Brazil\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Rio de Janeiro\",\n        \"Comments\": \"Neoenergia (susidiary of Iberdrola) submitted an Environmental Impact Statement (RIMA/EIS) to IBAMA proposing a 3GW offshore wind complex off the coast of Rio de Janeiro.\\r\\n\\r\\nBased on the submitted EIS, Neoenergia is planning to develop this project in four stages, installing:\\r\\n- 750 MW of offshore wind capacity;\\r\\n- 50 units;\\r\\n- Potential wind turbine capacity: 15 MW;\\r\\n-19,274 ha per phase + 1,450 ha for the subsea cabling;\\r\\n- 1 offshore substation;\\r\\n- 220kV cabling\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"06 Jan 2020: Neoenergia submitted an Environmental Impact Statement (Rima) for this project to IBAMA.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Neoenergia\",\n        \"Developers\": \"Neoenergia\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 3000,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 200,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 14.7,\n        \"WaterDepthMaxM\": 54,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": null,\n        \"DistanceFromShoreAuto\": 40.06,\n        \"AreaSqKm\": 920.75858221,\n        \"Lat\": -21.88390845,\n        \"Lon\": -40.58703525,\n        \"SeaName\": \"Atlantic Ocean\",\n        \"Georegion\": \"South America\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"BR\",\n        \"OwnersAlias\": \"Iberdrola\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-12T11:16:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.347952,\n        \"WindSpeed150m\": 8.753809,\n        \"OtherGenerationConcepts\": null\n    },\n    {\n        \"WindfarmId\": \"BR27\",\n        \"Name\": \"Jangada\",\n        \"OtherNames\": \"Complexo Eolico Maritimo ao Jangada\",\n        \"CountryName\": \"Brazil\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Cearà\",\n        \"Comments\": \"Neoenergia (susidiary of Iberdrola) submitted an Environmental Impact Statement (RIMA/EIS) to IBAMA proposing a 3GW offshore wind complex off the coast of Ceará.\\r\\n\\r\\nBased on the submitted EIS, Neoenergia is planning to develop this project in four stages, installing:\\r\\n- 750 MW of offshore wind capacity;\\r\\n- 50 units;\\r\\n- Potential wind turbine capacity: 15 MW;\\r\\n-23,950 ha per phase + 1,245 ha for the subsea cabling;\\r\\n- 1 offshore substation;\\r\\n- 220kV cabling\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"06 Jan 2020: Neoenergia submitted an Environmental Impact Statement (Rima) for this project to IBAMA.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"ModelledCapacityMW\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"Owners\": \"Neoenergia\",\n        \"Developers\": \"Neoenergia\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 3000,\n        \"CapacityMWMin\": null,\n        \"TurbineModel\": \"Not Decided\",\n        \"IsEstimatedTurbine\": \"\",\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 200,\n        \"TotalTurbineHeightM\": null,\n        \"HubHeightM\": null,\n        \"RotorDiamM\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationsOnWindfarm\": null,\n        \"FoundationComments\": null,\n        \"CAPEX\": null,\n        \"ProjectCostCurrency\": null,\n        \"ProjectCostMill\": null,\n        \"RevenueMechanism\": null,\n        \"RevenueDetails\": null,\n        \"RevenueCurrency\": null,\n        \"RevenueMWh\": null,\n        \"RevenueEURMWh\": null,\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 50,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": null,\n        \"DistanceFromShoreAuto\": 38.77,\n        \"AreaSqKm\": 974.14,\n        \"Lat\": -2.85573837,\n        \"Lon\": -39.27325718,\n        \"SeaName\": \"Atlantic Ocean\",\n        \"Georegion\": \"South America\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"PortForInstallationBase\": null,\n        \"PortForOandM\": null,\n        \"DedicatedPlatformName\": null,\n        \"DedicatedPlatformType\": null,\n        \"DedicatedPlatformPowerMW\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementsKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementsKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"ExpectedLifeYears\": null,\n        \"WindfarmStatusId\": 1,\n        \"FoundationTurbineTypeId\": 21,\n        \"TurbineId\": null,\n        \"SubsidyMechanismId\": null,\n        \"TransmissionModelId\": null,\n        \"Country\": \"BR\",\n        \"OwnersAlias\": \"Iberdrola\",\n        \"IsInPOP\": 0,\n        \"EstimatedStartInstallationYear\": null,\n        \"IsOnHold\": false,\n        \"RowLastUpdated\": \"2021-04-12T11:15:00\",\n        \"ConverterID\": null,\n        \"CurrencyOverEuro\": null,\n        \"CAPEXEuroMillions\": null,\n        \"CAPEXEuroMillionsPerMW\": null,\n        \"ProjectCostSource\": null,\n        \"ProjectCostDate\": null,\n        \"WindSpeed100m\": 8.040243,\n        \"WindSpeed150m\": 8.141662,\n        \"OtherGenerationConcepts\": null\n    }\n]"},{"id":"7a99899b-1bff-48cc-b34e-f97b2b29de2d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/details?developers=Neoenergia","host":["https://data.4coffshore.com"],"path":["api","windfarms","details"],"query":[{"key":"developers","value":"Neoenergia"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:47:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7e93f169-9a9e-4d80-b6c3-675004c1cabb"}],"id":"40478d3c-5727-4cd2-a31d-76d19ef40347","description":"<p>The following endpoints allow you to retrieve the technical specifications of a single or multiple Offshore Wind Farm project(s)</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"271929bd-69d9-46a6-8a86-fef4bc04ecb3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c746acf-232f-4f6b-b3ef-6dad8481d385","type":"text/javascript","exec":[""]}}],"_postman_id":"40478d3c-5727-4cd2-a31d-76d19ef40347"},{"name":"Project Stakeholders","item":[{"name":"All Windfarm Stakeholders","id":"ac2c4f6c-0de0-40ee-b270-ef0a6aa7a4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders","description":"<p>This <code>GET</code> operation allows you to retrieve the stakeholders of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"a9fca650-51d9-4b1e-af83-0235a4bae49a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:08:38 GMT"},{"key":"Content-Length","value":"3774"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 1020,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"DateOfSource\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 14,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4740,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 5277,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Owner\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": \"Solely owned by Blue H Technologies BV (100%)\",\n        \"Stake\": \"100\",\n        \"CountUnit\": \"Percentage\",\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"DateOfSource\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 47,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4740,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:40:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 9575,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": \"539\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"DateOfSource\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4740,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:40:00\"\n    }\n]"},{"id":"5afe189d-e189-495e-a8d6-cefafbb441cd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ac2c4f6c-0de0-40ee-b270-ef0a6aa7a4eb"},{"name":"All Windfarm Stakeholders by windfarmID","id":"7aaa4885-1e4a-45dc-bb7c-f11d9622c216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of a specific Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"478d0578-8586-41dc-ab32-dcaeb9b5ada2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:08:26 GMT"},{"key":"Content-Length","value":"4152"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 8,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Operator\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": \"SSE responsible for day to day operations at Greater Gabbard. Mix of both Siemens and SSE technicians undertake turbine maintenance, with separate specialities.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.4coffshore.com\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Greater Gabbard Offshore Winds\",\n        \"OrganisationAddress\": \"Herring Market, Battery Green Road, Lowestoft, Suffolk, NR32 1BY, United Kingdom\",\n        \"OrganisationCity\": \"Lowestoft\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.sse.com/Greatergabbard/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 45,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 9594,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2018-02-20T11:48:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 127,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Manufacturer-Array Cabling\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"JDR Cable Systems Ltd\",\n        \"Client\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"ClientAnalysisName\": \"Greater Gabbard Offshore Winds\",\n        \"StakeDescription\": \"Supplied over 200km of  infield cabling.\",\n        \"Stake\": \"200\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.jdrcables.com/SubseaPowerCables/RenewableEnergySolutions/GreaterGabbardOffshoreWindfarm/default.aspx\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"JDR Cable\",\n        \"OrganisationAddress\": \"Littleport Innovation Park, Wisbech Road, Littleport, United Kingdom\",\n        \"OrganisationCity\": \"Littleport\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.jdrcables.com\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 36,\n        \"StakeholderInfrastructureCategoryId\": 2,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 1874,\n        \"ClientId\": 1462,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Array Cabling\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 137,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Developer\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": \"50/50 ownership between SSE Renewables and RWE npower renewables\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.scottish-southern.co.uk/SSEInternet/index.aspx?rightColHeader=30&id=15836\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Greater Gabbard Offshore Winds\",\n        \"OrganisationAddress\": \"No. 1 Forbury Place, 43 Forbury Road, Reading, RG1 3JH, United Kingdom\",\n        \"OrganisationCity\": \"Reading\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.sse.com/Greatergabbard/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 14,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 1462,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    }\n]"},{"id":"618585ef-4c3f-4589-9332-b3a4fae635c0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:10:33 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7aaa4885-1e4a-45dc-bb7c-f11d9622c216"},{"name":"All Windfarm Stakeholders by stakeholderType","id":"d95c56ee-b5c5-40ab-bf54-121b4087d23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?stakeholderType=Surveyor-Geophysical","description":"<p>This <code>GET</code> operation allows you to retrieve all involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>stakeholderType</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Surveyor-Geophysical"}],"variable":[]}},"response":[{"id":"97968205-c3e0-4eca-8ff4-7bf53791a2d8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?stakeholderType=Surveyor-Geophysical","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"stakeholderType","value":"Surveyor-Geophysical"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:08:11 GMT"},{"key":"Content-Length","value":"4176"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 2012,\n        \"WindfarmId\": \"DE13\",\n        \"Name\": \"Gode Wind 1 and 2\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Surveyor-Geophysical\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Geo-Engineering.Org GmbH\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": \"Multi-channel high resolution air gun seismics : Survey and Interpretation\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.geo-engineering.org/index.php?id=4-0&lng=en\",\n        \"DateOfSource\": \"20 Jun 2010\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Geo-Engineering\",\n        \"OrganisationAddress\": \"Geschwister-Schollstraße 10, Achim, D-28832, Germany\",\n        \"OrganisationCity\": \"Achim\",\n        \"OrganisationCountry\": \"Germany\",\n        \"Website\": \"http://www.Geo-Engineering.Org\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 52,\n        \"StakeholderInfrastructureCategoryId\": 19,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 7041,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Surveys\",\n        \"StakeholderCategoryId\": 11,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 1985,\n        \"WindfarmId\": \"UK42\",\n        \"Name\": \"Atlantic Array - phase one\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Surveyor-Geophysical\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Gardline Hydro\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.seawork.com/news/Seawork_Event_News101/latest_news/gardline_wins_geophysics_survey_work_on_atlantic_array_site\",\n        \"DateOfSource\": \"18 Mar 2010\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Boskalis\",\n        \"OrganisationAddress\": \"Endeavour House, Admiralty Road, Great Yarmouth, Norfolk, NR30 3NG, United Kingdom\",\n        \"OrganisationCity\": \"Great Yarmouth\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.gardlinemarinesciences.com/page/gardline-hydro\",\n        \"ParentOrganisation\": \"Royal Boskalis Westminister N.V.\",\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 52,\n        \"StakeholderInfrastructureCategoryId\": 19,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 6865,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Surveys\",\n        \"StakeholderCategoryId\": 11,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 1315,\n        \"WindfarmId\": \"UK33\",\n        \"Name\": \"West of Duddon Sands\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Surveyor-Geophysical\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Gardline Environmental Ltd\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": \"Bathymetric and analogue survey.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://docs.google.com/viewer?a=v&q=cache:4dm71Lcf_K0J:www.gardlinemarinesciences.com/media-centre/download-file/id/64+Aberdeen+Offshore+Wind+Farm+gardline&hl=en&gl=uk&pid=bl&srcid=ADGEESiayqN7-XG5WymXB7JgPhDyCvJtK4lTRUWE7UODUXNxYwoo4Jes8K_N23gJoSkWt7byhC\\uffff綬ᑨ\\uffff\\uffff\\u0002\",\n        \"DateOfSource\": \"12 Jan 2010\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Boskalis\",\n        \"OrganisationAddress\": \"Mariner House, Admiralty Road, Great Yarmouth, Norfolk, NR30 3NG, United Kingdom\",\n        \"OrganisationCity\": \"Great Yarmouth\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.gardlinemarinesciences.com\",\n        \"ParentOrganisation\": \"Royal Boskalis Westminister N.V.\",\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 52,\n        \"StakeholderInfrastructureCategoryId\": 19,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 7017,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Surveys\",\n        \"StakeholderCategoryId\": 11,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    }\n]"},{"id":"440f2fac-b63d-462a-8a60-811b2d83f4c8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?stakeholderType=Surveyor-Geophysical","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"stakeholderType","value":"Surveyor-Geophysical"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:10:44 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d95c56ee-b5c5-40ab-bf54-121b4087d23f"},{"name":"All Windfarm Stakeholders by subtypeCategory","id":"5c2ac170-5ee8-49dd-9a6b-e0105acd2def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?subtypeCategory=Foundation Type","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>subtypeCategory</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"subtypeCategory","value":"Foundation Type"}],"variable":[]}},"response":[{"id":"d091498d-29a4-4948-8d57-9737dfd57617","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?subtypeCategory=Foundation Type","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"subtypeCategory","value":"Foundation Type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:08:00 GMT"},{"key":"Content-Length","value":"3827"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 284,\n        \"WindfarmId\": \"UK20\",\n        \"Name\": \"Robin Rigg\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"EPC(I)-Foundation(turbine)\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"OrganisationName\": \"MT Højgaard A/S\",\n        \"Client\": \"E.ON Climate & Renewables UK Robin Rigg West Ltd\",\n        \"ClientAnalysisName\": \"E.ON\",\n        \"StakeDescription\": \"Design, build and install 62(60 Turbine + 2 Substation) Foundations/Transition pieces\",\n        \"Stake\": \"60\",\n        \"CountUnit\": \"Number of foundations supplied and installed\",\n        \"Source\": \"http://mth.com/Projects/Offshore/RobinRigg.aspx\",\n        \"DateOfSource\": \"02 Oct 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"MT Højgaard\",\n        \"OrganisationAddress\": \"Knud Hojgaard Vej 9 DK-2860, Soburg, Denmark\",\n        \"OrganisationCity\": \"Soburg\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://mth.com/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 86,\n        \"StakeholderInfrastructureCategoryId\": 5,\n        \"FoundationTurbineTypeId\": 1,\n        \"OrganisationId\": 4142,\n        \"ClientId\": 9124,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Foundations\",\n        \"StakeholderCategoryId\": 7,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-05-17T09:35:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 112,\n        \"WindfarmId\": \"UK45\",\n        \"Name\": \"Blyth\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Decommissioned\",\n        \"StakeholderType\": \"Installer-Foundation(turbine)\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"OrganisationName\": \"Seacore Limited\",\n        \"Client\": \"AMEC\",\n        \"ClientAnalysisName\": \"AMEC\",\n        \"StakeDescription\": \"Installation of two monopile foundations\",\n        \"Stake\": \"2\",\n        \"CountUnit\": \"Number of foundations\",\n        \"Source\": \"http://webarchive.nationalarchives.gov.uk/+/http://www.berr.gov.uk/files/file18015.pdf\",\n        \"DateOfSource\": \"01 Jan 2001\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Fugro\",\n        \"OrganisationAddress\": \"Lower Quay, Gweek, Helston, United Kingdom\",\n        \"OrganisationCity\": \"Helston\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.seacore.com\",\n        \"ParentOrganisation\": \"Fugro N.V\",\n        \"WindfarmStatusId\": 6,\n        \"StakeholderTypeId\": 22,\n        \"StakeholderInfrastructureCategoryId\": 5,\n        \"FoundationTurbineTypeId\": 1,\n        \"OrganisationId\": 3035,\n        \"ClientId\": 175,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Foundations\",\n        \"StakeholderCategoryId\": 4,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-05-21T15:08:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 92,\n        \"WindfarmId\": \"NO16\",\n        \"Name\": \"SWAY 2.6MW Test\",\n        \"Country\": \"Norway\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Manufacturer-Foundation(turbine)\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Floating: Spar Floater\",\n        \"OrganisationName\": \"SWAY A/S\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": \"1\",\n        \"CountUnit\": \"Number of foundations\",\n        \"Source\": \"http://sway.no\",\n        \"DateOfSource\": \"04 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"SWAY\",\n        \"OrganisationAddress\": \"C. Sundtsgt. 51, Bergen, NO-5004, Norway\",\n        \"OrganisationCity\": \"Bergen\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.sway.no/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 88,\n        \"StakeholderInfrastructureCategoryId\": 5,\n        \"FoundationTurbineTypeId\": 10,\n        \"OrganisationId\": 6767,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Foundations\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-05-22T10:28:00\"\n    }\n]"},{"id":"b7217787-52f6-48f7-bb04-5c352d5b20b5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?subtypeCategory=Foundation Type","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"subtypeCategory","value":"Foundation Type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:10:57 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5c2ac170-5ee8-49dd-9a6b-e0105acd2def"},{"name":"All Windfarm Stakeholders by organisatioName","id":"80146cd4-0e7c-4304-8cb7-5e8dd3f0500b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?organisationName=Kaplaaki Oy","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>organisatioName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"Kaplaaki Oy"}],"variable":[]}},"response":[{"id":"dd573af2-8009-4e7f-a80f-00453ad42034","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?organisationName=Kaplaaki Oy","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"organisationName","value":"Kaplaaki Oy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:07:48 GMT"},{"key":"Content-Length","value":"3827"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 9679,\n        \"WindfarmId\": \"FI02\",\n        \"Name\": \"Reposaaren tuulipuisto\",\n        \"Country\": \"Finland\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Kaplaaki Oy\",\n        \"Client\": \"Finnish Sea Service Oy\",\n        \"ClientAnalysisName\": \"Finnish Sea Service\",\n        \"StakeDescription\": \"NÖKÖ used to lay 3.8km 20kV export cable\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"Direct communication with Finnish Sea Service\",\n        \"DateOfSource\": \"01 Mar 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Kaplaaki Oy\",\n        \"OrganisationAddress\": \"Kungsgatan 31, Rauma, FI-26100, Finland\",\n        \"OrganisationCity\": \"Rauma\",\n        \"OrganisationCountry\": \"Finland\",\n        \"Website\": \"https://kaplaakioy.fi/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 60,\n        \"StakeholderInfrastructureCategoryId\": 12,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 7159,\n        \"ClientId\": 9000,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": 612,\n        \"StakeholderInfrastructureCategory\": \"Vessels - Cable Installation\",\n        \"StakeholderCategoryId\": 9,\n        \"VesselName\": \"NÖKÖ 1\",\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2020-03-10T12:01:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 27428,\n        \"WindfarmId\": \"FI03\",\n        \"Name\": \"Tahkoluoto\",\n        \"Country\": \"Finland\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Support\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Kaplaaki Oy\",\n        \"Client\": \"Jan de Nul Group\",\n        \"ClientAnalysisName\": \"Jan de Nul Group\",\n        \"StakeDescription\": \"NÖKÖ 1 assisted with seabed preparation.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.4coffshore.com\",\n        \"DateOfSource\": \"17 Mar 2017\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Kaplaaki Oy\",\n        \"OrganisationAddress\": \"Kungsgatan 31, Rauma, FI-26100, Finland\",\n        \"OrganisationCity\": \"Rauma\",\n        \"OrganisationCountry\": \"Finland\",\n        \"Website\": \"https://kaplaakioy.fi/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 70,\n        \"StakeholderInfrastructureCategoryId\": 6,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 7159,\n        \"ClientId\": 1859,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": 612,\n        \"StakeholderInfrastructureCategory\": \"Vessels - Other\",\n        \"StakeholderCategoryId\": 9,\n        \"VesselName\": \"NÖKÖ 1\",\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": \"2016-06-14T01:00:00\",\n        \"VesselEndDate\": \"2016-06-15T01:00:00\",\n        \"RowLastUpdated\": \"2017-06-05T17:00:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 27429,\n        \"WindfarmId\": \"FI25\",\n        \"Name\": \"Ajos\",\n        \"Country\": \"Finland\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Turbine Installation\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"SWT-3.3-130 (Siemens)\",\n        \"OrganisationName\": \"Kaplaaki Oy\",\n        \"Client\": \"Empower IM Oy\",\n        \"ClientAnalysisName\": \"Empower IM\",\n        \"StakeDescription\": \"NÖKÖ 1 provided construction support for the first three turbines.\",\n        \"Stake\": \"3\",\n        \"CountUnit\": \"Number of turbines installed\",\n        \"Source\": \"http://www.4coffshore.com\",\n        \"DateOfSource\": \"17 Mar 2017\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"Kaplaaki Oy\",\n        \"OrganisationAddress\": \"Kungsgatan 31, Rauma, FI-26100, Finland\",\n        \"OrganisationCity\": \"Rauma\",\n        \"OrganisationCountry\": \"Finland\",\n        \"Website\": \"https://kaplaakioy.fi/\",\n        \"ParentOrganisation\": null,\n        \"WindfarmStatusId\": 5,\n        \"StakeholderTypeId\": 77,\n        \"StakeholderInfrastructureCategoryId\": 13,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 7159,\n        \"ClientId\": 11804,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 235,\n        \"VesselId\": 612,\n        \"StakeholderInfrastructureCategory\": \"Vessels - Turbines\",\n        \"StakeholderCategoryId\": 9,\n        \"VesselName\": \"NÖKÖ 1\",\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": \"2016-07-10T01:00:00\",\n        \"VesselEndDate\": \"2016-08-19T01:00:00\",\n        \"RowLastUpdated\": \"2019-06-04T13:14:00\"\n    }\n]"},{"id":"3ba738fa-6bd8-4e7a-bf8c-195ff8efc3d1","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?organisationName=Kaplaaki Oy","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"organisationName","value":"Kaplaaki Oy"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:01 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"80146cd4-0e7c-4304-8cb7-5e8dd3f0500b"},{"name":"All Windfarm Stakeholders by clientName","id":"3be3d177-b2f7-469d-8028-2593dc10168c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?clientName=Southpoint Wind","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>clientName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientName","value":"Southpoint Wind"}],"variable":[]}},"response":[{"id":"4ee567e9-d83b-4cb5-b50f-0bcd8114167f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?clientName=Southpoint Wind","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"clientName","value":"Southpoint Wind"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:07:35 GMT"},{"key":"Content-Length","value":"4265"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 677,\n        \"WindfarmId\": \"CA02\",\n        \"Name\": \"Kingsville Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:54:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 678,\n        \"WindfarmId\": \"CA03\",\n        \"Name\": \"Union Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:54:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 679,\n        \"WindfarmId\": \"CA04\",\n        \"Name\": \"Leamington Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:55:00\"\n    }\n]"},{"id":"6167e692-e280-4ffb-a984-e4902dcfa564","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?clientName=Southpoint Wind","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"clientName","value":"Southpoint Wind"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:06 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3be3d177-b2f7-469d-8028-2593dc10168c"},{"name":"All Windfarm Stakeholders by clientAnalysisName","id":"0dd78810-2c9e-4e95-9fd0-e7dbc84de2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?clientAnalysisName=Southpoint Wind","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>clientAnalysisName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientAnalysisName","value":"Southpoint Wind"}],"variable":[]}},"response":[{"id":"8bd4104d-7896-4e2a-9178-ceaa019defe0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?clientAnalysisName=Southpoint Wind","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"clientAnalysisName","value":"Southpoint Wind"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:07:24 GMT"},{"key":"Content-Length","value":"4265"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 677,\n        \"WindfarmId\": \"CA02\",\n        \"Name\": \"Kingsville Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:54:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 678,\n        \"WindfarmId\": \"CA03\",\n        \"Name\": \"Union Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:54:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 679,\n        \"WindfarmId\": \"CA04\",\n        \"Name\": \"Leamington Pilot\",\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Manufacturer-Turbine\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"Not Decided\",\n        \"OrganisationName\": \"DeWind Inc\",\n        \"Client\": \"Southpoint Wind\",\n        \"ClientAnalysisName\": \"Southpoint Wind\",\n        \"StakeDescription\": \"Supply of 5 DeWind D8.2 Turbines\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Nominal capacity (MW)\",\n        \"Source\": \"http://www.southpointwind.com/files/SPW_Draft_Project_Description_Report_30MW.pdf\",\n        \"DateOfSource\": \"28 Aug 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"AnalysisName\": \"DSME\",\n        \"OrganisationAddress\": \"Composite Technology Corporation, 2026 McGaw Avenue, Irvine, California, CA 92614, United States of America\",\n        \"OrganisationCity\": \"Irvine\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.compositetechcorp.com/\",\n        \"ParentOrganisation\": \"Daewoo Shipbuilding & Marine Engineering (DSME) (대우조선해양)\",\n        \"WindfarmStatusId\": 8,\n        \"StakeholderTypeId\": 44,\n        \"StakeholderInfrastructureCategoryId\": 9,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 4891,\n        \"ClientId\": 4890,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": 11,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Turbines\",\n        \"StakeholderCategoryId\": 5,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2019-07-31T15:55:00\"\n    }\n]"},{"id":"294c370b-44ed-4a1f-b3d2-e7323b478f75","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?clientAnalysisName=Southpoint Wind","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"clientAnalysisName","value":"Southpoint Wind"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:10 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0dd78810-2c9e-4e95-9fd0-e7dbc84de2f8"},{"name":"All Windfarm Stakeholders by analysisName","id":"f90a48ff-dd3f-4682-b8e7-9de645cb3207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/stakeholders?analysisName=SGRE","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>analysisName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisName","value":"SGRE"}],"variable":[]}},"response":[{"id":"48eb316e-dce9-4041-b524-a183bfe6dad5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?analysisName=SGRE","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"analysisName","value":"SGRE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:07:08 GMT"},{"key":"Content-Length","value":"3569"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 67,\n        \"WindfarmId\": \"US78\",\n        \"Name\": \"Long Island 1\",\n        \"Country\": \"United States\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Winergy Power LLC\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.winergyllc.com/\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": \"Yes\",\n        \"AnalysisName\": \"SGRE\",\n        \"OrganisationAddress\": \"36-42 Newark St., Suite 402, Hoboken, NJ, United States of America\",\n        \"OrganisationCity\": \"Hoboken, NJ\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.winergyllc.com\",\n        \"ParentOrganisation\": \"Siemens AG\",\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 14,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 3927,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 76,\n        \"WindfarmId\": \"US77\",\n        \"Name\": \"Jones Beach\",\n        \"Country\": \"United States\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Winergy Power LLC\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.winergyllc.com/\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": \"Yes\",\n        \"AnalysisName\": \"SGRE\",\n        \"OrganisationAddress\": \"36-42 Newark St., Suite 402, Hoboken, NJ, United States of America\",\n        \"OrganisationCity\": \"Hoboken, NJ\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.winergyllc.com\",\n        \"ParentOrganisation\": \"Siemens AG\",\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 14,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 3927,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 78,\n        \"WindfarmId\": \"US13\",\n        \"Name\": \"Long Island 2\",\n        \"Country\": \"United States\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"OrganisationName\": \"Winergy Power LLC\",\n        \"Client\": null,\n        \"ClientAnalysisName\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.winergyllc.com/\",\n        \"DateOfSource\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": \"Yes\",\n        \"AnalysisName\": \"SGRE\",\n        \"OrganisationAddress\": \"36-42 Newark St., Suite 402, Hoboken, NJ, United States of America\",\n        \"OrganisationCity\": \"Hoboken, NJ\",\n        \"OrganisationCountry\": \"United States of America\",\n        \"Website\": \"http://www.winergyllc.com\",\n        \"ParentOrganisation\": \"Siemens AG\",\n        \"WindfarmStatusId\": 10,\n        \"StakeholderTypeId\": 14,\n        \"StakeholderInfrastructureCategoryId\": 1,\n        \"FoundationTurbineTypeId\": null,\n        \"OrganisationId\": 3927,\n        \"ClientId\": null,\n        \"RecordVisibilityId\": 1,\n        \"TurbineId\": null,\n        \"VesselId\": null,\n        \"StakeholderInfrastructureCategory\": \"Developers/Owners/Operators/BoP\",\n        \"StakeholderCategoryId\": 6,\n        \"VesselName\": null,\n        \"VesselOtherNames\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"RowLastUpdated\": \"2017-06-05T16:38:00\"\n    }\n]"},{"id":"9ae5c6bd-cde8-44c3-abed-93e17306641b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/stakeholders?analysisName=SGRE","host":["https://data.4coffshore.com"],"path":["api","windfarms","stakeholders"],"query":[{"key":"analysisName","value":"SGRE"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:13 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f90a48ff-dd3f-4682-b8e7-9de645cb3207"}],"id":"374119ff-fe7b-4232-a39f-711540381a5d","description":"<p>The following endpoints allow you to retrieve the stakeholders of a single or multiple Offshore Wind Farm project(s)</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f83abf3e-6b94-4ee2-bf46-fa2aba9bb1fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1036eec7-20b4-43d0-af91-2c09969ee920","type":"text/javascript","exec":[""]}}],"_postman_id":"374119ff-fe7b-4232-a39f-711540381a5d"},{"name":"Project Events","item":[{"name":"All Windfarm Events","id":"d06d1c6e-ff64-4f45-8002-caa43f398894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","windfarms","events"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"b4f4fac4-e46f-458d-ab75-33e0ed431642","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:05:59 GMT"},{"key":"Content-Length","value":"1690"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 8981,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"LifecycleEvent\": \"Cancellation -\",\n        \"EventDate\": \"10 Oct 2012\",\n        \"EventDescription\": \"Blue H Technologies cease trading.\",\n        \"InformationSource\": \"Direct Communication (20/09/2013)\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 70,\n        \"CategoryDescription\": \"Cancellation\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2012-10-10T00:00:00\",\n        \"RowLastUpdated\": \"2020-02-24T08:28:00\"\n    },\n    {\n        \"WindfarmEventId\": 11268,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"PrePlanning - Feasibility Study\",\n        \"EventDate\": \"01 Apr 2017\",\n        \"EventDescription\": \"Global Renewable Solutions intends testing the power platform, minus wind turbine, off of the coast of Co. Mayo. Ireland in the second quarter of 2017.\",\n        \"InformationSource\": \"http://www.globalrenewablesolutions.org/pages/projects.html\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 0,\n        \"CategoryDescription\": \"PrePlanning\",\n        \"EventTypeDetail\": \"Feasibility Study\",\n        \"EventDateRaw\": \"2017-04-01T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-07T16:00:00\"\n    },\n    {\n        \"WindfarmEventId\": 13156,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"01 Jan 2014\",\n        \"EventDescription\": \"Australian project put on hold as lack of policy framework for site development.\",\n        \"InformationSource\": \"http://www.theswitchreport.com.au/business/global-renewable-solutions/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2014-01-01T00:00:00\",\n        \"RowLastUpdated\": \"2016-05-27T12:19:00\"\n    }\n]"},{"id":"c866d840-0e41-4a05-a115-f6bdee7f6924","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d06d1c6e-ff64-4f45-8002-caa43f398894"},{"name":"All Windfarm Events by windfarmID","id":"99798686-6037-4ee7-9883-9a5c087e746f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve the milestones/events of a specific Offshore Wind Farm project via the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"87fa0069-ddd2-4f9a-acde-c8f045568f9b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:05:16 GMT"},{"key":"Content-Length","value":"53935"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 6408,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"01 Jul 2009\",\n        \"EventDescription\": \"Offshore installation started with the installation of the jackets for the substation.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2009-07-01T00:00:00\",\n        \"RowLastUpdated\": \"2019-10-29T15:49:00\"\n    },\n    {\n        \"WindfarmEventId\": 7697,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Met Mast/LiDAR\",\n        \"EventDate\": \"01 Sep 2005\",\n        \"EventDescription\": \"(GGMMZ) Installation of 50m Carl C A/s met mast and 1.8m x 59m x 136t monopile\",\n        \"InformationSource\": \"http://www.seacore.com/downloads/pdf/gabbard\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 35,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Met Mast/LiDAR\",\n        \"EventDateRaw\": \"2005-09-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 7699,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Met Mast/LiDAR\",\n        \"EventDate\": \"01 Aug 2011\",\n        \"EventDescription\": \"(IGMMX) Installation of met mast and foundation.\",\n        \"InformationSource\": \"http://www.bluestreamoffshore.com/projects/greater-gabbard-anode-ring-installation-project-2011\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 35,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Met Mast/LiDAR\",\n        \"EventDateRaw\": \"2011-08-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 7754,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"03 May 2011\",\n        \"EventDescription\": \"OMM immediately started work on installing 36 array cables after securing a contract with Fluor.\",\n        \"InformationSource\": \"http://www.offshoremm.com/services/projects/greater-gabbard/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2011-05-03T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 7779,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Export Cable\",\n        \"EventDate\": \"24 Jan 2013\",\n        \"EventDescription\": \"Repair works to the export cable - the cable had become exposed in places and concrete mattresses were installed to rectify this. This was first reported in early December 2013.\",\n        \"InformationSource\": \"http://www.seafish.org/media/771372/issue_05_2013_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 102,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Export Cable\",\n        \"EventDateRaw\": \"2013-01-24T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:30:00\"\n    },\n    {\n        \"WindfarmEventId\": 7783,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Failure - Foundation\",\n        \"EventDate\": \"17 Feb 2012\",\n        \"EventDescription\": \"It was found that up to 35 foundations were suspected to have welding defects and were considered inaccessible by technicians due to concerns over safety. To test for cracks, a tracer dye was added to the water inside the foundations and a ROV was used to monitor whether the dye was visible outside of the foundation.\",\n        \"InformationSource\": \"https://marinelicensing.marinemanagement.org.uk\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 203,\n        \"CategoryDescription\": \"Failure\",\n        \"EventTypeDetail\": \"Foundation\",\n        \"EventDateRaw\": \"2012-02-17T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:33:00\"\n    },\n    {\n        \"WindfarmEventId\": 8144,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"14 May 2013\",\n        \"EventDescription\": \"Fluor and Greater Gabbard Winds Ltd. reached an agreement to settle all outstanding claims on the construction of the offshore wind farm.\",\n        \"InformationSource\": \"http://newsroom.fluor.com/press-release/company/fluor-reaches-settlement-covering-all-outstanding-issues-greater-gabbard\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2013-05-14T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 27957,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Other\",\n        \"EventDate\": \"24 Jan 2019\",\n        \"EventDescription\": \"Jack-up vessel Wind Server will be conducting major component exchanges at Greater Gabbard offshore windfarm. Site work is due to be completed by 31st February.\",\n        \"InformationSource\": \"https://www.seafish.org/media/Issue_02_Renewable.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 109,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Other\",\n        \"EventDateRaw\": \"2019-01-24T00:00:00\",\n        \"RowLastUpdated\": \"2019-02-11T14:13:00\"\n    },\n    {\n        \"WindfarmEventId\": 28139,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Planning - Consultation\",\n        \"EventDate\": \"06 Feb 2019\",\n        \"EventDescription\": \"The Marine Management Organisation (MMO) is hosting a consultation on proposed modifications to the marine licenses for eight offshore wind farms as part of the Southern North Sea Site of Community Interest (SCI): Review of Consents. The SCI was designated for the protection of harbour porpoise in January 2017 and triggered a statutory review of consents for the Dudgeon, Greater Gabbard, Galloper, Hornsea Project Two, Creyke Beck A and B and Teesside A and B offshore wind farms. As part of the review a draft HRA, published 1st November 2018, concluded that the offshore wind farms will not have an adverse effect on the SCI but also that each relevant project’s marine licence is to be modified by inserting a suitable pre-construction condition (requiring a Site Integrity Plan (SIP)). The effect of the SIP would be to limit the windfarms to the parameters that have been assessed by the draft HRA. If these parameters are exceeded, then further assessment would be required. All interested parties are invited to review this new information and provide comments by 27th February 2019. BEIS and the MMO will respond to and publish the representations alongside the final HRA in the coming months.\",\n        \"InformationSource\": \"https://www.gov.uk/government/consultations/southern-north-sea-sci-proposed-marine-licence-condition\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 6,\n        \"CategoryDescription\": \"Planning\",\n        \"EventTypeDetail\": \"Consultation\",\n        \"EventDateRaw\": \"2019-02-06T00:00:00\",\n        \"RowLastUpdated\": \"2019-02-11T15:34:00\"\n    },\n    {\n        \"WindfarmEventId\": 28152,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"24 Jun 2018\",\n        \"EventDescription\": \"Seajacks Hydra carried out heavy maintenance work on site.\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2018-06-24T01:00:00\",\n        \"RowLastUpdated\": \"2019-02-12T11:17:00\"\n    },\n    {\n        \"WindfarmEventId\": 8742,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Fully Commissioned\",\n        \"EventDate\": \"07 Aug 2013\",\n        \"EventDescription\": \"The project was inaugurated on this day all 140 turbines are producing power.\",\n        \"InformationSource\": \"http://www.sse.com/PressReleases/2013/GreaterGabbardWindFarmOpening/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 43,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Fully Commissioned\",\n        \"EventDateRaw\": \"2013-08-07T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 9766,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"02 Aug 2009\",\n        \"EventDescription\": \"Installation of the foundations began.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2009-08-02T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 10027,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"01 Aug 2010\",\n        \"EventDescription\": \"Installation of the Galloper Offshore Substation began.\",\n        \"InformationSource\": \"http://www.seawayheavylifting.com.cy/pages/experience/offshore%20wind%20projects/Galloper%20Substation.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 36,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Offshore Substation\",\n        \"EventDateRaw\": \"2010-08-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 10028,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"23 Aug 2009\",\n        \"EventDescription\": \"Installation of the Gabbard Offshore Substation began.\",\n        \"InformationSource\": \"http://www.seawayheavylifting.com.cy/pages/experience/offshore%20wind%20projects/Galloper%20Substation.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 36,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Offshore Substation\",\n        \"EventDateRaw\": \"2009-08-23T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 10089,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Export Cable Installation\",\n        \"EventDate\": \"06 Oct 2010\",\n        \"EventDescription\": \"Installation of the first two export cables began.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 64,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Export Cable Installation\",\n        \"EventDateRaw\": \"2010-10-06T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10090,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Export Cable Installation\",\n        \"EventDate\": \"13 Nov 2010\",\n        \"EventDescription\": \"Subocean Group withdraw from export cable installation operations in an attempt to avoid bankruptcy. Two export cables have been installed, and a third remains.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 64,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Export Cable Installation\",\n        \"EventDateRaw\": \"2010-11-13T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10105,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"11 Mar 2014\",\n        \"EventDescription\": \"Seajacks Leviathan will be on site providing O&M services to eight of the turbines (IGB-03, IGB-01, IGE-06, IGF-01, IGI-09 GAF-02, GAD-07, GAE-07). Gearbox and main bearing failures are the cause of the maintenance campaign. The work is expected to last until 28th April 2014.\",\n        \"InformationSource\": \"Direct communication - 21/02/2014\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2014-03-11T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:21:00\"\n    },\n    {\n        \"WindfarmEventId\": 10321,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"30 Jul 2010\",\n        \"EventDescription\": \"130 monopiles were installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2010-07-30T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 10322,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"30 Jul 2010\",\n        \"EventDescription\": \"109 transition pieces were installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2010-07-30T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 10324,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"30 Jul 2010\",\n        \"EventDescription\": \"17 turbines were installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2010-07-30T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 10325,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"30 Jul 2010\",\n        \"EventDescription\": \"34 array cables had been installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2010-07-30T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10326,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"03 Dec 2010\",\n        \"EventDescription\": \"64 turbines were installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2010-12-03T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 10327,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"03 Dec 2010\",\n        \"EventDescription\": \"56 array cables had been installed.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2010-12-03T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10330,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"01 Apr 2010\",\n        \"EventDescription\": \"Subocean began the array cable lay utilising the Polar Prince.\",\n        \"InformationSource\": \"Notice to Mariners\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2010-04-01T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10331,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"13 Jan 2011\",\n        \"EventDescription\": \"Array cable installation by the Polar Prince is put on hold as Subocean goes into administration.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2011-01-13T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10332,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"24 Feb 2011\",\n        \"EventDescription\": \"Technocean took over array cable installation activities using the Polar Prince.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2011-02-24T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 10334,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"21 Oct 2011\",\n        \"EventDescription\": \"Polar Prince leaves Greater Gabbard after completing its share of array cable installation activities.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2011-10-21T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 11381,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Export Cable\",\n        \"EventDate\": \"15 Aug 2014\",\n        \"EventDescription\": \"Concrete mattress protection along the export cable route was examined by divers and ensured they were properly embedded following complaints from local fishermen following exposure; work is due to start on the 15th August using the Suffolk Spirit: Coastal Worker.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1286321/issue_18_2014_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 102,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Export Cable\",\n        \"EventDateRaw\": \"2014-08-15T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:17:00\"\n    },\n    {\n        \"WindfarmEventId\": 11399,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"22 Aug 2014\",\n        \"EventDescription\": \"Jack-up barge Leviathan performed maintenance on three turbines (GAD06, IGC-01, IGH-06) over the course of one month; it is suspected that Leviathan continued with work regarding gearbox and main bearing failures.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1286321/issue_18_2014_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2014-08-22T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:16:00\"\n    },\n    {\n        \"WindfarmEventId\": 11496,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"30 Sep 2014\",\n        \"EventDescription\": \"Fluor has issued a legal action against Shanghai Zhenhua Heavy Industry (ZPMC). Fluor subcontracted foundation manufacture to ZPMC and there was subsequent quality problems. Fluor had previously made a failed attempt to sue SSE and RWE. The original contract was for 234EUR but the lawsuit is to claim 250EUR for the original contract and for repair costs, delays and other losses.\",\n        \"InformationSource\": \"http://static.sse.com.cn/disclosure/listedinfo/announcement/c/2014-09-29/600320_20140930_1.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2014-09-30T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 11727,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Environmental and Seabed Monitoring\",\n        \"EventDate\": \"05 Nov 2014\",\n        \"EventDescription\": \"The vessel Channel Chieftain carried out a Bathemetric survey from 05/11/2014 - 12/11/2014.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1327081/issue_23_2014_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 42,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Environmental and Seabed Monitoring\",\n        \"EventDateRaw\": \"2014-11-05T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 12694,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Environmental and Seabed Monitoring\",\n        \"EventDate\": \"01 Apr 2015\",\n        \"EventDescription\": \"The Channel Chieftain V carried out bathymetric surveys at the wind farm for a period of one week.\",\n        \"InformationSource\": \"http://www.seafish.org.uk/media/1386549/issue_08_2015_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 42,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Environmental and Seabed Monitoring\",\n        \"EventDateRaw\": \"2015-04-01T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-20T11:55:00\"\n    },\n    {\n        \"WindfarmEventId\": 28383,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"06 May 2018\",\n        \"EventDescription\": \"Jack up vessel MPI Enterprise supported a maintenance campaign. During the work, the vessel became stuck on one turbine location.\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2018-05-06T01:00:00\",\n        \"RowLastUpdated\": \"2019-03-07T10:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 28421,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Array Cable\",\n        \"EventDate\": \"11 Mar 2019\",\n        \"EventDescription\": \"EDS and other contractors worked together to restore power during a planned outage at the wind farm. The EDS HV Group completed connection and testing of the array cable connecting to the substation during the outage.\",\n        \"InformationSource\": \"https://www.edshv.com/news/edshv-group-complete-connection-and-testing-during-planned-outage/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 101,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Array Cable\",\n        \"EventDateRaw\": \"2019-03-11T00:00:00\",\n        \"RowLastUpdated\": \"2019-03-29T14:22:00\"\n    },\n    {\n        \"WindfarmEventId\": 28716,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"27 Nov 2013\",\n        \"EventDescription\": \"Equitix announced: \\\"The consortium comprising Equitix, the UK-based developer, investor and fund manager, Balfour Beatty Investments, and AMP Capital, have today reached financial close on the £317 million Greater Gabbard offshore transmission project. Each holds a one third share of the project.\\\"\",\n        \"InformationSource\": \"http://www.equitix.co.uk/news2013.html\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2013-11-27T00:00:00\",\n        \"RowLastUpdated\": \"2019-04-30T14:18:00\"\n    },\n    {\n        \"WindfarmEventId\": 12994,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"31 May 2015\",\n        \"EventDescription\": \"Jack-up barge operations commenced and lasted until 14th June 2015. The work was under taken by the vessel A2SEA SEA CHALLENGER.\",\n        \"InformationSource\": \"http://www.seafish.org.uk/media/1402454/issue_12_2015_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2015-05-31T00:00:00\",\n        \"RowLastUpdated\": \"2019-03-11T10:50:00\"\n    },\n    {\n        \"WindfarmEventId\": 13401,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Turbine Service Agreement Expires\",\n        \"EventDate\": \"07 Aug 2018\",\n        \"EventDescription\": \"The order of 140x Siemens SWT-3.6-107 turbines came with a five-year service and warranty agreement.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 46,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Turbine Service Agreement Expires\",\n        \"EventDateRaw\": \"2018-08-07T00:00:00\",\n        \"RowLastUpdated\": \"2018-08-24T13:28:00\"\n    },\n    {\n        \"WindfarmEventId\": 13519,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"12 Jul 2015\",\n        \"EventDescription\": \"The A2SEA SEA INSTALLER undertook jack-up operations from 12-24th July 2015. Work took place at turbine IGJ03 and IGG06.\",\n        \"InformationSource\": \"http://www.seafish.org.uk/media/1410958/issue_15_2015_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2015-07-12T00:00:00\",\n        \"RowLastUpdated\": \"2019-03-11T10:48:00\"\n    },\n    {\n        \"WindfarmEventId\": 13520,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Environmental and Seabed Monitoring\",\n        \"EventDate\": \"14 Jul 2015\",\n        \"EventDescription\": \"The Channel Chieftain V carried out bathymetric surveys on the wind farm. Work commenced on the 14th July and lasted for a period of 2 Months.\",\n        \"InformationSource\": \"http://www.seafish.org.uk/media/1410958/issue_15_2015_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 42,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Environmental and Seabed Monitoring\",\n        \"EventDateRaw\": \"2015-07-14T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 14147,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"12 Apr 2011\",\n        \"EventDescription\": \"109 of the 140 turbines were installed. Seajacks Leviathan and Kraken have both left the project site; turbine installation would not resume until Leviathan returned.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2011-04-12T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 14148,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"25 Aug 2011\",\n        \"EventDescription\": \"Seajacks Leviathan returned to the project site to resume turbine installation activities: 31 turbines await installation.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2011-08-25T00:00:00\",\n        \"RowLastUpdated\": \"2015-09-03T12:09:00\"\n    },\n    {\n        \"WindfarmEventId\": 14466,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"22 Jan 2015\",\n        \"EventDescription\": \"The THV Galatea replaced the transformer on turbine IGH07. It was there for 2 days.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1459902/issue_22_2015_wind_renew.pdf\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2015-01-22T00:00:00\",\n        \"RowLastUpdated\": \"2016-01-08T09:14:00\"\n    },\n    {\n        \"WindfarmEventId\": 14808,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"18 Jan 2016\",\n        \"EventDescription\": \"Seajacks' vessel Kraken arrived on site to replace a transformer on turbine IGC10. The Kraken left on the 20/01/2016.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2016-01-18T00:00:00\",\n        \"RowLastUpdated\": \"2016-03-16T10:57:00\"\n    },\n    {\n        \"WindfarmEventId\": 15339,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Planning - Financial Close\",\n        \"EventDate\": \"01 Feb 2008\",\n        \"EventDescription\": \"It is estimated that financial close took place around this date.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 19,\n        \"CategoryDescription\": \"Planning\",\n        \"EventTypeDetail\": \"Financial Close\",\n        \"EventDateRaw\": \"2008-02-01T00:00:00\",\n        \"RowLastUpdated\": \"2016-03-02T14:13:00\"\n    },\n    {\n        \"WindfarmEventId\": 15796,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Performance Monitoring\",\n        \"EventDate\": \"31 Mar 2015\",\n        \"EventDescription\": \"In the period of April 2014 to March 2015 the offshore transmission assets, operated by Greater Gabbard OFTO plc, had an availability of 100% with an output of 1,729,217 MWh, implying a project capacity factor of 39.5%.\",\n        \"InformationSource\": \"https://www.ofgem.gov.uk/sites/default/files/docs/offshore_transmission_ofto_revenue_report_november_2015.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 45,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Performance Monitoring\",\n        \"EventDateRaw\": \"2015-03-31T00:00:00\",\n        \"RowLastUpdated\": \"2016-04-14T14:10:00\"\n    },\n    {\n        \"WindfarmEventId\": 30315,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"07 Sep 2019\",\n        \"EventDescription\": \"Jack-up vessel Neptune has arrived on Greater Gabbard to carry out heavy maintenance work. Component exchanges will take place at 5 turbines (IGE13, IGD02, IGF04, IGD12 ,IGB05). The vessel has permission to undertake dredging activities in case the legs get stuck in the seabed - 6 cubic metres per location is permitted.\",\n        \"InformationSource\": \"https://marinelicensing.marinemanagement.org.uk/mmofox5/fox/live/?thread_id=uf3cs61v5kn3bsoe91ofarel54ncb59beja5apo97sd458jbtleu42npmph4jip1pc5stp3uj0al904e4112fdpbdraecrhrvlir&resume=1\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2019-09-07T01:00:00\",\n        \"RowLastUpdated\": \"2019-09-30T11:28:00\"\n    },\n    {\n        \"WindfarmEventId\": 18337,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"07 Oct 2016\",\n        \"EventDescription\": \"The Technology and Construction Court in London made a ruling in principle that ZPMC has been found liable in contract for the cracks in some foundation components supplied to the windfarm. The court's ruling supports the claim filed by Flour. A case scheduled for next year will determine the level of damages.\\r\\n\\r\\nZPMC was ordered to pay £1.75m to Flour as way of an interim payment to help offset the costs of the case to date.\\r\\n\\r\\nOn 30/09/2014 Flour submitted legal action against ZPMC after Fluor subcontracted foundation manufacture to ZPMC and cracks were discovered on the foundations.\",\n        \"InformationSource\": \"http://www.bailii.org/ew/cases/EWHC/TCC/2016/2500.html\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2016-10-07T00:00:00\",\n        \"RowLastUpdated\": \"2016-10-28T14:41:00\"\n    },\n    {\n        \"WindfarmEventId\": 18373,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"19 Nov 2016\",\n        \"EventDescription\": \"The jack-up vessel Seajacks Leviathan will be onsite until 20th December working on turbines: IGD-04, IGD-03, IGI-06, IGH-07, IGI-08, IGG-08, IGH-01, GAC-07 and GAA-01. The nature of the work has not yet been disclosed.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1664619/issue_24_wind_renew_email.pdf\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2016-11-19T00:00:00\",\n        \"RowLastUpdated\": \"2016-12-15T11:49:00\"\n    },\n    {\n        \"WindfarmEventId\": 18560,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Foundation\",\n        \"EventDate\": \"01 Apr 2017\",\n        \"EventDescription\": \"ENGIE Fabricom plan to start repair works to the grouting of 20 foundations on the site.\",\n        \"InformationSource\": \"press release - 02/12/2016\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 103,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Foundation\",\n        \"EventDateRaw\": \"2017-04-01T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-07T15:49:00\"\n    },\n    {\n        \"WindfarmEventId\": 31995,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Performance Monitoring\",\n        \"EventDate\": \"01 Jan 2020\",\n        \"EventDescription\": \"The XO-450 Unmanned Surface Vessel (USV), owned and operated by XOCEAN, carried out seabed surveys on seven of the turbines at the 140-turbine wind farm, located 23 kilometres off the UK coast. The unmanned vessel is around the size of an average car (4.5 metres) and half its weight (750kg), and can be monitored and controlled 24/7 via a satellite connection by a team at an on-shore control centre. \",\n        \"InformationSource\": null,\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 45,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Performance Monitoring\",\n        \"EventDateRaw\": \"2020-01-01T00:00:00\",\n        \"RowLastUpdated\": \"2020-01-29T14:51:00\"\n    },\n    {\n        \"WindfarmEventId\": 33241,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"21 May 2020\",\n        \"EventDescription\": \"Major component replacements are to take place at Greater Gabbard (expected from 18th May, delayed) at 5 turbine locations: IGB07, IGD13, IGE09, IGF04, IGG01. Vessel Pacific Orca will be used. IGB07 and IGE09 require gearbox replacement, IGD13 requires gearbox + potential additional requirement, IGF04 requires gearbox and main shaft assembly (including main bearing) replacement and IGG01 needs the generator replacing. All five turbines will be stopped for works to take place.\",\n        \"InformationSource\": \"https://marinelicensing.marinemanagement.org.uk/mmofox5/fox/live/?thread_id=94n9ends6rifnj309o7nk96l3di5rf9rhlmqpg3septbf2ff0pha6rd18bll5vsh0p8f3crkkhg2tsmduqi69atkho7mhef4cjmv&resume=1 \",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2020-05-21T01:00:00\",\n        \"RowLastUpdated\": \"2020-05-19T13:42:00\"\n    },\n    {\n        \"WindfarmEventId\": 20159,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Decommissioning/Removal - Met Mast/LiDAR\",\n        \"EventDate\": \"16 Feb 2017\",\n        \"EventDescription\": \"Decommissioning of met-masts IGMMZ and IGMMX commenced. Work is scheduled to complete on 16th March 2017.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1676937/issue_03_renewable_new.pdf\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 61,\n        \"CategoryDescription\": \"Decommissioning\",\n        \"EventTypeDetail\": \"Met Mast/LiDAR\",\n        \"EventDateRaw\": \"2017-02-16T00:00:00\",\n        \"RowLastUpdated\": \"2017-02-17T16:32:00\"\n    },\n    {\n        \"WindfarmEventId\": 23726,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"29 Aug 2017\",\n        \"EventDescription\": \"Jack up vessel J/U WIND SERVER arrived on site between, after completing work at Teesside, to conduct component exchanges on 4 turbines. Operations were expected to last up to 11 days.\",\n        \"InformationSource\": \"http://www.seafish.org/media/1708585/issue_17_renewable_new.pdf?utm_medium=email&utm_campaign=Kingfisher%20Fortnightly%20Bulletin&utm_content=Kingfisher%20Fortnightly%20Bulletin+CID_1b9d7630002e1444b0bc4398a31a333d&utm_source=Campaign%20Monitor&utm_term=R\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2017-08-29T01:00:00\",\n        \"RowLastUpdated\": \"2019-03-11T10:44:00\"\n    },\n    {\n        \"WindfarmEventId\": 24338,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Inspection, Maintenance & Repair - Turbine\",\n        \"EventDate\": \"31 Aug 2017\",\n        \"EventDescription\": \"Altitec completed inspection and repairs on turbines at Greater Gabbard. The work this summer followed end of warranty (EOW) inspections carried out last year, and featured two teams operating on-site over a period of six weeks. The affected turbines remained operational right up until repairs were carried out, at which point they were taken offline until the repairs were completed. During this downtime, Altitec’s technicians inspected and treated blades for damage resulting from general wear and tear and lightning damage. In total, Altitec inspected 140 turbines at the site.  \",\n        \"InformationSource\": \"http://www.altitec.co.uk/2017/12/04/altitec-carries-out-specialist-healthcheck-at-greater-gabbard/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 100,\n        \"CategoryDescription\": \"Inspection, Maintenance & Repair\",\n        \"EventTypeDetail\": \"Turbine\",\n        \"EventDateRaw\": \"2017-08-31T01:00:00\",\n        \"RowLastUpdated\": \"2017-12-04T11:04:00\"\n    },\n    {\n        \"WindfarmEventId\": 25781,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"03 Nov 2017\",\n        \"EventDescription\": \"In January 2017 the Government submitted the Southern North Sea candidate Special Areas of Conservation (cSAC) to the European Commission to designate an area of the southern North Sea for the protection of harbour porpoise. The site covers an area of 36,951 km2 extending from the central North Sea, north of the Dogger Bank, to the Strait of Dover. It is estimated that the site potentially supports approximately 18,500 harbour porpoise. This designation has triggered a statutory duty, under the Habitats Regulations, a review of planning consents for a number of offshore wind farms to assess the impacts of these projects on the new cSAC with the option to decide whether to affirm, modify or revoke the consent accordingly. \\r\\n\\r\\nIt is considered that the most likely impacts from offshore wind farms that could affect the integrity of the site will be from sound caused during construction, operation or decommissioning activities e.g. piling, UXO clearance, vessels etc.\\r\\n\\r\\nEleven offshore wind farms were identified as meeting the criteria required by the regulations for a review of their consents to be undertaken (Dudgeon, Greater Gabbard, Galloper, Hornsea Project One, Hornsea Two, East Anglia One, Triton Knoll, Creyke Beck A and B, Teesside A and B) by the Department of Business, Energy and Industrial Strategy (BEIS) and the Marine Management Organisation (MMO).\\r\\n\\r\\nBEIS announced a call for information regarding the consent review, which ran between 6th October 2017 and 3rd November 2017. Stakeholders were invited to comment on both the indicative timeline for the review and the scoping document. On 5th December 2017 BEIS hosted a meeting with the objective to give key stakeholders the opportunity to discuss their responses to the BEIS review of consents call for information.\\r\\n\\r\\nResponses were received from Innogy, SSE, Scottish Power, Orsted, Vattenfall, Galloper Wind Farm ltd., Dudgeon Offshore Wind Limited, WWF, Renewable UK, Natural England etc. The general consensus was that the consultation timeframe was very limited considering the amount of work required by the developers and the significance of the review. Responses included a request for clarity regarding how the noise impacts will be assessed, what activities are included and the method for the selection of projects to be reviewed. Transparency of how the projects may be affected was also requested. Renewable UK expressed concerns at how any delays to projects caused by the review could result in missed CfD opportunities and negative impacts on supply chain commitments.\\r\\n\\r\\nThe Secretary of State will review the stakeholder responses and will draft a Habitats Regulations Assessment (HRA). The HRA will assess the potential effects from sound on harbour porpoise and their prey, i.e. fish species. The HRA was originally due to be published in February 2018 but this has been delayed.\",\n        \"InformationSource\": \"https://itportal.beis.gov.uk/EIP/pages/ola.htm\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2017-11-03T00:00:00\",\n        \"RowLastUpdated\": \"2018-11-13T15:46:00\"\n    },\n    {\n        \"WindfarmEventId\": 25792,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Other -\",\n        \"EventDate\": \"01 Nov 2018\",\n        \"EventDescription\": \"BEIS published the Draft HRA document relating to the review of consents for the Southern North Sea cSAC/SCI (candidate Special Area of Conservation / Site of Community Importance) designation. This was originally due to be published mid-2018 but was delayed.\\r\\n\\r\\nContext: \\r\\nIn January 2017 the Southern North Sea cSAC/SCI (candidate Special Area of Conservation / Site of Community Importance) was designated for the protection of harbour porpoise. When a new SAC is designated there is a statutory requirement for a review to be undertaken of certain projects, the consents for which were issued prior to the date of designation. As part of the review a Habitats Regulations Assessment (HRA) is required to determine any potential adverse effects of consented offshore wind farms on the Southern North Sea SCI/cSAC. The HRA is being undertaken by Department for Business, Energy and Industrial Strategy (BEIS) and the Marine Management Organisation (MMO).\\r\\n\\r\\nEleven offshore wind farms were identified as meeting the criteria required by the regulations for a review of their consents to be undertaken (Dudgeon, Greater Gabbard, Galloper, Hornsea Project One, Hornsea Two, East Anglia One, Triton Knoll, Creyke Beck A and B, Teesside A and B). \\r\\n\\r\\nHornsea Project One, East Anglia One and Triton Knoll, East Anglia Three have already been subjected to a HRA that included an assessment of the potential impacts on the qualifying features of the Southern North Sea SCI. Hence the remaining projects included in the HRA assessment include Dudgeon, Greater Gabbard, Galloper, Creyke Beck A and B, Teesside B.\\r\\n\\r\\nThe conclusion of the draft HRA, published 1st November 2018,  is that the consented offshore wind farms considered will not have an adverse effect on the SCI/cSAC either alone or in combination with other plans and projects provided that the parameters of each farm as assessed by the HRA are not exceeded. It is proposed that each relevant project’s marine licence be modified by inserting a suitable pre-construction condition (requiring a Site Integrity Plan (SIP)). The effect of the SIP would be to limit the windfarms to the parameters that have been assessed by this draft HRA. If these parameters are exceeded, then further assessment would be required. In such a circumstance, the project could only proceed if the MMO, in consultation with relevant bodies, has satisfied itself that the site would not be adversely affected. \\r\\n\\r\\nBEIS invites statutory nature conservation bodies, non-governmental organisations, offshore wind farm representatives and any other interested parties to comment on the draft HRA. The deadline for responses is 13th December 2018..\",\n        \"InformationSource\": \"https://www.gov.uk/government/consultations/southern-north-sea-review-of-consents-draft-habitats-regulations-assessment-hra\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1,\n        \"CategoryDescription\": \"Other\",\n        \"EventTypeDetail\": \"\",\n        \"EventDateRaw\": \"2018-11-01T00:00:00\",\n        \"RowLastUpdated\": \"2018-11-26T12:48:00\"\n    },\n    {\n        \"WindfarmEventId\": 9,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Planning - Consent Authorised\",\n        \"EventDate\": \"01 Feb 2007\",\n        \"EventDescription\": \"Principal cause for delays in consenting: Spawning Fish (noise). \\r\\nConsenting requirements: Timing restriction on piling (Feb to mid-May) and cable installation (Oct to Feb) for spawning fish.\",\n        \"InformationSource\": \"http://web.archive.org/web/20110602063814/http://www.thecrownestate.co.uk/our_portfolio/interactive_maps/70_interactive_maps_marine/interactive_map_offshore_windfarms_table.htm\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 13,\n        \"CategoryDescription\": \"Planning\",\n        \"EventTypeDetail\": \"Consent Authorised\",\n        \"EventDateRaw\": \"2007-02-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-19T09:22:00\"\n    },\n    {\n        \"WindfarmEventId\": 2112,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"19 May 2010\",\n        \"EventDescription\": \"The first turbine was installed.\",\n        \"InformationSource\": \"http://www.scottish-southern.co.uk/SSEInternet/index.aspx?id=22210&TierSlicer1_TSMenuTargetID=1368&TierSlicer1_TSMenuTargetType=1&TierSlicer1_TSMenuID=6\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2010-05-19T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 2131,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"08 Aug 2010\",\n        \"EventDescription\": \"Installation of the Galloper Offshore Substation was completed, taking 8 days.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 36,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Offshore Substation\",\n        \"EventDateRaw\": \"2010-08-08T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 2132,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"01 Sep 2009\",\n        \"EventDescription\": \"Installation of the Gabbard Offshore Substation completed, taking 9 days.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 36,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Offshore Substation\",\n        \"EventDateRaw\": \"2009-09-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 2195,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Met Mast/LiDAR\",\n        \"EventDate\": \"01 Jan 2005\",\n        \"EventDescription\": \"Mast a Carl C / RAD Tech 50m Series 5-20. Mast was previously installed at Cromer Offshore Wind Farm site\",\n        \"InformationSource\": \"Direct Communication\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 35,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Met Mast/LiDAR\",\n        \"EventDateRaw\": \"2005-01-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 2334,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"31 Aug 2010\",\n        \"EventDescription\": \"The foundation installation was completed.\",\n        \"InformationSource\": \"http://www.rechargenews.com/business_area/finance/article228135.ece\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2010-08-31T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:05:00\"\n    },\n    {\n        \"WindfarmEventId\": 2973,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"14 Jan 2011\",\n        \"EventDescription\": \"The first official power export was produced from the wind farm. Three turbines were energised and electricity was exported to the national grid.\",\n        \"InformationSource\": \"http://www.investegate.co.uk/article.aspx?id=201101141231314994Z\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2011-01-14T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:05:00\"\n    },\n    {\n        \"WindfarmEventId\": 3518,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"28 Dec 2010\",\n        \"EventDescription\": \"First power generated.\",\n        \"InformationSource\": \"Direct Communication\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2010-12-28T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 4394,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"07 Oct 2011\",\n        \"EventDescription\": \"117 of the 140 turbines were installed.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2011-10-07T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 4470,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Array Cable Installation\",\n        \"EventDate\": \"12 Oct 2011\",\n        \"EventDescription\": \"OMM finished their share of the array cable installation.\",\n        \"InformationSource\": \"http://www.offshoremm.com/news/projects/offshore-marine-management-completes-cable-work-at-great-gabbard/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 63,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Array Cable Installation\",\n        \"EventDateRaw\": \"2011-10-12T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 4525,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"11 Nov 2011\",\n        \"EventDescription\": \"122 of the 140 turbines were installed by this point.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2011-11-11T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 4788,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Planning - Consent Application Submitted\",\n        \"EventDate\": \"01 Aug 2005\",\n        \"EventDescription\": \"Consent application submitted.\",\n        \"InformationSource\": \"http://www.bwea.com/pdf/publications/RenewableUK_Consenting_Lessons_Learned.pdf\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 10,\n        \"CategoryDescription\": \"Planning\",\n        \"EventTypeDetail\": \"Consent Application Submitted\",\n        \"EventDateRaw\": \"2005-08-01T00:00:00\",\n        \"RowLastUpdated\": \"2016-09-22T12:18:00\"\n    },\n    {\n        \"WindfarmEventId\": 4838,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Export Cable Installation\",\n        \"EventDate\": \"27 Sep 2011\",\n        \"EventDescription\": \"ASV Pioneer arrived at Harwich to begin preparations for installation the third and final export cable.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 64,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Export Cable Installation\",\n        \"EventDateRaw\": \"2011-09-27T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 4855,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"31 Jan 2012\",\n        \"EventDescription\": \"133 of the 140 turbines were installed and 108 were exporting electricity.\",\n        \"InformationSource\": \"http://www.4-traders.com/SSE-PLC-4000881/news/SSE-PLC-Interim-management-statement-13993847/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2012-01-31T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 5377,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"28 Feb 2012\",\n        \"EventDescription\": \"All turbines were installed as Seajacks' Leviathan left the project site.\",\n        \"InformationSource\": \"Direct Communication\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2012-02-28T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-07T17:11:00\"\n    },\n    {\n        \"WindfarmEventId\": 5683,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Export Cable Installation\",\n        \"EventDate\": \"09 Mar 2012\",\n        \"EventDescription\": \"Third and final export cable was installed.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 64,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Export Cable Installation\",\n        \"EventDateRaw\": \"2012-03-09T00:00:00\",\n        \"RowLastUpdated\": \"2017-04-18T16:59:00\"\n    },\n    {\n        \"WindfarmEventId\": 5735,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"27 Jun 2012\",\n        \"EventDescription\": \"133 of 140 turbines were generating power.\",\n        \"InformationSource\": \"Direct Communication\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2012-06-27T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 6125,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"26 Jul 2012\",\n        \"EventDescription\": \"137 of the 140 turbines were generating power.\",\n        \"InformationSource\": \"http://www.sse.com/GreaterGabbard/ProjectInformation/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2012-07-26T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 6198,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"07 Sep 2012\",\n        \"EventDescription\": \"All of the 140 turbines were commissioned and exported power. There was still a contractual dispute between owner Greater Gabbard Offshore Winds Limited (GGOWL) and contractor Fluor over the quality of the foundations.\",\n        \"InformationSource\": \"http://www.sse.com/PressReleases/2012/GenerationGreaterGabbard/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2012-09-07T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    }\n]"},{"id":"88699c3f-d843-41e2-80df-aef1bb025db3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:05:34 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"99798686-6037-4ee7-9883-9a5c087e746f"},{"name":"All Windfarm Events by certainty","id":"3bd76303-a5be-4140-b9aa-0b265a4a94ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>certainty</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"2fc0f7fd-2bc1-4a45-aad9-456e3477334a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:39 GMT"},{"key":"Content-Length","value":"1660"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 6455,\n        \"WindfarmId\": \"FR44\",\n        \"Name\": \"InFLOW (INdustrialization setup of a FLoating Offshore Wind turbine)\",\n        \"LifecycleEvent\": \"PrePlanning - Feasibility Study\",\n        \"EventDate\": \"19 Jun 2012\",\n        \"EventDescription\": \"Project planning started.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 0,\n        \"CategoryDescription\": \"PrePlanning\",\n        \"EventTypeDetail\": \"Feasibility Study\",\n        \"EventDateRaw\": \"2012-06-19T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 6367,\n        \"WindfarmId\": \"UK11\",\n        \"Name\": \"Inner Dowsing\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"01 Dec 2008\",\n        \"EventDescription\": \"Estimated date for first power.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2008-12-01T00:00:00\",\n        \"RowLastUpdated\": \"2012-09-07T11:35:00\"\n    },\n    {\n        \"WindfarmEventId\": 6338,\n        \"WindfarmId\": \"UK73\",\n        \"Name\": \"Gunfleet Sands 3 - Demonstration Project\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"EventDate\": \"18 Apr 2013\",\n        \"EventDescription\": \"The last of the two 6 MW turbine has been installed by the jack up vessel Sea Installer. Both are producing electricity.\",\n        \"InformationSource\": \"http://www.dongenergy.com/EN/Media/Newsroom/News/Pages/FirstPowerfrom6MWdemonstrationturbines.aspx\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40,\n        \"CategoryDescription\": \"Operation\",\n        \"EventTypeDetail\": \"Generating Power\",\n        \"EventDateRaw\": \"2013-04-18T00:00:00\",\n        \"RowLastUpdated\": \"2013-09-23T16:48:00\"\n    }\n]"},{"id":"bdcced54-d0b3-4788-8876-62937b0fb579","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3bd76303-a5be-4140-b9aa-0b265a4a94ee"},{"name":"All Windfarm Events by integrity","id":"ab61d8bd-faf7-4d9e-9263-50d86226961d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events?integrity=Low Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>integrity</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Low Confidence"}],"variable":[]}},"response":[{"id":"0e03fc7b-faa8-4439-8a73-1c9c58c54e74","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?integrity=Low Confidence","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"integrity","value":"Low Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:03:58 GMT"},{"key":"Content-Length","value":"1650"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 8340,\n        \"WindfarmId\": \"DE02\",\n        \"Name\": \"DanTysk\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"22 May 2013\",\n        \"EventDescription\": \"14 monopiles and 5 transition pieces had been installed - this is somewhat slower than initially expected.\",\n        \"InformationSource\": \"http://dantysk.vattenfall.com/endurance/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2013-05-22T00:00:00\",\n        \"RowLastUpdated\": \"2015-10-08T10:05:00\"\n    },\n    {\n        \"WindfarmEventId\": 8262,\n        \"WindfarmId\": \"DE23\",\n        \"Name\": \"BARD Offshore 1\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"EventDate\": \"10 May 2013\",\n        \"EventDescription\": \"Brave Tern arrived on site to install nacelles and hubs with blades attached.\",\n        \"InformationSource\": \"3rd party observation\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": 32,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Turbine Installation\",\n        \"EventDateRaw\": \"2013-05-10T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:05:00\"\n    },\n    {\n        \"WindfarmEventId\": 7486,\n        \"WindfarmId\": \"CN1Z\",\n        \"Name\": \"Fujian Putian City Flat Bay - 50MW\",\n        \"LifecycleEvent\": \"Installation - Met Mast/LiDAR\",\n        \"EventDate\": \"01 Jan 2012\",\n        \"EventDescription\": \"Met Mast Installed sometime in 2012.\",\n        \"InformationSource\": \"http://www.fidc.com.cn/search.asp?id=944&ctlgid=51\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": 35,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Met Mast/LiDAR\",\n        \"EventDateRaw\": \"2012-01-01T00:00:00\",\n        \"RowLastUpdated\": \"2016-09-22T12:18:00\"\n    }\n]"},{"id":"a005c9ae-c10d-4176-a9e5-45d70e2f935f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?integrity=Low Confidence","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"integrity","value":"Low Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:16 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ab61d8bd-faf7-4d9e-9263-50d86226961d"},{"name":"All Windfarm Events by eventCode","id":"16b3e4ef-bb65-4913-ab78-7b846d735f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/events?eventCode=31","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>eventCode</code> integer parameter.</p>\n","urlObject":{"path":["api","windfarms","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventCode","value":"31"}],"variable":[]}},"response":[{"id":"e7bbe756-4eb7-41f8-a324-ec96d0677b8b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?eventCode=31","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"eventCode","value":"31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:03:20 GMT"},{"key":"Content-Length","value":"1856"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 6346,\n        \"WindfarmId\": \"DE21\",\n        \"Name\": \"Riffgat\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"06 Sep 2012\",\n        \"EventDescription\": \"The last of the monopiles have been installed by Seaway Heavy Lifting.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2012-09-06T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:19:00\"\n    },\n    {\n        \"WindfarmEventId\": 6408,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"01 Jul 2009\",\n        \"EventDescription\": \"Offshore installation started with the installation of the jackets for the substation.\",\n        \"InformationSource\": \"Expired\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2009-07-01T00:00:00\",\n        \"RowLastUpdated\": \"2019-10-29T15:49:00\"\n    },\n    {\n        \"WindfarmEventId\": 6617,\n        \"WindfarmId\": \"UK09\",\n        \"Name\": \"Gwynt y Môr\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"EventDate\": \"01 Oct 2012\",\n        \"EventDescription\": \"Construction update:\\r\\nMonopiles: 31 installed, 129 remaining\\r\\nTransition pieces: 27 installed, 133 remaining\\r\\nExport cables: 1st cable being laid from Pensarn Beach to OSP East 9.985km have been laid, 11.708km remaining.\\r\\nArray cables: work not commenced\",\n        \"InformationSource\": \"http://www.awjmarine.co.uk/2012/10/01/gwynt-y-mor-windfarm-weekly-progress-report-1st-october-2012/\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31,\n        \"CategoryDescription\": \"Installation\",\n        \"EventTypeDetail\": \"Foundation Installation\",\n        \"EventDateRaw\": \"2012-10-01T00:00:00\",\n        \"RowLastUpdated\": \"2015-08-18T17:05:00\"\n    }\n]"},{"id":"6710ef55-9972-4c40-bed0-2b8611d235ab","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/events?eventCode=31","host":["https://data.4coffshore.com"],"path":["api","windfarms","events"],"query":[{"key":"eventCode","value":"31"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:03:44 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"16b3e4ef-bb65-4913-ab78-7b846d735f53"}],"id":"02ff4ade-c1ae-4f4f-8dc9-13f632c35510","description":"<p>The following endpoints allow you to retrieve the milestones/events of a single or multiple Offshore Wind Farm project(s)</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c1f91c39-ad4a-4367-831d-4d3112df96c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba56dd40-ab9d-4925-b42e-462e0eb7174e","type":"text/javascript","exec":[""]}}],"_postman_id":"02ff4ade-c1ae-4f4f-8dc9-13f632c35510"},{"name":"Dedicated Platforms","item":[{"name":"All Dedicated Platforms","id":"a256b4e2-2957-42e0-a006-22a3a735569e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"c268a443-7dcb-456a-a5ae-691f79f90ceb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:02:30 GMT"},{"key":"Content-Length","value":"3318"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702,\n        \"RowLastUpdated\": \"2020-05-14T11:51:00\"\n    },\n    {\n        \"SubstationID\": 2,\n        \"WindfarmID\": \"UK29\",\n        \"PlatformName\": \"Thanet Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Equitix\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Thanet\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"19 Mar 2009\",\n        \"WindfarmCapacity\": 300,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Four skirt piles were used (weight: 60t, length: 33.5m, diameter: 1.8288m, penetration: 21m)\",\n        \"FoundationWeightT\": 820,\n        \"TopsideWeightT\": 1460,\n        \"DimensionsM_LxWxH\": \"27x30x14\",\n        \"NumTransformers\": 2,\n        \"PowerTransformerMVA\": \"180/90/90\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"2 x 132kV HIS and 11kV GIS\\r\\nTwo bay 132kV switchboard and a four section 33kV switchboard.\",\n        \"OtherEquipment\": \"2 x 132 kV disconnector bays.  4 x earthing transformers. 2 x 55 MVA transformers (11/33 kV).\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Three winding transformer\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.4375,\n        \"Lon\": 1.62208333,\n        \"RowLastUpdated\": \"2020-05-14T15:06:00\"\n    },\n    {\n        \"SubstationID\": 3,\n        \"WindfarmID\": \"UK07\",\n        \"PlatformName\": \"Gunfleet Sands I + II Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Gunfleet Sands \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 Apr 2008\",\n        \"WindfarmCapacity\": 172.8,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"Foundation's weight includes the monopile (259t) and the transition piece (155t).\",\n        \"FoundationWeightT\": 414,\n        \"TopsideWeightT\": 1315,\n        \"DimensionsM_LxWxH\": \"20x30x15\",\n        \"NumTransformers\": 2,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV GIS\",\n        \"OtherEquipment\": \"1 standby diesel generator.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"25\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": null,\n        \"Lat\": 51.72983,\n        \"Lon\": 1.238333,\n        \"RowLastUpdated\": \"2020-05-14T12:00:00\"\n    }\n]"},{"id":"05b26e28-762a-4b88-a0e1-4cc3593537d7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:02:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a256b4e2-2957-42e0-a006-22a3a735569e"},{"name":"All Dedicated Platforms by windfarmID","id":"37de6335-3876-4240-84a6-9d8f73feeb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmID=UK01","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK01"}],"variable":[]}},"response":[{"id":"0850d63b-cca5-4adb-aba2-7af67be90086","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:01:40 GMT"},{"key":"Content-Length","value":"1375"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702,\n        \"RowLastUpdated\": \"2020-05-14T11:51:00\"\n    }\n]"},{"id":"9ea83134-3426-4fb8-926e-74d784cf6b42","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:01:59 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"37de6335-3876-4240-84a6-9d8f73feeb60"},{"name":"All Dedicated Platforms by platformName","id":"7ce29738-2f90-434d-bd37-4ad6b6ccfb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformName=Barrow Substation","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>platformName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformName","value":"Barrow Substation"}],"variable":[]}},"response":[{"id":"9f122a6c-e969-45e1-a815-34dd0a485755","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:00:34 GMT"},{"key":"Content-Length","value":"1375"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702,\n        \"RowLastUpdated\": \"2020-05-14T11:51:00\"\n    }\n]"},{"id":"d6fb799b-0cdb-46f2-a7ca-40593c63a5e7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:00:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7ce29738-2f90-434d-bd37-4ad6b6ccfb24"},{"name":"All Dedicated Platforms by platformType","id":"7738fdf5-5c7b-4a96-bf1a-58feb86f9f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformType=HVDC Converter Station","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>platformType</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformType","value":"HVDC Converter Station"}],"variable":[]}},"response":[{"id":"d3257f0e-b3e6-4698-9995-408c71fc538a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformType=HVDC Converter Station","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"platformType","value":"HVDC Converter Station"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:35 GMT"},{"key":"Content-Length","value":"2560"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 489,\n        \"WindfarmID\": \"PL20\",\n        \"PlatformName\": \"Baltica 2 Converter\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": null,\n        \"CountryName\": \"Poland\",\n        \"WindfarmName\": \"Baltica 2\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"WindfarmConstructionStarts\": \"01 Jan 2030\",\n        \"WindfarmCapacity\": 1498,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": null,\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": null\n    },\n    {\n        \"SubstationID\": 507,\n        \"WindfarmID\": \"DE2X\",\n        \"PlatformName\": \"BorWin6 (Kappa)\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": null,\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"N-7.2\",\n        \"WindfarmStatus\": \"Development Zone\",\n        \"WindfarmConstructionStarts\": \"01 Jan 2026\",\n        \"WindfarmCapacity\": 930,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": null,\n        \"CommentsSubstation\": \"Transmission system NOR-7-2 will connect to Büttel. Wind farm will connect via 66kV direct connection concept to BorWin6 converter. Converter to become fully operational in 2027 with capacity of 930MW.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": \"2020-06-24T13:56:00\"\n    },\n    {\n        \"SubstationID\": 477,\n        \"WindfarmID\": \"UK80\",\n        \"PlatformName\": \"Dogger Bank Creyke Beck A Converter\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": \"Transmission system owner not yet awarded (park owner: Equinor (50%), SSE (50%))\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Dogger Bank A\",\n        \"WindfarmStatus\": \"Consent Authorised\",\n        \"WindfarmConstructionStarts\": \"01 Apr 2022\",\n        \"WindfarmCapacity\": 1200,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": 2900,\n        \"TopsideWeightT\": 8900,\n        \"DimensionsM_LxWxH\": \"65x40x40\",\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Transforms 66kV - no other substations required. ABB HVDC Light design - no helipad, no accomodation.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": \"2020-09-21T15:25:00\"\n    }\n]"},{"id":"879408e3-7db3-44ac-aa32-1322532e8a10","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?platformType=HVDC Converter Station","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"platformType","value":"HVDC Converter Station"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:57 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7738fdf5-5c7b-4a96-bf1a-58feb86f9f64"},{"name":"All Dedicated Platforms by countryName","id":"cb695c16-2d47-4034-aff0-f4a4eab14245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?countryName=Belgium","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Belgium"}],"variable":[]}},"response":[{"id":"6f640207-9b72-4ea4-b16e-f50f102e6e72","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:58:58 GMT"},{"key":"Content-Length","value":"2693"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 42,\n        \"WindfarmID\": \"BE02\",\n        \"PlatformName\": \"Northwind Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Aspiravi (40%), Parkwind (30%), Sumitomo (30%)\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"07 Apr 2013\",\n        \"WindfarmCapacity\": 216,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1140,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"180\",\n        \"RatioTransformerkV\": \"33/225\",\n        \"Switchgear\": \"1 HV and 10 MV GIS\",\n        \"OtherEquipment\": \"2 x 50 MVAr 33 kV shunts, 2 x aux/earthing transformers\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.61982,\n        \"Lon\": 2.91778167,\n        \"RowLastUpdated\": \"2020-05-11T14:43:00\"\n    },\n    {\n        \"SubstationID\": 43,\n        \"WindfarmID\": \"BE03\",\n        \"PlatformName\": \"Belwind 1 Offshore Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Parkwind (78.54%), Meewind (21.46%)\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Belwind \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"30 Aug 2009\",\n        \"WindfarmCapacity\": 165,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1150,\n        \"DimensionsM_LxWxH\": \"20x20x20\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"200/100/100\",\n        \"RatioTransformerkV\": \"33/155\",\n        \"Switchgear\": null,\n        \"OtherEquipment\": \"On-load tap-chargers\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Fabricom put in a total of 85,000 man hours on the project. The transformer is a three winding transformer\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.69468842,\n        \"Lon\": 2.81726609,\n        \"RowLastUpdated\": \"2020-09-28T10:56:00\"\n    },\n    {\n        \"SubstationID\": 377,\n        \"WindfarmID\": \"BE04\",\n        \"PlatformName\": \"Norther Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Elicio (50%), Mitsubishi (25%), Eneco (25%)\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Norther\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"05 Aug 2018\",\n        \"WindfarmCapacity\": 369.6,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1400,\n        \"DimensionsM_LxWxH\": \"32x?x21\",\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": \"33/220\",\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Substation could have been part of the Belgium Offshore Grid (BOG) but due to delays in the BOG realisation the developers chose a direct route to shore.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.51347156,\n        \"Lon\": 2.99143406,\n        \"RowLastUpdated\": \"2020-05-11T14:44:00\"\n    }\n]"},{"id":"794bbb38-72f1-4587-87bf-b70cff875a84","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cb695c16-2d47-4034-aff0-f4a4eab14245"},{"name":"All Dedicated Platforms by windfarmStatus","id":"1073a073-cdf8-4213-a36f-cfe8d1f02937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmStatus=Pre-Construction","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>windfarmStatus</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}],"variable":[]}},"response":[{"id":"6e9c67d1-421d-44e4-b67c-0538848a8f40","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:58:13 GMT"},{"key":"Content-Length","value":"2198"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 505,\n        \"WindfarmID\": \"DE33\",\n        \"PlatformName\": \"Kaskasi Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"RWE\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Kaskasi\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"01 Sep 2021\",\n        \"WindfarmCapacity\": 342,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1400,\n        \"DimensionsM_LxWxH\": \"?X25X40\",\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"22.8m water depth\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": \"2020-06-19T12:13:00\"\n    },\n    {\n        \"SubstationID\": 524,\n        \"WindfarmID\": \"CN7C\",\n        \"PlatformName\": \"Haimen (Site 3) Substation \",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": null,\n        \"CountryName\": \"China\",\n        \"WindfarmName\": \"Huaneng Shantou Haimen (site 3)\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"31 Oct 2020\",\n        \"WindfarmCapacity\": 217,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": null,\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": null\n    },\n    {\n        \"SubstationID\": 523,\n        \"WindfarmID\": \"CN7B\",\n        \"PlatformName\": \"Haimen (Site 2) Substation \",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": null,\n        \"CountryName\": \"China\",\n        \"WindfarmName\": \"Huaneng Shantou Haimen (site 2)\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"31 Oct 2020\",\n        \"WindfarmCapacity\": 336,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": null,\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"RowLastUpdated\": null\n    }\n]"},{"id":"d783589e-f64d-4cd1-a40b-6e0d5bdf60e8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:57:28 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1073a073-cdf8-4213-a36f-cfe8d1f02937"}],"id":"4a9302fb-51ba-4045-91d5-9da12928bced","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"651fe705-9321-4bbf-821e-4d34e944628c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47cebfae-7dce-41e3-9fa0-c79f10b3a4a4","type":"text/javascript","exec":[""]}}],"_postman_id":"4a9302fb-51ba-4045-91d5-9da12928bced","description":""},{"name":"Shared Platforms","item":[{"name":"All Shared Platforms","id":"b22ee194-b94c-4a08-b155-9d5e044833db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared","description":"<p>This <code>GET</code> operation allows you to retrieve all Shared Platforms related to Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","windfarms","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"e87aed9b-2346-4d64-8fae-7bafac9fafdf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:37 GMT"},{"key":"Content-Length","value":"1798"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformOwner\": \"MHI (49%), Copenhagen Infrastructure Partners, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction.\",\n        \"ConnectedPower\": 400,\n        \"PowerConverterMW\": 400,\n        \"VoltageLevelDCkV\": 150,\n        \"VoltageLevelsACkV\": \"156\",\n        \"Lat\": 54.354,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\"\n    },\n    {\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"OtherNames\": \"BorWin Beta, NOR-6-2\",\n        \"PlatformOwner\": \"MHI (49%), Copenhagen Infrastructure Partners, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"29 Jan 2015\",\n        \"MostRecentEvent\": \"31 Oct 2019: OWP Albatros/Hohe See Extension will be connected to the converter station by this date.\",\n        \"ConnectedPower\": 782.8,\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 300,\n        \"VoltageLevelsACkV\": \"155/300\",\n        \"Lat\": 54.355,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"Veja Mate (DE36),Deutsche Bucht (DE24),Albatros (DE39),Deutsche Bucht Pilot Park (DE1X)\"\n    },\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformOwner\": \"Tennet, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"29 Apr 2019: The project Trianel Windpark Borkum II will connect to DolWin1\",\n        \"ConnectedPower\": 715,\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 320,\n        \"VoltageLevelsACkV\": \"155\",\n        \"Lat\": 53.997,\n        \"Lon\": 6.421,\n        \"ConnectingWindfarms\": \"Trianel Windpark Borkum I (DE27),Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum II (DE0K)\"\n    }\n]"},{"id":"e7d9eea0-87d1-4fa2-b2a1-f3e8ad79afbe","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b22ee194-b94c-4a08-b155-9d5e044833db"},{"name":"All Shared Platforms by gridID","id":"070d0b96-4e53-44e3-af6d-c770b1dee5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared?gridID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of a single Shared Platform related to Offshore Wind Farm project filtered by the <code>gridID</code> integer parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"gridID","value":"1"}],"variable":[]}},"response":[{"id":"b966d74b-6eae-42b1-b1f0-fd2e10097da2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:55:10 GMT"},{"key":"Content-Length","value":"575"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformOwner\": \"MHI (49%), Copenhagen Infrastructure Partners, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction.\",\n        \"ConnectedPower\": 400,\n        \"PowerConverterMW\": 400,\n        \"VoltageLevelDCkV\": 150,\n        \"VoltageLevelsACkV\": \"156\",\n        \"Lat\": 54.354,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\"\n    }\n]"},{"id":"a6af923a-e355-43ae-91ce-96682919edc8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:55:42 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"070d0b96-4e53-44e3-af6d-c770b1dee5d7"},{"name":"All Shared Platforms by countryName","id":"62228b1b-6f26-482c-8413-bbf5e4807630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared?countryName=China","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"China"}],"variable":[]}},"response":[{"id":"7e802bf7-264f-47c4-8c73-f9cf832dc449","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:54:09 GMT"},{"key":"Content-Length","value":"1231"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 47,\n        \"NameConverter\": \"Yellow Sea Converter 1\",\n        \"OtherNames\": null,\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Cancelled\",\n        \"CommissioningDate\": null,\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": null,\n        \"PowerConverterMW\": null,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": null\n    },\n    {\n        \"ConverterID\": 76,\n        \"NameConverter\": \"Yellow Sea Converter 2\",\n        \"OtherNames\": null,\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Cancelled\",\n        \"CommissioningDate\": null,\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": null,\n        \"PowerConverterMW\": null,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": null\n    },\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Planned\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": 1000,\n        \"PowerConverterMW\": 1000,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": \"Sheyang H5 (CN9V),Sheyang H3 (CN0N),Sheyang H4 (CN9T)\"\n    }\n]"},{"id":"6c3e11a2-fe62-49d7-bb41-7f068c82ddb1","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:54:46 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"62228b1b-6f26-482c-8413-bbf5e4807630"},{"name":"All Shared Platforms by windfarmName","id":"ebb949ac-bc01-492c-97be-96196105e01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmName=Trianel","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>windfarmName</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Trianel"}],"variable":[]}},"response":[{"id":"b2014913-01a2-469c-bba7-2f82e078f670","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:52:47 GMT"},{"key":"Content-Length","value":"581"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformOwner\": \"Tennet, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"29 Apr 2019: The project Trianel Windpark Borkum II will connect to DolWin1\",\n        \"ConnectedPower\": 715,\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 320,\n        \"VoltageLevelsACkV\": \"155\",\n        \"Lat\": 53.997,\n        \"Lon\": 6.421,\n        \"ConnectingWindfarms\": \"Trianel Windpark Borkum I (DE27),Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum II (DE0K)\"\n    }\n]"},{"id":"49934bb9-9a6a-416f-a5b7-a90c81d169ab","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:53:39 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ebb949ac-bc01-492c-97be-96196105e01d"},{"name":"All Shared Platforms by windfarmID","id":"f2254a56-deb3-4e6e-aa86-4e3a47f19232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmID=CN9V","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","windfarms","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"CN9V"}],"variable":[]}},"response":[{"id":"d1cb94e7-e394-41e6-8a1a-347eeeb0c218","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:51:42 GMT"},{"key":"Content-Length","value":"473"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Planned\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": 1000,\n        \"PowerConverterMW\": 1000,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": \"Sheyang H5 (CN9V),Sheyang H3 (CN0N),Sheyang H4 (CN9T)\"\n    }\n]"},{"id":"756c8c5e-e5f9-4625-a111-589ca3d08861","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/windfarms/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","windfarms","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:52:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f2254a56-deb3-4e6e-aa86-4e3a47f19232"}],"id":"5d39fdaf-8306-4629-bd3a-7ebab90e6035","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6d6a0823-a205-4349-bbc6-7b9176cb50da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb799b1e-ffca-45d3-b27a-df491fe34061","type":"text/javascript","exec":[""]}}],"_postman_id":"5d39fdaf-8306-4629-bd3a-7ebab90e6035","description":""}],"id":"48d98817-eb78-4eae-8b1c-28798896bec9","description":"<p>Access all aspects of the offshore global wind market, with a subscription to our TGS 4C Offshore API service, you're able to access intelligence such as:</p>\n<ul>\n<li><p><a href=\"#40478d3c-5727-4cd2-a31d-76d19ef40347\">Project Details</a></p>\n</li>\n<li><p><a href=\"#374119ff-fe7b-4232-a39f-711540381a5d\">Project Stakeholders</a></p>\n</li>\n<li><p><a href=\"#02ff4ade-c1ae-4f4f-8dc9-13f632c35510\">Project Events</a></p>\n</li>\n<li><p><a href=\"#4a9302fb-51ba-4045-91d5-9da12928bced\">Dedicated Platforms</a></p>\n</li>\n<li><p><a href=\"#5d39fdaf-8306-4629-bd3a-7ebab90e6035\">Shared Platforms</a></p>\n</li>\n</ul>\n<blockquote>\n<p><strong>Note</strong>: TGS 4C Offshore's Offshore Wind Farm Intelligence API requires a subscription, please contact our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a></p>\n</blockquote>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7dd9ec4e-3e7d-4c47-8b96-35e25f31e44c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0f1993bf-1328-4870-ae5f-41616ee88744","type":"text/javascript","exec":[""]}}],"_postman_id":"48d98817-eb78-4eae-8b1c-28798896bec9"},{"name":"Offshore Wind Turbines Intelligence","item":[{"name":"Offshore Wind Turbines","item":[{"name":"All Turbines Details","id":"e2b52249-48a0-4cba-aa19-1708ba518dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines","urlObject":{"path":["api","turbines"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"ddd6e346-8784-4dcc-816f-3fbb57c7d375","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:05:15 GMT"},{"key":"Content-Length","value":"6014"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"TurbineName\": \"2B6\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/1.png\",\n        \"Manufacturer\": \"2-B Energy\",\n        \"CommerciallyAvailable\": \"Prototype Installed                               \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 6,\n        \"CutInWindSpeedmps\": \"3\",\n        \"RatedWindSpeedmps\": \"13\",\n        \"CutOutWindSpeedmps\": null,\n        \"WindClass\": \"I\",\n        \"RotorDiameterm\": 140.6,\n        \"SweptAream2\": 15393,\n        \"PowerDensitym2pkW\": 2.56,\n        \"RotorSpeedrpm\": null,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": null,\n        \"PowerRegulation\": null,\n        \"GeneratorType\": \"Double fed induction\",\n        \"GeneratorPowerkWpUnit\": 6000,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 10000,\n        \"FrequencyHz\": \"50\",\n        \"Converter\": null,\n        \"GearboxType\": \"3 Stage\",\n        \"GearboxRatio\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesMaterial\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null,\n        \"Insurance\": null,\n        \"SellingPoints\": \"Design new offshore wind power plant with significant lower COE (COE reduction > 25%). Simplicity. Material saving. Extended lifetime. Proven technology. The 2B6 has a toilet unit and climate-controlled personnel room.\",\n        \"Comments\": \"The tower will be a full jacket structure as opposed to the conventional tubular design. It will also incorporate a helipad on top of the nacelle for easy access to the nacelle for maintenance. DotX has supplied the complete wind turbine control system. The 2-B concept includes differentiating designs for the rotor, nacelle, support structure and electrical system. This holistic approach, covering the full life cycle of all components, will result in significant cost savings compared to current technologies. Installed at the 2B Energy Eemshaven Test (onshore) site in 2016.\",\n        \"InstalledOn\": \" 2B Energy Eemshaven Test (onshore) (NL)\",\n        \"WindfarmSEOurl\": \" 2b-energy-eemshaven-test-(onshore)-netherlands-nl0a.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-2-b-energy-2b6-tid1.html\",\n        \"WindfarmIds\": \" NL0A\"\n    },\n    {\n        \"TurbineId\": 2,\n        \"TurbineName\": \"M5000-116\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/2.png\",\n        \"Manufacturer\": \"Areva Wind\",\n        \"CommerciallyAvailable\": \"No Longer Commercially Available                  \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 5,\n        \"CutInWindSpeedmps\": \"4\",\n        \"RatedWindSpeedmps\": \"12.5\",\n        \"CutOutWindSpeedmps\": \"25\",\n        \"WindClass\": \"IEC 1B/0 GL-TK 1 offshore\",\n        \"RotorDiameterm\": 116,\n        \"SweptAream2\": 10568,\n        \"PowerDensitym2pkW\": 2.11,\n        \"RotorSpeedrpm\": 14.8,\n        \"RotorOperationalIntervalrpm\": \"4.5-14.8\",\n        \"RotorWeightt\": 112,\n        \"PowerRegulation\": \"Electrical single pitch\",\n        \"GeneratorType\": \"Synchronous, permanent magnet\",\n        \"GeneratorPowerkWpUnit\": 5260,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": \"45.1-148.5\",\n        \"VoltageV\": 3300,\n        \"FrequencyHz\": \"50\",\n        \"Converter\": \"ABB PCS 6000. 4-quadrant-converter\",\n        \"GearboxType\": \"Step-planetary gear, helical\",\n        \"GearboxRatio\": \"1:10\",\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 56,\n        \"BladesMaterial\": \"Carbon fiber reinforced plastics\",\n        \"BladesType\": null,\n        \"BladesWeightt\": 16.5,\n        \"TowerType\": \"Tubular/conical steel tower\",\n        \"TowerHeightm\": \"90\",\n        \"TowerWeightt\": \"350\",\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": 233,\n        \"Insurance\": null,\n        \"SellingPoints\": \"The turbine was designed so that it has minimum number of assembly operations required. It is lightweight and the generator is synchronous to permanent magnets. The aerodynamics has been calculated for optimum yield and a reduction in noise emissions. Areva facilitate long-term scheduled service of maintenance and monitor the turbines with a “Condition Monitoring” system. The maintenance rate is >1 year.\",\n        \"Comments\": \"The wind turbine M5000 was manufactured in Bremerhaven. 250 AREVA M5000 turbines have been chosen to equip European offshore wind farms. Areva test all new M5000 wind turbines on the full load test bench in Bremerhaven. The M5000-116 won the WindPower Turbine of the year award in 2012.\",\n        \"InstalledOn\": \" Global Tech I (DE), Trianel Windpark Borkum I (DE)\",\n        \"WindfarmSEOurl\": \" global-tech-i-germany-de09.html, trianel-windpark-borkum-i-germany-de27.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-areva-wind-m5000-116-tid2.html\",\n        \"WindfarmIds\": \" DE09, DE27\"\n    },\n    {\n        \"TurbineId\": 4,\n        \"TurbineName\": \"Bard 5.0\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/4.png\",\n        \"Manufacturer\": \"Bard\",\n        \"CommerciallyAvailable\": \"No Longer Commercially Available                  \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 5,\n        \"CutInWindSpeedmps\": \"3\",\n        \"RatedWindSpeedmps\": \"12.5\",\n        \"CutOutWindSpeedmps\": \"25\",\n        \"WindClass\": \"TC 1C\",\n        \"RotorDiameterm\": 122,\n        \"SweptAream2\": 11689,\n        \"PowerDensitym2pkW\": 2.34,\n        \"RotorSpeedrpm\": 12.5,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": 155.5,\n        \"PowerRegulation\": null,\n        \"GeneratorType\": \"Double fed asynchronous generator\",\n        \"GeneratorPowerkWpUnit\": 5276.2,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": \"1212\",\n        \"VoltageV\": null,\n        \"FrequencyHz\": \"50/60\",\n        \"Converter\": null,\n        \"GearboxType\": \"2 planetary stages, 1 spur wheel section\",\n        \"GearboxRatio\": \"96.965\",\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 60,\n        \"BladesMaterial\": \"Glass fiber reinforced plastic components on basis of expoxy resin.\",\n        \"BladesType\": null,\n        \"BladesWeightt\": 28.5,\n        \"TowerType\": null,\n        \"TowerHeightm\": \"90 (over the water)\",\n        \"TowerWeightt\": \"450\",\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 14,\n        \"NacelleWidthm\": 8.5,\n        \"NacelleWeightt\": 280,\n        \"Insurance\": \"Insurance Services\",\n        \"SellingPoints\": null,\n        \"Comments\": \"This turbine has the best power curve of the 5MW class. The blades rotate on average approximately 20 percent slower than conventional rotor blades, minimising the abrasion at the top of the blades and thereby reducing the maintenance effort substantially. The blades are unusual in that they comprise several cross-sectional parts, bonded together into a single assembly.\",\n        \"InstalledOn\": \" BARD Offshore 1 (DE), Hooksiel (DE)\",\n        \"WindfarmSEOurl\": \" bard-offshore-1-germany-de23.html, hooksiel-germany-de76.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-bard-bard-5.0-tid4.html\",\n        \"WindfarmIds\": \" DE23, DE76\"\n    }\n]"},{"id":"ac82eadc-9af2-4784-a0ce-db5be7a796a2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/turbines"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e2b52249-48a0-4cba-aa19-1708ba518dbf"},{"name":"Get Turbine Details By turbineID","id":"6344fa1d-3b41-4b33-8ee3-e1d59e547bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/details?turbineID=1","urlObject":{"path":["api","turbines","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineID","value":"1"}],"variable":[]}},"response":[{"id":"7950cb9a-2bff-40b5-a897-bab7e79f014d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"turbineID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:19:02 GMT"},{"key":"Content-Length","value":"2066"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"TurbineName\": \"2B6\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/1.png\",\n        \"Manufacturer\": \"2-B Energy\",\n        \"CommerciallyAvailable\": \"Prototype Installed                               \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 6,\n        \"CutInWindSpeedmps\": \"3\",\n        \"RatedWindSpeedmps\": \"13\",\n        \"CutOutWindSpeedmps\": null,\n        \"WindClass\": \"I\",\n        \"RotorDiameterm\": 140.6,\n        \"SweptAream2\": 15393,\n        \"PowerDensitym2pkW\": 2.56,\n        \"RotorSpeedrpm\": null,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": null,\n        \"PowerRegulation\": null,\n        \"GeneratorType\": \"Double fed induction\",\n        \"GeneratorPowerkWpUnit\": 6000,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 10000,\n        \"FrequencyHz\": \"50\",\n        \"Converter\": null,\n        \"GearboxType\": \"3 Stage\",\n        \"GearboxRatio\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesMaterial\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null,\n        \"Insurance\": null,\n        \"SellingPoints\": \"Design new offshore wind power plant with significant lower COE (COE reduction > 25%). Simplicity. Material saving. Extended lifetime. Proven technology. The 2B6 has a toilet unit and climate-controlled personnel room.\",\n        \"Comments\": \"The tower will be a full jacket structure as opposed to the conventional tubular design. It will also incorporate a helipad on top of the nacelle for easy access to the nacelle for maintenance. DotX has supplied the complete wind turbine control system. The 2-B concept includes differentiating designs for the rotor, nacelle, support structure and electrical system. This holistic approach, covering the full life cycle of all components, will result in significant cost savings compared to current technologies. Installed at the 2B Energy Eemshaven Test (onshore) site in 2016.\",\n        \"InstalledOn\": \" 2B Energy Eemshaven Test (onshore) (NL)\",\n        \"WindfarmSEOurl\": \" 2b-energy-eemshaven-test-(onshore)-netherlands-nl0a.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-2-b-energy-2b6-tid1.html\",\n        \"WindfarmIds\": \" NL0A\"\n    }\n]"},{"id":"7fa5e485-e8c9-4650-96b3-0852a383a1bf","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"turbineID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6344fa1d-3b41-4b33-8ee3-e1d59e547bd4"},{"name":"Get Turbine Details By turbineStatus","id":"8cd92192-3c57-487e-a83d-3942444927a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/details?turbineStatus=Prototype Installed","urlObject":{"path":["api","turbines","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineStatus","value":"Prototype Installed"}],"variable":[]}},"response":[{"id":"1d2daa68-bae9-4c77-a485-8d9db3d68f4b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?turbineStatus=Prototype Installed","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"turbineStatus","value":"Prototype Installed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:27:25 GMT"},{"key":"Content-Length","value":"4827"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"TurbineName\": \"2B6\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/1.png\",\n        \"Manufacturer\": \"2-B Energy\",\n        \"CommerciallyAvailable\": \"Prototype Installed                               \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 6,\n        \"CutInWindSpeedmps\": \"3\",\n        \"RatedWindSpeedmps\": \"13\",\n        \"CutOutWindSpeedmps\": null,\n        \"WindClass\": \"I\",\n        \"RotorDiameterm\": 140.6,\n        \"SweptAream2\": 15393,\n        \"PowerDensitym2pkW\": 2.56,\n        \"RotorSpeedrpm\": null,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": null,\n        \"PowerRegulation\": null,\n        \"GeneratorType\": \"Double fed induction\",\n        \"GeneratorPowerkWpUnit\": 6000,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 10000,\n        \"FrequencyHz\": \"50\",\n        \"Converter\": null,\n        \"GearboxType\": \"3 Stage\",\n        \"GearboxRatio\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesMaterial\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null,\n        \"Insurance\": null,\n        \"SellingPoints\": \"Design new offshore wind power plant with significant lower COE (COE reduction > 25%). Simplicity. Material saving. Extended lifetime. Proven technology. The 2B6 has a toilet unit and climate-controlled personnel room.\",\n        \"Comments\": \"The tower will be a full jacket structure as opposed to the conventional tubular design. It will also incorporate a helipad on top of the nacelle for easy access to the nacelle for maintenance. DotX has supplied the complete wind turbine control system. The 2-B concept includes differentiating designs for the rotor, nacelle, support structure and electrical system. This holistic approach, covering the full life cycle of all components, will result in significant cost savings compared to current technologies. Installed at the 2B Energy Eemshaven Test (onshore) site in 2016.\",\n        \"InstalledOn\": \" 2B Energy Eemshaven Test (onshore) (NL)\",\n        \"WindfarmSEOurl\": \" 2b-energy-eemshaven-test-(onshore)-netherlands-nl0a.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-2-b-energy-2b6-tid1.html\",\n        \"WindfarmIds\": \" NL0A\"\n    },\n    {\n        \"TurbineId\": 141,\n        \"TurbineName\": \"JSW J82 2MW\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/141.png\",\n        \"Manufacturer\": \"Japan Steel Works\",\n        \"CommerciallyAvailable\": \"Prototype Installed                               \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 2,\n        \"CutInWindSpeedmps\": \"3.5\",\n        \"RatedWindSpeedmps\": \"13\",\n        \"CutOutWindSpeedmps\": \"25\",\n        \"WindClass\": \"IEC IIIA\",\n        \"RotorDiameterm\": 83.3,\n        \"SweptAream2\": null,\n        \"PowerDensitym2pkW\": null,\n        \"RotorSpeedrpm\": 19,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": 42,\n        \"PowerRegulation\": \"Pitch control and variable speed control\",\n        \"GeneratorType\": \"Direct Drive Permanent Magnet Synchronous\",\n        \"GeneratorPowerkWpUnit\": null,\n        \"GeneratorUnits\": null,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 660,\n        \"FrequencyHz\": \"50/60\",\n        \"Converter\": null,\n        \"GearboxType\": \"None\",\n        \"GearboxRatio\": null,\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 40,\n        \"BladesMaterial\": \"GFRP\",\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": null,\n        \"TowerHeightm\": null,\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": null,\n        \"Insurance\": null,\n        \"SellingPoints\": \"15% more energy production in comparison to the SWT-3,6 - 120\",\n        \"Comments\": null,\n        \"InstalledOn\": \" Kitakyushu Offshore Demonstration Project (JP)\",\n        \"WindfarmSEOurl\": \" kitakyushu-offshore-demonstration-project-japan-jp14.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-japan-steel-works-jsw-j82-2mw-tid141.html\",\n        \"WindfarmIds\": \" JP14\"\n    },\n    {\n        \"TurbineId\": 174,\n        \"TurbineName\": \"Wind Lens (test stage)\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/174.png\",\n        \"Manufacturer\": \"RIAMWIND Corp.\",\n        \"CommerciallyAvailable\": \"Prototype Installed                               \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 0.1,\n        \"CutInWindSpeedmps\": null,\n        \"RatedWindSpeedmps\": \"11\",\n        \"CutOutWindSpeedmps\": null,\n        \"WindClass\": null,\n        \"RotorDiameterm\": 12.8,\n        \"SweptAream2\": null,\n        \"PowerDensitym2pkW\": null,\n        \"RotorSpeedrpm\": null,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": null,\n        \"PowerRegulation\": null,\n        \"GeneratorType\": null,\n        \"GeneratorPowerkWpUnit\": null,\n        \"GeneratorUnits\": null,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": null,\n        \"FrequencyHz\": null,\n        \"Converter\": null,\n        \"GearboxType\": null,\n        \"GearboxRatio\": null,\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": null,\n        \"BladesMaterial\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": null,\n        \"TowerHeightm\": null,\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": null,\n        \"Insurance\": null,\n        \"SellingPoints\": null,\n        \"Comments\": \"In March 2011, Kyushu University accommodated the first installation of the two 100kW Wind Lens turbines. In April 2011, test operation and experiments started with the turbines.\",\n        \"InstalledOn\": null,\n        \"WindfarmSEOurl\": null,\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-riamwind-corp.-wind-lens-(test-stage)-tid174.html\",\n        \"WindfarmIds\": null\n    }\n]"},{"id":"afcff4c7-d4d1-4d5f-8a09-c274fe988c0c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?turbineStatus=Prototype Installed","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"turbineStatus","value":"Prototype Installed"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8cd92192-3c57-487e-a83d-3942444927a9"},{"name":"Get Turbine Details By manufacturerName","id":"5865fbf3-becd-47c6-ac32-ce8208326ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/details?manufacturerName=Vestas","urlObject":{"path":["api","turbines","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"manufacturerName","value":"Vestas"}],"variable":[]}},"response":[{"id":"8fd1bd87-0df6-4780-bc89-46a8022fc2cc","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?manufacturerName=Vestas","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"manufacturerName","value":"Vestas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:35:06 GMT"},{"key":"Content-Length","value":"5917"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 53,\n        \"TurbineName\": \"V80-2.0 MW\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/53.png\",\n        \"Manufacturer\": \"Vestas\",\n        \"CommerciallyAvailable\": \"No Longer Commercially Available                  \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 2,\n        \"CutInWindSpeedmps\": \"4\",\n        \"RatedWindSpeedmps\": \"14\",\n        \"CutOutWindSpeedmps\": \"25\",\n        \"WindClass\": \"IEC IA\",\n        \"RotorDiameterm\": 80,\n        \"SweptAream2\": 5027,\n        \"PowerDensitym2pkW\": 2.51,\n        \"RotorSpeedrpm\": 16.7,\n        \"RotorOperationalIntervalrpm\": \"10.8-19.1\",\n        \"RotorWeightt\": 37,\n        \"PowerRegulation\": \"Pitch regulated with variable speed\",\n        \"GeneratorType\": \"4(50Hz)/6(60Hz) pole doubly fed generator, slip rings\",\n        \"GeneratorPowerkWpUnit\": 2000,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 690,\n        \"FrequencyHz\": \"50/60\",\n        \"Converter\": \"VCS (Vestas Converter System)\",\n        \"GearboxType\": \"Two planetary stages and one helical stage\",\n        \"GearboxRatio\": \"1:100.5\",\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 39,\n        \"BladesMaterial\": \"Glass fiber in an epoxy resin\",\n        \"BladesType\": null,\n        \"BladesWeightt\": 6.5,\n        \"TowerType\": \"Tubular steel tower\",\n        \"TowerHeightm\": \"60/100\",\n        \"TowerWeightt\": \"Site-specific\",\n        \"NacelleHeightm\": 4.05,\n        \"NacelleLengthm\": 11.2,\n        \"NacelleWidthm\": 3.6,\n        \"NacelleWeightt\": 73,\n        \"Insurance\": \"Full availability guarantee, under which Vestas pays compensation if the turbine fails to meet the agreed availability targets.\",\n        \"SellingPoints\": \"Low Balance of Plant (BOP), installation and transportation costs. Innovative Cooler Top. Proven technology. Reliable and robust product.  Improved yaw system. Redesigned bed frame and main bearing housing.\",\n        \"Comments\": null,\n        \"InstalledOn\": \" Horns Rev 1 (DK), Floatgen Project (FR), Sakata North Port (nearshore) (JP), Prinses Amaliawindpark (NL), WindFloat 1 Prototype (WF1) (PT), North Hoyle (GB), Scroby Sands (GB), Kincardine - phase 1 (GB)\",\n        \"WindfarmSEOurl\": \" horns-rev-1-denmark-dk03.html, floatgen-project-france-fr59.html, sakata-north-port-(nearshore)-japan-jp04.html, prinses-amaliawindpark-netherlands-nl01.html, windfloat-1-prototype-(wf1)-portugal-pt01.html, north-hoyle-united-kingdom-uk16.html, scroby-sands-united-kingdom-uk23.html, kincardine---phase-1-united-kingdom-uk2h.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-vestas-v80-2.0-mw-tid53.html\",\n        \"WindfarmIds\": \" DK03, FR59, JP04, NL01, PT01, UK16, UK23, UK2H\"\n    },\n    {\n        \"TurbineId\": 54,\n        \"TurbineName\": \"V90-3.0 MW Offshore\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/54.png\",\n        \"Manufacturer\": \"Vestas\",\n        \"CommerciallyAvailable\": \"No Longer Commercially Available                  \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 3,\n        \"CutInWindSpeedmps\": \"3.5\",\n        \"RatedWindSpeedmps\": \"15\",\n        \"CutOutWindSpeedmps\": \"25\",\n        \"WindClass\": \"IEC IA\",\n        \"RotorDiameterm\": 90,\n        \"SweptAream2\": 6362,\n        \"PowerDensitym2pkW\": 2.12,\n        \"RotorSpeedrpm\": 16.1,\n        \"RotorOperationalIntervalrpm\": \"8.6-18.4\",\n        \"RotorWeightt\": 40,\n        \"PowerRegulation\": \"Pitch regulated with variable speed\",\n        \"GeneratorType\": \"4 pole doubly fed generator\",\n        \"GeneratorPowerkWpUnit\": 3000,\n        \"GeneratorUnits\": 1,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 1000,\n        \"FrequencyHz\": \"50/60\",\n        \"Converter\": \"VCS (Vestas Converter System)\",\n        \"GearboxType\": \"Two planetary stages and one helical stage\",\n        \"GearboxRatio\": \"1:104\",\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 44,\n        \"BladesMaterial\": \"Glass fiber/carbon spar with glass fibre airfoil\",\n        \"BladesType\": null,\n        \"BladesWeightt\": 6.6,\n        \"TowerType\": \"Tubular steel tower\",\n        \"TowerHeightm\": \"80/105\",\n        \"TowerWeightt\": \"Site-specific\",\n        \"NacelleHeightm\": 5.4,\n        \"NacelleLengthm\": 9.65,\n        \"NacelleWidthm\": 3.65,\n        \"NacelleWeightt\": 70,\n        \"Insurance\": \"Full availability guarantee, under which Vestas pays compensation if the turbine fails to meet the agreed availability targets.\",\n        \"SellingPoints\": \"Setting the standard for low-weight, high performance turbines. Groundbreaking blade design, reducing loads transferred to the nacelle. Innovative nacelle is lighter because its gearbox has an integrated main bearing that eliminates the need for a traditional main shaft.\",\n        \"Comments\": \"A problem in the gearbox has affected 36 offshore wind turbines. Blade weight +/- 0.4t.\",\n        \"InstalledOn\": \" Belwind  (BE), Sprogø (DK), Egmond aan Zee (NL), Barrow (GB), Kentish Flats (GB), Robin Rigg (GB), Thanet (GB)\",\n        \"WindfarmSEOurl\": \" belwind--belgium-be03.html, sprogø-denmark-dk12.html, egmond-aan-zee-netherlands-nl02.html, barrow-united-kingdom-uk01.html, kentish-flats-united-kingdom-uk12.html, robin-rigg-united-kingdom-uk20.html, thanet-united-kingdom-uk29.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-vestas-v90-3.0-mw-offshore-tid54.html\",\n        \"WindfarmIds\": \" BE03, DK12, NL02, UK01, UK12, UK20, UK29\"\n    },\n    {\n        \"TurbineId\": 56,\n        \"TurbineName\": \"V39-500kW\",\n        \"Image\": \"https://www.4coffshore.com/images/turbines/56.png\",\n        \"Manufacturer\": \"Vestas\",\n        \"CommerciallyAvailable\": \"No Longer Commercially Available                  \",\n        \"ExpectedYearCommercialisation\": null,\n        \"RatedPowerMW\": 0.5,\n        \"CutInWindSpeedmps\": \"4.5\",\n        \"RatedWindSpeedmps\": \"16\",\n        \"CutOutWindSpeedmps\": null,\n        \"WindClass\": null,\n        \"RotorDiameterm\": 39,\n        \"SweptAream2\": 1195,\n        \"PowerDensitym2pkW\": 2.39,\n        \"RotorSpeedrpm\": 30,\n        \"RotorOperationalIntervalrpm\": null,\n        \"RotorWeightt\": 6,\n        \"PowerRegulation\": \"Pitch controlled\",\n        \"GeneratorType\": \"Asynchronous\",\n        \"GeneratorPowerkWpUnit\": null,\n        \"GeneratorUnits\": null,\n        \"GeneratorSpeedrpm\": null,\n        \"VoltageV\": 690,\n        \"FrequencyHz\": \"50\",\n        \"Converter\": null,\n        \"GearboxType\": \"Planetary/Helical\",\n        \"GearboxRatio\": \"1:50\",\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": null,\n        \"BladesMaterial\": \"Fiberglass/polyester\",\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Tubular steel tower\",\n        \"TowerHeightm\": \"40\",\n        \"TowerWeightt\": \"28.5\",\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": 18,\n        \"Insurance\": \"Inclusive 5 year warranty and support service to ensure trouble free operation.\",\n        \"SellingPoints\": \"Reliability, for a range of harsh conditions. Remaining design life is in excess of 15 years.\",\n        \"Comments\": null,\n        \"InstalledOn\": \" Tunø Knob (DK)\",\n        \"WindfarmSEOurl\": \" tunø-knob-denmark-dk05.html\",\n        \"HasImage\": true,\n        \"SEOurl\": \"turbine-vestas-v39-500kw-tid56.html\",\n        \"WindfarmIds\": \" DK05\"\n    }\n]"},{"id":"159513dc-beb8-4aa2-9d7b-b67111fb5fc0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/details?manufacturerName=Vestas","host":["https://data.4coffshore.com"],"path":["api","turbines","details"],"query":[{"key":"manufacturerName","value":"Vestas"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5865fbf3-becd-47c6-ac32-ce8208326ab5"}],"id":"1a68244e-388d-44a4-a055-c8194c3f45c5","_postman_id":"1a68244e-388d-44a4-a055-c8194c3f45c5","description":""},{"name":"Turbines On Projects","item":[{"name":"All Turbines on Projects Details","id":"a3d3c903-8b4c-4194-b865-8b03835e26cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"4f43dad9-ca22-489a-b2a6-bacff57df5c6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:38:48 GMT"},{"key":"Content-Length","value":"1281"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 9575,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"OtherNames\": \"Durres\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 539,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 154,\n        \"TurbineModel\": null,\n        \"TurbineManufacturer\": \"Blue H Technologies BV\",\n        \"NominalCapacityMW\": \"539\",\n        \"IsExpired\": \"Yes\",\n        \"TurbineId\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 688,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"Country\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 30,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"TurbineModel\": \"5M (Senvion)\",\n        \"TurbineManufacturer\": \"Senvion GmbH\",\n        \"NominalCapacityMW\": \"30\",\n        \"IsExpired\": null,\n        \"TurbineId\": 35\n    },\n    {\n        \"WindfarmStakeholderId\": 3232,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"Country\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 216,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"TurbineModel\": \"V112-3.0 MW Offshore (MHI Vestas Offshore Wind)\",\n        \"TurbineManufacturer\": \"Vestas Offshore AS\",\n        \"NominalCapacityMW\": \"216\",\n        \"IsExpired\": null,\n        \"TurbineId\": 55\n    }\n]"},{"id":"e7f4c1fe-3886-434b-87ff-fb8b0ba23699","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a3d3c903-8b4c-4194-b865-8b03835e26cb"},{"name":"All Turbines on Projects Details by turbineID","id":"e7079946-c200-4b0f-b0a1-dc73cf29140e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?turbineID=1","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineID","value":"1"}],"variable":[]}},"response":[{"id":"40745747-c719-458c-a2ec-8a674b31c1cf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"turbineID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:42:05 GMT"},{"key":"Content-Length","value":"1405"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 8034,\n        \"WindfarmId\": \"UK65\",\n        \"Name\": \"ForthWind Offshore Wind Demonstration Project - phase 1\",\n        \"OtherNames\": \"2B Energy Prototype, 2B Energy Test Site, 2B Energy Powerblock\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Consent Authorised\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 29.9,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 20,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TurbineModel\": \"2B6 (2-B Energy)\",\n        \"TurbineManufacturer\": \"2-B Energy (UK)\",\n        \"NominalCapacityMW\": \"12\",\n        \"IsExpired\": \"Yes\",\n        \"TurbineId\": 1\n    },\n    {\n        \"WindfarmStakeholderId\": 14461,\n        \"WindfarmId\": \"NL0A\",\n        \"Name\": \"2B Energy Eemshaven Test (onshore)\",\n        \"OtherNames\": null,\n        \"Country\": \"Netherlands\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 6,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TurbineModel\": \"2B6 (2-B Energy)\",\n        \"TurbineManufacturer\": \"2-B Energy B.V.\",\n        \"NominalCapacityMW\": \"6\",\n        \"IsExpired\": null,\n        \"TurbineId\": 1\n    },\n    {\n        \"WindfarmStakeholderId\": 25737,\n        \"WindfarmId\": \"UK2Y\",\n        \"Name\": \"ForthWind Offshore Wind Demonstration Project - phase 2\",\n        \"OtherNames\": \"2B Energy Powerblock\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 53,\n        \"TurbineMWMin\": 6,\n        \"TurbineMWMax\": 12,\n        \"NoTurbinesMin\": 7,\n        \"NoTurbinesMax\": 9,\n        \"TurbineModel\": \"2B6 (2-B Energy)\",\n        \"TurbineManufacturer\": \"2-B Energy (UK)\",\n        \"NominalCapacityMW\": \"53\",\n        \"IsExpired\": null,\n        \"TurbineId\": 1\n    }\n]"},{"id":"65911eca-cd0b-48e7-a361-735f7621511d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"turbineID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e7079946-c200-4b0f-b0a1-dc73cf29140e"},{"name":"All Turbines on Projects Details by countryName","id":"c806c895-a83b-4440-a0d0-2c1938dc38bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?countryName=spain","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"spain"}],"variable":[]}},"response":[{"id":"a2cc89ed-45c9-4afe-b022-39561a3dae46","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?countryName=spain","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"countryName","value":"spain"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:46:18 GMT"},{"key":"Content-Length","value":"1173"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 5386,\n        \"WindfarmId\": \"ES41\",\n        \"Name\": \"Zèfir - phase 1\",\n        \"OtherNames\": null,\n        \"Country\": \"Spain\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"CapacityMWMin\": 10,\n        \"CapacityMWMax\": 20,\n        \"TurbineMWMin\": 4.5,\n        \"TurbineMWMax\": 7,\n        \"NoTurbinesMin\": 2,\n        \"NoTurbinesMax\": 4,\n        \"TurbineModel\": null,\n        \"TurbineManufacturer\": \"Gamesa Corporación Tecnológica S.A.\",\n        \"NominalCapacityMW\": \"20\",\n        \"IsExpired\": null,\n        \"TurbineId\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 5387,\n        \"WindfarmId\": \"ES42\",\n        \"Name\": \"Zèfir - phase 2\",\n        \"OtherNames\": null,\n        \"Country\": \"Spain\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 50,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": 6,\n        \"NoTurbinesMax\": 8,\n        \"TurbineModel\": null,\n        \"TurbineManufacturer\": \"Gamesa Corporación Tecnológica S.A.\",\n        \"NominalCapacityMW\": \"50\",\n        \"IsExpired\": null,\n        \"TurbineId\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 5626,\n        \"WindfarmId\": \"ES43\",\n        \"Name\": \"HiPRWind\",\n        \"OtherNames\": null,\n        \"Country\": \"Spain\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 1.5,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TurbineModel\": null,\n        \"TurbineManufacturer\": \"ACCIONA Windpower\",\n        \"NominalCapacityMW\": \"1.5\",\n        \"IsExpired\": null,\n        \"TurbineId\": null\n    }\n]"},{"id":"a8832f57-7889-4d14-b9ec-796afe153378","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?countryName=spain","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"countryName","value":"spain"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c806c895-a83b-4440-a0d0-2c1938dc38bc"},{"name":"All Turbines on Projects Details by windfarmStatus","id":"e548ef8d-e2bf-42d1-9f23-13cf9cc249d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?windfarmStatus=Fully Commissioned","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}],"variable":[]}},"response":[{"id":"f869b9c0-c123-48af-8bec-362c52bdbd5c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmStatus=Fully Commissioned","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:53:13 GMT"},{"key":"Content-Length","value":"1270"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 472,\n        \"WindfarmId\": \"DE08\",\n        \"Name\": \"Butendiek\",\n        \"OtherNames\": \"Offshore-Bürgerpark Butendiek\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 288,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 80,\n        \"TurbineModel\": \"SWT-3.6-120 (Siemens)\",\n        \"TurbineManufacturer\": \"Siemens Wind Power A/S\",\n        \"NominalCapacityMW\": \"288\",\n        \"IsExpired\": null,\n        \"TurbineId\": 45\n    },\n    {\n        \"WindfarmStakeholderId\": 335,\n        \"WindfarmId\": \"DK12\",\n        \"Name\": \"Sprogø\",\n        \"OtherNames\": \"Storebaelt\",\n        \"Country\": \"Denmark\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 21,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 7,\n        \"TurbineModel\": \"V90-3.0 MW Offshore (Vestas)\",\n        \"TurbineManufacturer\": \"Vestas Offshore AS\",\n        \"NominalCapacityMW\": \"21\",\n        \"IsExpired\": null,\n        \"TurbineId\": 54\n    },\n    {\n        \"WindfarmStakeholderId\": 286,\n        \"WindfarmId\": \"UK23\",\n        \"Name\": \"Scroby Sands\",\n        \"OtherNames\": null,\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 60,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 2,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 30,\n        \"TurbineModel\": \"V80-2.0 MW (Vestas)\",\n        \"TurbineManufacturer\": \"Vestas Offshore AS\",\n        \"NominalCapacityMW\": \"60\",\n        \"IsExpired\": null,\n        \"TurbineId\": 53\n    }\n]"},{"id":"24ce498b-0e7d-47a6-a257-0b7714fc82d7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmStatus=Fully Commissioned","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e548ef8d-e2bf-42d1-9f23-13cf9cc249d3"},{"name":"All Turbines on Projects Details by windfarmID","id":"1fade565-174c-4286-876d-1acf66a5b03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?windfarmID=uk05","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"uk05"}],"variable":[]}},"response":[{"id":"53827baa-f7ef-4248-9efe-5e7b5b7fc79e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmID=uk05","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmID","value":"uk05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:55:22 GMT"},{"key":"Content-Length","value":"430"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 2052,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"OtherNames\": \"GGOWL\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 504,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 140,\n        \"TurbineModel\": \"SWT-3.6-107 (Siemens)\",\n        \"TurbineManufacturer\": \"Siemens Wind Power A/S\",\n        \"NominalCapacityMW\": \"504\",\n        \"IsExpired\": null,\n        \"TurbineId\": 44\n    }\n]"},{"id":"0e73d6c1-729d-470f-8659-95174a432cf2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmID=uk05","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmID","value":"uk05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1fade565-174c-4286-876d-1acf66a5b03c"},{"name":"All Turbines on Projects Details by windfarmName","id":"b7ee0b44-3631-4b66-b6e1-930c8b12695e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?windfarmName=Greater Gabbard","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Greater Gabbard"}],"variable":[]}},"response":[{"id":"fe96ff58-38e6-40a7-a6f6-15fc984ac3eb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmName=Greater Gabbard","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmName","value":"Greater Gabbard"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:57:36 GMT"},{"key":"Content-Length","value":"430"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 2052,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"OtherNames\": \"GGOWL\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 504,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 140,\n        \"TurbineModel\": \"SWT-3.6-107 (Siemens)\",\n        \"TurbineManufacturer\": \"Siemens Wind Power A/S\",\n        \"NominalCapacityMW\": \"504\",\n        \"IsExpired\": null,\n        \"TurbineId\": 44\n    }\n]"},{"id":"65fa3292-6ebd-48cd-863a-398e0bf33b48","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?windfarmName=Greater Gabbard","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"windfarmName","value":"Greater Gabbard"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b7ee0b44-3631-4b66-b6e1-930c8b12695e"},{"name":"All Turbines on Projects Details by isExpired","id":"4375242b-359a-4225-9e17-e8d39af8b9ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?isExpired=Yes","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"isExpired","value":"Yes"}],"variable":[]}},"response":[{"id":"f8138584-cad6-452b-a099-4eff9273c3a7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?isExpired=Yes","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"isExpired","value":"Yes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 12:59:20 GMT"},{"key":"Content-Length","value":"1245"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 1154,\n        \"WindfarmId\": \"MV01\",\n        \"Name\": \"Gaafaru\",\n        \"OtherNames\": null,\n        \"Country\": \"Maldives\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 50,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": null,\n        \"TurbineModel\": null,\n        \"TurbineManufacturer\": \"GE Energy\",\n        \"NominalCapacityMW\": \"75\",\n        \"IsExpired\": \"Yes\",\n        \"TurbineId\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 1104,\n        \"WindfarmId\": \"DE20\",\n        \"Name\": \"Nordergründe\",\n        \"OtherNames\": \"OWP Nordergründe, Nordergrunde\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 110.7,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 18,\n        \"TurbineModel\": \"6.2M126 (Senvion)\",\n        \"TurbineManufacturer\": \"Senvion GmbH\",\n        \"NominalCapacityMW\": \"110.7\",\n        \"IsExpired\": \"Yes\",\n        \"TurbineId\": 36\n    },\n    {\n        \"WindfarmStakeholderId\": 687,\n        \"WindfarmId\": \"CA01\",\n        \"Name\": \"NaiKun - Haida Energy Field \",\n        \"OtherNames\": null,\n        \"Country\": \"Canada\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 396,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": 67,\n        \"NoTurbinesMax\": 110,\n        \"TurbineModel\": \"SWT-4.0-130 (Siemens)\",\n        \"TurbineManufacturer\": \"Siemens Wind Power A/S\",\n        \"NominalCapacityMW\": \"400\",\n        \"IsExpired\": \"Yes\",\n        \"TurbineId\": 142\n    }\n]"},{"id":"6c1a792a-157a-42ea-961b-6d5139f6d6ba","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?isExpired=Yes","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"isExpired","value":"Yes"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4375242b-359a-4225-9e17-e8d39af8b9ad"},{"name":"All Turbines on Projects Details by TurbineMinMaxMW","id":"c9f8d8af-7377-4feb-99cf-95fdf15b6581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/turbines/projects?turbineMinMW=2&turbineMaxMW=4","description":"<p>This <code>GET</code> operation allows you to retrieve all turbines on projects details filtered by the <code>turbineMinMW</code> and/or <code>turbineMaxMW</code> parameters.\nBoth parameters require either an integer as their value.</p>\n","urlObject":{"path":["api","turbines","projects"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineMinMW","value":"2"},{"key":"turbineMaxMW","value":"4"}],"variable":[]}},"response":[{"id":"2c40d5ea-b3d9-4857-9102-c6ebcad9a3d5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?turbineMinMW=2&turbineMaxMW=4","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"turbineMinMW","value":"2"},{"key":"turbineMaxMW","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVx0dXJiaW5lc1xwcm9qZWN0cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 14:17:43 GMT"},{"key":"Content-Length","value":"6525"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 1742,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"UP82-1500 (Guodian United Power)\",\n        \"TurbineManufacturer\": \"Guodian United Power Technology Co., Ltd.(国电联合动力技术有限公司)\",\n        \"NominalCapacityMW\": \"3\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 326\n    },\n    {\n        \"WindfarmStakeholderId\": 1743,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"MY2.5-100 SCD (MingYang)\",\n        \"TurbineManufacturer\": \"Ming Yang Smart Energy Group Limited (明阳智慧能源集团股份公司)\",\n        \"NominalCapacityMW\": \"2.5\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 356\n    },\n    {\n        \"WindfarmStakeholderId\": 2887,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"W2000/93 (Shanghai Electric - Aerodyn)\",\n        \"TurbineManufacturer\": \"Shanghai Electric Power Generation Group (上海电气)\",\n        \"NominalCapacityMW\": \"4\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 146\n    },\n    {\n        \"WindfarmStakeholderId\": 5562,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"EN82-1.5 (Envision Energy)\",\n        \"TurbineManufacturer\": \"Envision Energy (远景能源)\",\n        \"NominalCapacityMW\": \"3\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 327\n    },\n    {\n        \"WindfarmStakeholderId\": 5563,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"H 102-2.0MW (CSIC Haizhuang Windpower Equipment)\",\n        \"TurbineManufacturer\": \"CSIC (Chongqing) Haizhuang Windpower Equipment (中船重工(重庆)海装风电设备有限公司)\",\n        \"NominalCapacityMW\": \"2\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 228\n    },\n    {\n        \"WindfarmStakeholderId\": 5564,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"SL3000/113 (Sinovel)\",\n        \"TurbineManufacturer\": \"Sinovel Wind Co., Ltd (华锐风电)\",\n        \"NominalCapacityMW\": \"6\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 145\n    },\n    {\n        \"WindfarmStakeholderId\": 5565,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"SE9320III-S3 (Sany Group)\",\n        \"TurbineManufacturer\": \"SANY Group (三一集团)\",\n        \"NominalCapacityMW\": \"2\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 332\n    },\n    {\n        \"WindfarmStakeholderId\": 10605,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"GW 109/2500 (Goldwind)\",\n        \"TurbineManufacturer\": \"Goldwind (Xinjiang Goldwind Science & Technology Co., Ltd. ) (新疆金风科技股份有限公司)\",\n        \"NominalCapacityMW\": \"2.5\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 24\n    },\n    {\n        \"WindfarmStakeholderId\": 10606,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"BN82-2000 (Wuxi Baonan Machine Co., Ltd)\",\n        \"TurbineManufacturer\": \"Wuxi Baonan Machinery Co Ltd (无锡宝南机器制造有限公司)\",\n        \"NominalCapacityMW\": \"2\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 330\n    },\n    {\n        \"WindfarmStakeholderId\": 34003,\n        \"WindfarmId\": \"NO60\",\n        \"Name\": \"SeaTwirl S2\",\n        \"OtherNames\": \"Seatwirl - Metcentre\",\n        \"Country\": \"Norway\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 1,\n        \"TurbineMWMin\": 1,\n        \"TurbineMWMax\": 1,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"TurbineModel\": \"SeaTwirl S2 (SeaTwirl)\",\n        \"TurbineManufacturer\": \"SeaTwirl AB\",\n        \"NominalCapacityMW\": \"1\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 266\n    },\n    {\n        \"WindfarmStakeholderId\": 55212,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"MY1.5-82 (MingYang)\",\n        \"TurbineManufacturer\": \"Ming Yang Smart Energy Group Limited (明阳智慧能源集团股份公司)\",\n        \"NominalCapacityMW\": \"3\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 325\n    },\n    {\n        \"WindfarmStakeholderId\": 55213,\n        \"WindfarmId\": \"CN07\",\n        \"Name\": \"Longyuan Rudong Intertidal Trial Wind Farm\",\n        \"OtherNames\": \"江苏龙源电力如东30MW/32MW（潮间带）试验风电场\",\n        \"Country\": \"China\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CapacityMWMin\": null,\n        \"CapacityMWMax\": 32,\n        \"TurbineMWMin\": 1.5,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 16,\n        \"TurbineModel\": \"GW-82/1500 (Goldwind)\",\n        \"TurbineManufacturer\": \"Goldwind (Xinjiang Goldwind Science & Technology Co., Ltd. ) (新疆金风科技股份有限公司)\",\n        \"NominalCapacityMW\": \"1.5\",\n        \"IsExpired\": \"No\",\n        \"TurbineId\": 331\n    }\n]"},{"id":"a765516d-390e-4c8d-9575-178a6c889805","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/turbines/projects?turbineMinMW=2&turbineMaxMW=4","host":["https://data.4coffshore.com"],"path":["api","turbines","projects"],"query":[{"key":"turbineMinMW","value":"2"},{"key":"turbineMaxMW","value":"4"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c9f8d8af-7377-4feb-99cf-95fdf15b6581"}],"id":"f9132b90-a8bb-454f-8131-c335716c609f","_postman_id":"f9132b90-a8bb-454f-8131-c335716c609f","description":""}],"id":"adb16d96-613d-42fa-890f-8b034b46f731","description":"<p>Access all offshore wind turbines details, with a subscription to our ForeSEE API service, you're able to access intelligence such as:</p>\n<ul>\n<li><a href=\"#1a68244e-388d-44a4-a055-c8194c3f45c5\">Turbine Details</a></li>\n<li><a href=\"#f9132b90-a8bb-454f-8131-c335716c609f\">Turbines on Project</a></li>\n</ul>\n<p>Note: ForeSEE's Offshore Wind Turbine Intelligence API requires a subscription, please contact our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a></p>\n","_postman_id":"adb16d96-613d-42fa-890f-8b034b46f731"},{"name":"Offshore Wind Logistics Intelligence","item":[{"name":"Vessels","item":[{"name":"All Vessels Details","id":"825a69d4-ad5f-4dce-8d36-961f542b1e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all OWL Vessels.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"fa0af6b9-4160-4ce7-9084-d1d87f7dbbd9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:48:50 GMT"},{"key":"Content-Length","value":"6189"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    },\n    {\n        \"VesselId\": 127,\n        \"Name\": \"Wind Crew 1\",\n        \"CompanyName\": \"Marituma Offshore\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/127.png\",\n        \"OtherNames\": null,\n        \"Flag\": \"DK\",\n        \"CallSign\": \"OXDM2\",\n        \"MMSI\": \"219014141\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Kaskasi\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"CountryName\": \"Germany\",\n        \"MonthsOnsite\": 0.5,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"1989-01-01T00:00:00\",\n        \"Shipyard\": \"Unknown\",\n        \"ConstructionCountry\": \"NO\",\n        \"Design\": null,\n        \"Classification\": \"MCA Cat 2\",\n        \"LOAM\": 19.2,\n        \"LOACategory\": \"18-24m\",\n        \"BreadthM\": 5,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.3,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"28\",\n        \"FreeDeckSpaceM2\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeckSpaceAftM\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": null,\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 0,\n        \"GrossTonnageTons\": 54.9,\n        \"NetTonnageTons\": null,\n        \"FuelCapacityLitres\": 3000,\n        \"FuelConsumptionLHr\": 180,\n        \"FuelConsumptionNotes\": \"180 litres per hour @ service speed 22 knots\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"PropDescription\": \"Servogear VD250, Bow thruster Sleiper 23 kW\",\n        \"Gearbox\": \"Servogear\",\n        \"GearBoxModel\": \"VD250A/B\",\n        \"GearBoxRatio\": \"1.96:1\",\n        \"EngineType\": \"MAN D2842 630 kW\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"Marituma Offshore\",\n        \"CompanyWeb\": \"http://marituma.eu\",\n        \"Webpage2\": \"http://marituma.eu/WindCrew_1.html\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Wind Crew 1 was a passenger ferry before it was acquired by Fred. Olsen Windcarrier in 2009 when it underwent an extensive refit to ensure optimum utility for the offshore wind industry. \\r\\n\\r\\nIts previous service had been as a passenger and ambulance vessel in rough Norwegian waters. It was used by a Fred.Olsen subsidiary which is engaged in the wave energy market but has since been sold to Marituma Offshore.\"\n    },\n    {\n        \"VesselId\": 134,\n        \"Name\": \"AMS Spirit\",\n        \"CompanyName\": \"Audacious Marine Services\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - GRP\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/134.png\",\n        \"OtherNames\": \"Iceni Spirit\",\n        \"Flag\": \"UK\",\n        \"CallSign\": \"2DCF8\",\n        \"MMSI\": \"235077743\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": \"\",\n        \"CountryName\": \"\",\n        \"MonthsOnsite\": 2.8,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2009-03-01T00:00:00\",\n        \"Shipyard\": \"South Boats Special Projects Ltd (ceased trading)\",\n        \"ConstructionCountry\": \"UK\",\n        \"Design\": \"South Boats 15m WFSV\",\n        \"Classification\": \"MCA Cat 2\",\n        \"LOAM\": 15.5,\n        \"LOACategory\": \"Under 18m\",\n        \"BreadthM\": 6.3,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1,\n        \"AirDraftM\": 8.12,\n        \"TransitSpeedKn\": 24,\n        \"MaxSpeedKn\": \"28\",\n        \"FreeDeckSpaceM2\": 29,\n        \"DeckSpaceForewardM\": 14.5,\n        \"DeckSpaceAftM\": 14.5,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": 5,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": 1.5,\n        \"TankNotes\": \"Fresh water: 200 litres\",\n        \"NumberCrew\": 2,\n        \"NumberPassengers\": 12,\n        \"Berths\": 0,\n        \"GrossTonnageTons\": null,\n        \"NetTonnageTons\": null,\n        \"FuelCapacityLitres\": 3600,\n        \"FuelConsumptionLHr\": 180,\n        \"FuelConsumptionNotes\": \"Fuel @ sprint 220 Litres per hour @ 100% Fuel @ service 180 Litres per hour @ 80% \",\n        \"PropulsionType\": \"Water Jets\",\n        \"PropDescription\": \"Ultrajet water jets UJ451\",\n        \"Gearbox\": \"ZF\",\n        \"GearBoxModel\": \"360 series\",\n        \"GearBoxRatio\": \"1.26:1\",\n        \"EngineType\": \"Scania 625 hp D12 60M\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": 5,\n        \"Crane1Tons\": 0.9,\n        \"Crane1RadiusM\": 5.1,\n        \"Crane1Description\": \"Palfinger PK4501M 900kg. 5.1m reach can be fitted on request.\",\n        \"Owner\": \"Audacious Marine Services\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": \"https://audaciousmarineservices.com/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Audacious Spirit is one of the early vessels in the offshore wind market and was built by Southboats Special Projects in the UK. The 15m vessel is powered by two Ultrajet water jets. \\r\\n\\r\\nThe vessel was previously owned by Turner Iceni.\"\n    }\n]"},{"id":"d0477eb8-70a7-4a24-a523-52c89b7322b7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"825a69d4-ad5f-4dce-8d36-961f542b1e48"},{"name":"Vessel Details by vesselName","id":"143f1e09-983f-48b6-86fc-806a61448758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?name=Novus","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics via the <code>vesselName</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"name","value":"Novus"}],"variable":[]}},"response":[{"id":"a755cdaf-516e-452c-9cb7-448c7d7aa913","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?name=Novus","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"name","value":"Novus"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:51:25 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"48f143d1-ad1d-4af8-b7dd-82d277049fef","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?name=Novus","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"name","value":"Novus"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"143f1e09-983f-48b6-86fc-806a61448758"},{"name":"Vessel Details by vesselID","id":"74875332-eab6-4ca7-85fc-b3e36e62539d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?vesselID=66","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics via the <code>vesselID</code> integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"66"}],"variable":[]}},"response":[{"id":"01bb23e1-c857-4353-a263-9dc88f3c3d54","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?vesselID=66","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"vesselID","value":"66"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:52:33 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"7e5f8830-0cc5-4af9-ac22-b28a3a114524","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?vesselID=66","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"vesselID","value":"66"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"74875332-eab6-4ca7-85fc-b3e36e62539d"},{"name":"Vessel Details by callsign","id":"f7caa23a-1202-427d-8c39-d83414572c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?callsign=CIZ2543","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics vessel via the <code>callSign</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"CIZ2543"}],"variable":[]}},"response":[{"id":"30fc0790-521a-4587-8b8c-6031756a5a2b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?callsign=CIZ2543","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"callsign","value":"CIZ2543"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:53:29 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"1e0d0f1b-b2c5-49af-832c-cd5b9fb9bcc2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?callsign=CIZ2543","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"callsign","value":"CIZ2543"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f7caa23a-1202-427d-8c39-d83414572c4a"},{"name":"All Vessel Details by owner","id":"b4bf9efc-a916-495f-bc7d-d7483c3bb94a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?owner=LeeWay Marine Inc","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics vessel via the <code>owner</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"owner","value":"LeeWay Marine Inc"}],"variable":[]}},"response":[{"id":"239c6453-eff2-4f92-9cd6-fab71e7430ef","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?owner=LeeWay Marine Inc","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"owner","value":"LeeWay Marine Inc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:54:32 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"8795c73f-c84e-4036-9c6f-2886449291c0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?owner=LeeWay Marine Inc","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"owner","value":"LeeWay Marine Inc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b4bf9efc-a916-495f-bc7d-d7483c3bb94a"},{"name":"All Vessel Details by shipyard","id":"7c9e6869-96e7-4503-82d3-1af58e648a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?shipyard=ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics vessel via the <code>shipyard</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"shipyard","value":"ABEKING "},{"key":" RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","value":null}],"variable":[]}},"response":[{"id":"e924cf1a-9f2c-4d74-a556-6fcedcc6169d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?shipyard=ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"shipyard","value":"ABEKING "},{"key":" RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:56:23 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"2d016194-0a69-4f3c-9c88-8c697c40adc5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?shipyard=ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"shipyard","value":"ABEKING "},{"key":" RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7c9e6869-96e7-4503-82d3-1af58e648a3e"},{"name":"All Vessel Details by MMSI","id":"5662c371-7f5e-429b-bd40-6681cd88c364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?MMSI=316019966","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>MMSI</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"MMSI","value":"316019966"}],"variable":[]}},"response":[{"id":"3aabeb9c-99d9-48e0-8705-57e4ce96af78","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?MMSI=316019966","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"MMSI","value":"316019966"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:57:43 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"296c769f-dfad-419a-abbb-d6c989162932","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?MMSI=316019966","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"MMSI","value":"316019966"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5662c371-7f5e-429b-bd40-6681cd88c364"},{"name":"All Vessel Details by IMO","id":"217fea6c-aafd-4981-8906-04d984adf790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?IMO=9514119","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>INO</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"IMO","value":"9514119"}],"variable":[]}},"response":[{"id":"9a3801cf-de6d-42dd-b25d-fae188725989","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?IMO=9514119","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"IMO","value":"9514119"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 09:58:51 GMT"},{"key":"Content-Length","value":"1974"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    }\n]"},{"id":"1d30ecac-0ab5-44c1-8713-26d0b402a1d0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?IMO=9514119","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"IMO","value":"9514119"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"217fea6c-aafd-4981-8906-04d984adf790"},{"name":"All Vessel Details by LOAM","id":"c679333e-364d-4368-a2d1-daf761f4ea5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?LOAM=26","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>LOAM</code> string parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"LOAM","value":"26"}],"variable":[]}},"response":[{"id":"e2d32259-fca5-4a3f-9748-4d6fda522bfe","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?LOAM=26","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"LOAM","value":"26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:00:38 GMT"},{"key":"Content-Length","value":"6772"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1158,\n        \"Name\": \"JLD Lewis\",\n        \"CompanyName\": \"Atlantique Maritime Services\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1158.png\",\n        \"OtherNames\": \"Sure Shamal\",\n        \"Flag\": \"MT\",\n        \"CallSign\": \"2EAP3\",\n        \"MMSI\": \"235083503\",\n        \"IMO\": \"9614581\",\n        \"WindfarmName\": \"Saint-Nazaire\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"CountryName\": \"France\",\n        \"MonthsOnsite\": 0.9,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2011-06-01T00:00:00\",\n        \"Shipyard\": \"Damen Shipyards\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": \"Damen FCS 2610\",\n        \"Classification\": \"BV I ✠  HULL * MACH Light Ship / Fast Utility Vessel, Sea Area 2; MCA Cat 1\",\n        \"LOAM\": 26,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 10.4,\n        \"MinDraftM\": 1.98,\n        \"MaxDraftM\": 2.2,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 24,\n        \"MaxSpeedKn\": \"25\",\n        \"FreeDeckSpaceM2\": 90,\n        \"DeckSpaceForewardM\": 90,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 15,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 3,600 litres\",\n        \"NumberCrew\": 4,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 126,\n        \"NetTonnageTons\": 24,\n        \"FuelCapacityLitres\": 21000,\n        \"FuelConsumptionLHr\": 350,\n        \"FuelConsumptionNotes\": \"Fuel consumption at service speed based on data for a vessel of the same design. At maximum speed, fuel consumption 450 litres per hour.\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": \"Bow thruster: 2 x 52 kW\",\n        \"Gearbox\": \"Reintjes\",\n        \"GearBoxModel\": \"ZWVS 440/1\",\n        \"GearBoxRatio\": \"1.288:1, 2.692:1\",\n        \"EngineType\": \"Caterpillar C32 TTA B\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 0.9,\n        \"Crane1RadiusM\": 14.86,\n        \"Crane1Description\": \"Heila 20-2S+3PM Deck crane\",\n        \"Owner\": \"Atlantique Maritime Services\",\n        \"CompanyWeb\": \"https://groupelhd.fr/\",\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"Yes\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"JDL Lewis is a FCS 2610 Damen design vessel, powered by two Caterpillar C32 TTA B engines and can reach speeds of 26 knots. \\r\\n\\r\\n It was worked through out Europe and was previously operated by Marineco, but was sold to Sure Wind in 2013. It was subsequently sold to Atlantique Maritime Services and renamed.\"\n    },\n    {\n        \"VesselId\": 1285,\n        \"Name\": \"MCS Boreas\",\n        \"CompanyName\": \"Maritime Craft Services (Clyde) Ltd\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1285.png\",\n        \"OtherNames\": null,\n        \"Flag\": \"UK\",\n        \"CallSign\": \"2GDR8\",\n        \"MMSI\": \"235096501\",\n        \"IMO\": \"9679098\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": \"\",\n        \"CountryName\": \"\",\n        \"MonthsOnsite\": 4,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2013-05-01T00:00:00\",\n        \"Shipyard\": \"Damen Shipyards\",\n        \"ConstructionCountry\": \"VN\",\n        \"Design\": \"Damen FCS 2610\",\n        \"Classification\": \"BV I ✠ HULL ✠ MACH, Light Ship / Fast Utility Vessel, Sea Area 3; MCA Cat 1\",\n        \"LOAM\": 26,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 10.4,\n        \"MinDraftM\": 1.98,\n        \"MaxDraftM\": 2.2,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"26\",\n        \"FreeDeckSpaceM2\": 90,\n        \"DeckSpaceForewardM\": 90,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 15,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1.8m3\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 6,\n        \"GrossTonnageTons\": 81.58,\n        \"NetTonnageTons\": 50,\n        \"FuelCapacityLitres\": 21000,\n        \"FuelConsumptionLHr\": 350,\n        \"FuelConsumptionNotes\": \"Fuel consumption at service speed based on data for a vessel of the same design. At maximum speed, fuel consumption 450 litres per hour.\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": \"Reintjes\",\n        \"GearBoxModel\": \"ZWVS 440/1\",\n        \"GearBoxRatio\": \"1.288:1, 2.692:1\",\n        \"EngineType\": \"Caterpillar C22T\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 2.2,\n        \"Crane1RadiusM\": 8.6,\n        \"Crane1Description\": \"Heila HLM 20-2s deck crane\",\n        \"Owner\": \"Maritime Craft Services (Clyde) Ltd\",\n        \"CompanyWeb\": \"http://www.maritimecraft.co.uk\",\n        \"Webpage2\": \"https://www.maritimecraft.co.uk/crew-transfer/mcs-boreas\",\n        \"HasMoonpool\": \"Yes\",\n        \"IsForSale\": false,\n        \"VesselPrice\": 2.9,\n        \"CurrencyID\": \"GBP\",\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"MCS Boreas was built at the Damen shipyard in Vietnam. The cost was stated to be approximately £2.9mn. MCS Boreas arrived in Bremerhaven at the beginning of August 2013. \\r\\n\\r\\nThe image available is of sister vessel MCS Sirocco.\"\n    },\n    {\n        \"VesselId\": 1287,\n        \"Name\": \"MCS Allianz Levantoa\",\n        \"CompanyName\": \"Maritime Craft Services (Clyde) Ltd\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1287.png\",\n        \"OtherNames\": \"MCS Levanto\",\n        \"Flag\": \"PA\",\n        \"CallSign\": \"HO7175\",\n        \"MMSI\": \"371921000\",\n        \"IMO\": \"9679086\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2013-05-01T00:00:00\",\n        \"Shipyard\": \"Damen Shipyards\",\n        \"ConstructionCountry\": \"VN\",\n        \"Design\": \"Damen FCS 2610\",\n        \"Classification\": \"BV I ✠ HULL ✠ MACH, Light Ship / Fast Utility Vessel, Sea Area 3; MCA Cat 1\",\n        \"LOAM\": 26,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 10.4,\n        \"MinDraftM\": 1.98,\n        \"MaxDraftM\": 2.2,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"26\",\n        \"FreeDeckSpaceM2\": 90,\n        \"DeckSpaceForewardM\": 90,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 15,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": null,\n        \"NumberCrew\": 2,\n        \"NumberPassengers\": 12,\n        \"Berths\": 6,\n        \"GrossTonnageTons\": 81.58,\n        \"NetTonnageTons\": 50,\n        \"FuelCapacityLitres\": 21000,\n        \"FuelConsumptionLHr\": 350,\n        \"FuelConsumptionNotes\": \"Fuel consumption at service speed based on data for a vessel of the same design. At maximum speed, fuel consumption 450 litres per hour.\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": \"Reintjes\",\n        \"GearBoxModel\": \"ZWVS 440/1\",\n        \"GearBoxRatio\": \"1.288:1, 2.692:1\",\n        \"EngineType\": \"Caterpillar C22T\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 2.2,\n        \"Crane1RadiusM\": 8.6,\n        \"Crane1Description\": \"Heila HLM 20-2s\",\n        \"Owner\": \"Maritime Craft Services (Clyde) Ltd\",\n        \"CompanyWeb\": \"http://www.maritimecraft.co.uk\",\n        \"Webpage2\": \"http://www.maritimecraft.co.uk/crew-transfer/mcs-levanto\",\n        \"HasMoonpool\": \"Yes\",\n        \"IsForSale\": false,\n        \"VesselPrice\": 2.8,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"MCS Levanto was scheduled for delivery to the UK in June 2013 and on 29/4/2013 it was in the water in Vietnam before being transported to the Netherlands on 28/5/2013. Cost was approximately £2.8mn. The image is of MCS Sirocco which is the sister ship to MCS Levanto and has the same design. She has been redeployed to the Middle East since 2018.\"\n    }\n]"},{"id":"675f14ed-4b28-44e8-9e98-c51d9ae2ee84","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?LOAM=26","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"LOAM","value":"26"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c679333e-364d-4368-a2d1-daf761f4ea5b"},{"name":"All Vessel Details by numberpassengers","id":"6d5c4b1d-097f-4f15-a485-53a4fe9c9c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?numberpassengers=12","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>numberpassengers</code> integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberpassengers","value":"12"}],"variable":[]}},"response":[{"id":"5f5c3cb9-39d4-4271-92f7-b3de954cad62","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numberpassengers=12","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numberpassengers","value":"12"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:02:17 GMT"},{"key":"Content-Length","value":"6189"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 66,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"SWATH\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/66.png\",\n        \"OtherNames\": \"Windea Five\",\n        \"Flag\": \"DE\",\n        \"CallSign\": \"CIZ2543\",\n        \"MMSI\": \"316019966\",\n        \"IMO\": \"9514119\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"2010-04-07T00:00:00\",\n        \"Shipyard\": \"ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": \"Abeking & Rasmussen 25m SWATH\",\n        \"Classification\": \"DNV GL ✠  100 A5 Work Boat HSDE OC3 MC AUT \",\n        \"LOAM\": 26.4,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 13,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.7,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 15,\n        \"MaxSpeedKn\": \"18\",\n        \"FreeDeckSpaceM2\": 9,\n        \"DeckSpaceForewardM\": 9,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 3,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 222,\n        \"NetTonnageTons\": 66,\n        \"FuelCapacityLitres\": 11200,\n        \"FuelConsumptionLHr\": 400,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MTU 900 kW, 2000 M 72, 2250 U/min \",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"LeeWay Marine Inc\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Novus is a SWATH vessel which started in the sector working exclusively on Bard Offshore 1. The vessel was later managed by EMS Maritime and worked on other projects. It was the first SWATH CTV in the sector.\\r\\n\\r\\nThe vessel has now left to market to work in Canada.\"\n    },\n    {\n        \"VesselId\": 127,\n        \"Name\": \"Wind Crew 1\",\n        \"CompanyName\": \"Marituma Offshore\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/127.png\",\n        \"OtherNames\": null,\n        \"Flag\": \"DK\",\n        \"CallSign\": \"OXDM2\",\n        \"MMSI\": \"219014141\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Kaskasi\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"CountryName\": \"Germany\",\n        \"MonthsOnsite\": 0.5,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"1989-01-01T00:00:00\",\n        \"Shipyard\": \"Unknown\",\n        \"ConstructionCountry\": \"NO\",\n        \"Design\": null,\n        \"Classification\": \"MCA Cat 2\",\n        \"LOAM\": 19.2,\n        \"LOACategory\": \"18-24m\",\n        \"BreadthM\": 5,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.3,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"28\",\n        \"FreeDeckSpaceM2\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeckSpaceAftM\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": null,\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 0,\n        \"GrossTonnageTons\": 54.9,\n        \"NetTonnageTons\": null,\n        \"FuelCapacityLitres\": 3000,\n        \"FuelConsumptionLHr\": 180,\n        \"FuelConsumptionNotes\": \"180 litres per hour @ service speed 22 knots\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"PropDescription\": \"Servogear VD250, Bow thruster Sleiper 23 kW\",\n        \"Gearbox\": \"Servogear\",\n        \"GearBoxModel\": \"VD250A/B\",\n        \"GearBoxRatio\": \"1.96:1\",\n        \"EngineType\": \"MAN D2842 630 kW\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"Marituma Offshore\",\n        \"CompanyWeb\": \"http://marituma.eu\",\n        \"Webpage2\": \"http://marituma.eu/WindCrew_1.html\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Wind Crew 1 was a passenger ferry before it was acquired by Fred. Olsen Windcarrier in 2009 when it underwent an extensive refit to ensure optimum utility for the offshore wind industry. \\r\\n\\r\\nIts previous service had been as a passenger and ambulance vessel in rough Norwegian waters. It was used by a Fred.Olsen subsidiary which is engaged in the wave energy market but has since been sold to Marituma Offshore.\"\n    },\n    {\n        \"VesselId\": 134,\n        \"Name\": \"AMS Spirit\",\n        \"CompanyName\": \"Audacious Marine Services\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - GRP\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/134.png\",\n        \"OtherNames\": \"Iceni Spirit\",\n        \"Flag\": \"UK\",\n        \"CallSign\": \"2DCF8\",\n        \"MMSI\": \"235077743\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": \"\",\n        \"CountryName\": \"\",\n        \"MonthsOnsite\": 2.8,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2009-03-01T00:00:00\",\n        \"Shipyard\": \"South Boats Special Projects Ltd (ceased trading)\",\n        \"ConstructionCountry\": \"UK\",\n        \"Design\": \"South Boats 15m WFSV\",\n        \"Classification\": \"MCA Cat 2\",\n        \"LOAM\": 15.5,\n        \"LOACategory\": \"Under 18m\",\n        \"BreadthM\": 6.3,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1,\n        \"AirDraftM\": 8.12,\n        \"TransitSpeedKn\": 24,\n        \"MaxSpeedKn\": \"28\",\n        \"FreeDeckSpaceM2\": 29,\n        \"DeckSpaceForewardM\": 14.5,\n        \"DeckSpaceAftM\": 14.5,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": 5,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": 1.5,\n        \"TankNotes\": \"Fresh water: 200 litres\",\n        \"NumberCrew\": 2,\n        \"NumberPassengers\": 12,\n        \"Berths\": 0,\n        \"GrossTonnageTons\": null,\n        \"NetTonnageTons\": null,\n        \"FuelCapacityLitres\": 3600,\n        \"FuelConsumptionLHr\": 180,\n        \"FuelConsumptionNotes\": \"Fuel @ sprint 220 Litres per hour @ 100% Fuel @ service 180 Litres per hour @ 80% \",\n        \"PropulsionType\": \"Water Jets\",\n        \"PropDescription\": \"Ultrajet water jets UJ451\",\n        \"Gearbox\": \"ZF\",\n        \"GearBoxModel\": \"360 series\",\n        \"GearBoxRatio\": \"1.26:1\",\n        \"EngineType\": \"Scania 625 hp D12 60M\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": 5,\n        \"Crane1Tons\": 0.9,\n        \"Crane1RadiusM\": 5.1,\n        \"Crane1Description\": \"Palfinger PK4501M 900kg. 5.1m reach can be fitted on request.\",\n        \"Owner\": \"Audacious Marine Services\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": \"https://audaciousmarineservices.com/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Audacious Spirit is one of the early vessels in the offshore wind market and was built by Southboats Special Projects in the UK. The 15m vessel is powered by two Ultrajet water jets. \\r\\n\\r\\nThe vessel was previously owned by Turner Iceni.\"\n    }\n]"},{"id":"e483ab74-f82e-4fad-a506-c5e335fa1a2d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numberpassengers=12","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numberpassengers","value":"12"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6d5c4b1d-097f-4f15-a485-53a4fe9c9c17"},{"name":"All Vessel Details by numberengines","id":"fe97d19b-9c55-459d-af5a-fe606f80b54f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?numberengines=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>numberengines</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberengines","value":"1"}],"variable":[]}},"response":[{"id":"b5a8980a-8b42-4b16-b737-55d347288141","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numberengines","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:02:56 GMT"},{"key":"Content-Length","value":"6062"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1578,\n        \"Name\": \"MV Preceder\",\n        \"CompanyName\": \"Northern Offshore Services A/S\",\n        \"Description\": \"Not active in sector\",\n        \"VesselDescription\": \"Monohull - Steel \",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1578.png\",\n        \"OtherNames\": null,\n        \"Flag\": \"DK\",\n        \"CallSign\": \"SCRH\",\n        \"MMSI\": \"265709030\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Shipyard\": \"Mohogs Vekrstad AB\",\n        \"ConstructionCountry\": \"SE\",\n        \"Design\": null,\n        \"Classification\": \"Transportstyrelsen\",\n        \"LOAM\": 14.59,\n        \"LOACategory\": \"Under 18m\",\n        \"BreadthM\": 4.75,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.5,\n        \"AirDraftM\": 6.5,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeckSpaceAftM\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 200 litres\",\n        \"NumberCrew\": 2,\n        \"NumberPassengers\": 12,\n        \"Berths\": null,\n        \"GrossTonnageTons\": 27,\n        \"NetTonnageTons\": 8,\n        \"FuelCapacityLitres\": 2000,\n        \"FuelConsumptionLHr\": 14,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"Volvo TMD 120A 370hp\",\n        \"NumberEngines\": 1,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"None\",\n        \"Owner\": \"Northern Offshore Services A/S\",\n        \"CompanyWeb\": \"http://www.n-o-s.eu/\",\n        \"Webpage2\": \"https://n-o-s.eu/the-fleet/m-v-preceder/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"MV Preceder is a small ice going crew transfer vessel suited to winter conditions. She did not work in the sector from 2015 until 2017 when she returned to the market.\"\n    },\n    {\n        \"VesselId\": 1917,\n        \"Name\": \"Atlantic Enterprise\",\n        \"CompanyName\": \"Castle Ship Management\",\n        \"Description\": \"Decommissioned\",\n        \"VesselDescription\": \"Accommodation (W2W)\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1917.png\",\n        \"OtherNames\": \"Geco Triton\",\n        \"Flag\": \"PA\",\n        \"CallSign\": \"3FJK8\",\n        \"MMSI\": \"355468000\",\n        \"IMO\": \"7202554\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": null,\n        \"CountryName\": null,\n        \"MonthsOnsite\": null,\n        \"LongTerm\": null,\n        \"DeliveryDate\": \"1982-01-01T00:00:00\",\n        \"Shipyard\": \"Bender Shipbuilding and Repair\",\n        \"ConstructionCountry\": \"US\",\n        \"Design\": null,\n        \"Classification\": \"DNV GL ✠ 1A1 E0 HELDK SPS coded\",\n        \"LOAM\": 82.696,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 21,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 7.5,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 10,\n        \"MaxSpeedKn\": \"12.5\",\n        \"FreeDeckSpaceM2\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeckSpaceAftM\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHelideck\": \"Yes\",\n        \"DValueTValue\": \"19.5/11\",\n        \"MaxOperableSignificantWaveHeightM\": 3,\n        \"TankNotes\": null,\n        \"NumberCrew\": 18,\n        \"NumberPassengers\": 60,\n        \"Berths\": 78,\n        \"GrossTonnageTons\": 6414,\n        \"NetTonnageTons\": 1925,\n        \"FuelCapacityLitres\": null,\n        \"FuelConsumptionLHr\": null,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"PropDescription\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"Caterpillar 3,516 kW\",\n        \"NumberEngines\": 1,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": null,\n        \"Owner\": \"Atlantic Marine & Aviation LLP\",\n        \"CompanyWeb\": \"http://www.atlantic-marine.co.uk/home.htm\",\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"Yes\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Ampelmann O-Type\",\n        \"Notes\": \"Atlantic Enterprise is a 6,400 ton vessel which the owner operates as a new class of offshore mothership, floatel and accommodation vessel. It has been designed to support UK Round 3 developments as well as platform support and maintenance. The ship is SPS code compliant with 50-75 SPS passengers and has berths for 100 plus passengers and a heave compensated walk to work system. It has DP2 and a stern ‘garage’ to accommodate two CTVs. It has a two permanently installed Walk to Work systems and two mini CTVs for boat transfers.\\r\\n\\r\\nIn November 2021, the vessel was scrapped.\"\n    },\n    {\n        \"VesselId\": 1964,\n        \"Name\": \"Tornado\",\n        \"CompanyName\": \"CWind Limited\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1964.png\",\n        \"OtherNames\": \"CWind AMC 2\",\n        \"Flag\": \"UK\",\n        \"CallSign\": \"2JBS5\",\n        \"MMSI\": \"235114576\",\n        \"IMO\": null,\n        \"WindfarmName\": \"Kentish Flats\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CountryName\": \"United Kingdom\",\n        \"MonthsOnsite\": 1,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2016-04-29T00:00:00\",\n        \"Shipyard\": \"Aluminium Marine Consultants (AMC) Ltd\",\n        \"ConstructionCountry\": \"UK\",\n        \"Design\": \"AMC - James Walker\",\n        \"Classification\": \"MCA Cat 2\",\n        \"LOAM\": 23,\n        \"LOACategory\": \"18-24m\",\n        \"BreadthM\": 7.7,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.35,\n        \"AirDraftM\": null,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"27\",\n        \"FreeDeckSpaceM2\": 71,\n        \"DeckSpaceForewardM\": 37,\n        \"DeckSpaceAftM\": 34,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 15,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 1,000 litres\",\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 12,\n        \"Berths\": 3,\n        \"GrossTonnageTons\": null,\n        \"NetTonnageTons\": null,\n        \"FuelCapacityLitres\": 14000,\n        \"FuelConsumptionLHr\": 420,\n        \"FuelConsumptionNotes\": \"Fuel consumption is for service speed\",\n        \"PropulsionType\": \"Water Jets\",\n        \"PropDescription\": \"Hamilton HM571 \",\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"EngineType\": \"MAN D2862 LE463 \",\n        \"NumberEngines\": 1,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"A-frame is optional\",\n        \"Owner\": \"CWind Limited\",\n        \"CompanyWeb\": \"https://cwind.global/\",\n        \"Webpage2\": \"http://cwind.global/vessels/tornado/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"Tornado is part of a four boat order was built to fulfil a contract with Vattenfall. The first vessel delivered to CWind was Tempest. The vessel can carry 2 x 10' containers.\"\n    }\n]"},{"id":"d9465435-7339-470a-9d28-62032681dacc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numberengines","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"fe97d19b-9c55-459d-af5a-fe606f80b54f"},{"name":"All Vessel Details by numbercrew","id":"560a80c9-0bfb-4fc8-a011-14709c2f3043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/details?numbercrew=5","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>numbercrew</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numbercrew","value":"5"}],"variable":[]}},"response":[{"id":"6f90c812-1266-43ef-9048-5190aa0ff8db","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:03:28 GMT"},{"key":"Content-Length","value":"6820"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1087,\n        \"Name\": \"MV Traveller\",\n        \"CompanyName\": \"Northern Offshore Services A/S\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1087.png\",\n        \"OtherNames\": \"MV Assister\",\n        \"Flag\": \"DK\",\n        \"CallSign\": \"OUTZ2\",\n        \"MMSI\": \"219016747\",\n        \"IMO\": \"9634139\",\n        \"WindfarmName\": \"Kriegers Flak\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"CountryName\": \"Denmark\",\n        \"MonthsOnsite\": 16.7,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2012-03-26T00:00:00\",\n        \"Shipyard\": \"Grovfjord Mek Verksted AS\",\n        \"ConstructionCountry\": \"NO\",\n        \"Design\": null,\n        \"Classification\": \"DNV GL ✠  1A1 HSLC R1 CREW; DMA\",\n        \"LOAM\": 25.35,\n        \"LOACategory\": \"Over 24m\",\n        \"BreadthM\": 7.6,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.4,\n        \"AirDraftM\": 13.4,\n        \"TransitSpeedKn\": 23,\n        \"MaxSpeedKn\": \"26\",\n        \"FreeDeckSpaceM2\": 100,\n        \"DeckSpaceForewardM\": 70,\n        \"DeckSpaceAftM\": 30,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": 25,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water, 2,000 litres. \",\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": 24,\n        \"Berths\": null,\n        \"GrossTonnageTons\": 119,\n        \"NetTonnageTons\": 36,\n        \"FuelCapacityLitres\": 12800,\n        \"FuelConsumptionLHr\": 300,\n        \"FuelConsumptionNotes\": \"Fuel consumption: 360 litres per hour (max speed) 650nm range. \",\n        \"PropulsionType\": \"Volvo IPS\",\n        \"PropDescription\": \"975mm diameter, Bow thruster: Sleipner 2 x 37 kW\",\n        \"Gearbox\": \"Servogear\",\n        \"GearBoxModel\": \"HD220HR\",\n        \"GearBoxRatio\": \"2.609:1\",\n        \"EngineType\": \" Volvo penta D13-700 DST \",\n        \"NumberEngines\": 4,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": \"Hybrid ready\",\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 1.25,\n        \"Crane1RadiusM\": 8,\n        \"Crane1Description\": \"Palfinger Model: PK12000M. 1.25 tons @ 8m max reach\",\n        \"Owner\": \"Northern Offshore Services A/S\",\n        \"CompanyWeb\": \"http://www.n-o-s.eu/\",\n        \"Webpage2\": \"https://n-o-s.eu/the-fleet/m-v-traveller/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"MV Traveller is a 25m Crew Transfer Vessel (CTV) built by Grovfjord Mek Verksted AS. It is the first of the T-Class vessels for Northern Offshore Services and was built through the recycling of CTV MV Assister with substantial work carried out, resulting in a 50% new vessel. The upgrade resulted in increased deck space, larger cargo capacity and 24 passenger capacity.\\r\\n\\r\\nMV Traveller is also 'hybrid prepared' prepared meaning batteries, engines and generators will work in collaboration to provide energy to the vessel, enabling large fuel saving possibilities.\"\n    },\n    {\n        \"VesselId\": 1090,\n        \"Name\": \"MV Attender\",\n        \"CompanyName\": \"Northern Offshore Services A/S\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Catamaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1090.png\",\n        \"OtherNames\": null,\n        \"Flag\": \"DK\",\n        \"CallSign\": \"OWKH2\",\n        \"MMSI\": \"219447000\",\n        \"IMO\": \"9668996\",\n        \"WindfarmName\": \"Not on contract\",\n        \"WindfarmStatus\": \"\",\n        \"CountryName\": \"\",\n        \"MonthsOnsite\": 0.1,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2012-10-05T00:00:00\",\n        \"Shipyard\": \"Grovfjord Mek Verksted AS\",\n        \"ConstructionCountry\": \"NO\",\n        \"Design\": \"Grovfjord Mek Verksted - A Series\",\n        \"Classification\": \"DNV GL ✠ 1A1 HSLC R1 Windfarm Service Vessel 1, DMA cargo ship notice B\",\n        \"LOAM\": 22.4,\n        \"LOACategory\": \"18-24m\",\n        \"BreadthM\": 7.6,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.3,\n        \"AirDraftM\": 13.4,\n        \"TransitSpeedKn\": 22,\n        \"MaxSpeedKn\": \"26\",\n        \"FreeDeckSpaceM2\": 63,\n        \"DeckSpaceForewardM\": 63,\n        \"DeckSpaceAftM\": 0,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": 15,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 2,000 litres\",\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": 12,\n        \"Berths\": 2,\n        \"GrossTonnageTons\": 131,\n        \"NetTonnageTons\": 39,\n        \"FuelCapacityLitres\": 8400,\n        \"FuelConsumptionLHr\": 300,\n        \"FuelConsumptionNotes\": \"Fuel consumption: 360 litres per hour (max speed)\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"PropDescription\": \"975mm diameter, Bow thruster: Sleipner 2 x 37 kW\",\n        \"Gearbox\": \"Servogear\",\n        \"GearBoxModel\": \"HD220-HR\",\n        \"GearBoxRatio\": \"2.609:1\",\n        \"EngineType\": \"MTU 8V2000M72\",\n        \"NumberEngines\": 2,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 0.38,\n        \"Crane1RadiusM\": 16.4,\n        \"Crane1Description\": \"Palfinger Model: PK12000M deck crane\",\n        \"Owner\": \"Northern Offshore Services A/S\",\n        \"CompanyWeb\": \"http://www.n-o-s.eu/\",\n        \"Webpage2\": \"https://n-o-s.eu/the-fleet/attender/\",\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"MV Attender is a 23m DNV classed vessel built in Norway. Besides the large passenger area with suspension seats, all passengers have a front view and the vessel could take up to 10 tons of cargo on the fore deck. It has a top speed of 26 knots and cruises around 23 knots.\"\n    },\n    {\n        \"VesselId\": 1187,\n        \"Name\": \"World Sail\",\n        \"CompanyName\": \"U-Ming Marine Offshore Company Limited (UMO)\",\n        \"Description\": \"Active in sector\",\n        \"VesselDescription\": \"Trimaran - Aluminium\",\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1187.png\",\n        \"OtherNames\": \"World Golf\",\n        \"Flag\": \"TW\",\n        \"CallSign\": \"OWJP2\",\n        \"MMSI\": \"416005864\",\n        \"IMO\": \"9681742\",\n        \"WindfarmName\": \"Yunlin\",\n        \"WindfarmStatus\": \"Partial Generation/Under Construction\",\n        \"CountryName\": \"Taiwan\",\n        \"MonthsOnsite\": 6.5,\n        \"LongTerm\": \"\",\n        \"DeliveryDate\": \"2013-05-15T00:00:00\",\n        \"Shipyard\": \"Fjellstrand AS\",\n        \"ConstructionCountry\": \"NO\",\n        \"Design\": \"Windserver 25\",\n        \"Classification\": \"DNV GL ✠ 100 AS II OWFSC, HSDE ✠ MC\",\n        \"LOAM\": 23.7,\n        \"LOACategory\": \"18-24m\",\n        \"BreadthM\": 9.5,\n        \"MinDraftM\": 1.8,\n        \"MaxDraftM\": 2.3,\n        \"AirDraftM\": 14.34,\n        \"TransitSpeedKn\": 20,\n        \"MaxSpeedKn\": \"24\",\n        \"FreeDeckSpaceM2\": 77,\n        \"DeckSpaceForewardM\": 65,\n        \"DeckSpaceAftM\": 12,\n        \"MaxDeckLoadtm2\": 1.5,\n        \"MaxCargoWeightTons\": 10,\n        \"HasHelideck\": \"No\",\n        \"DValueTValue\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"TankNotes\": \"Fresh water: 800 litres\",\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": 24,\n        \"Berths\": 4,\n        \"GrossTonnageTons\": 153,\n        \"NetTonnageTons\": 46,\n        \"FuelCapacityLitres\": 10000,\n        \"FuelConsumptionLHr\": 350,\n        \"FuelConsumptionNotes\": null,\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"PropDescription\": \"1,150mm diameter. Bow thrusters: 1 x 60 kW MBH.\",\n        \"Gearbox\": \"Servogear\",\n        \"GearBoxModel\": \"HD250 PTI\",\n        \"GearBoxRatio\": \"2.63:1\",\n        \"EngineType\": \"Scania DI 13 368 kW\",\n        \"NumberEngines\": 4,\n        \"BatteryPowerKW\": null,\n        \"HybridInfo\": null,\n        \"BollardPullTonnes\": null,\n        \"Crane1Tons\": 0.89,\n        \"Crane1RadiusM\": 9.3,\n        \"Crane1Description\": \"Optional deck crane TMP900K \",\n        \"Owner\": \"U-Ming Marine Offshore Company Limited (UMO)\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"HasMoonpool\": \"No\",\n        \"IsForSale\": false,\n        \"VesselPrice\": null,\n        \"CurrencyID\": null,\n        \"TransferSystemName\": \"Not applicable\",\n        \"Notes\": \"World Sail is a Wind Server design which is a combination of the performances from a trimaran, catamaran and a mono hull. A Hydrofoil of 10m2 horizontal firm plate is mounted at the bottom of the centre hull, which reduces the heave movements. It also features a soft bow - active gangway which reduces the load on foundations.\"\n    }\n]"},{"id":"b428ecc7-2da3-430c-ba7c-2e2ae6a4f3bd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/details?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","details"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"560a80c9-0bfb-4fc8-a011-14709c2f3043"}],"id":"df31c3de-cb3e-4010-9db8-2aaa08d50b24","description":"<p>Technical specifications of Offshore Wind Logistics Vessels.</p>\n","_postman_id":"df31c3de-cb3e-4010-9db8-2aaa08d50b24"},{"name":"Vessel Events","item":[{"name":"All Vessel Events","id":"3c71a78d-1aba-4ce3-87ba-b9f82a1d52e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Logistics Vessel Event(s).</p>\n","urlObject":{"path":["api","owl","vessels","events",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"997b68fe-370f-4466-8bc6-395e7eae6da1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:08:43 GMT"},{"key":"Content-Length","value":"1466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 438,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2010-04-07T01:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Natalia Bekker was delivered by ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communication with Bard Offshore.\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 439,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New name\",\n        \"EventDescription\": \"Natalia Bekker changed name to Windea Five when operation was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": \"Windea Five\",\n        \"OldName\": \"Natalia Bekker\",\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 440,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New Operator\",\n        \"EventDescription\": \"Operation of Windea Five was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"EMS Maritime Offshore GmbH\",\n        \"OldCompanyName\": \"Bard Engineering GmbH\"\n    }\n]"},{"id":"6ea783cd-5127-484f-848b-529e0e9799fa","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3c71a78d-1aba-4ce3-87ba-b9f82a1d52e5"},{"name":"All Vessel Events by vesselID","id":"39783a02-0d34-42eb-8bb1-70f1edfe4898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?vesselID=66","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"66"}],"variable":[]}},"response":[{"id":"c6f56036-86c2-41f7-995d-e02a956c02eb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?vesselID=66","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"vesselID","value":"66"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:09:24 GMT"},{"key":"Content-Length","value":"1466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 438,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2010-04-07T01:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Natalia Bekker was delivered by ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communication with Bard Offshore.\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 439,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New name\",\n        \"EventDescription\": \"Natalia Bekker changed name to Windea Five when operation was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": \"Windea Five\",\n        \"OldName\": \"Natalia Bekker\",\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 440,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New Operator\",\n        \"EventDescription\": \"Operation of Windea Five was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"EMS Maritime Offshore GmbH\",\n        \"OldCompanyName\": \"Bard Engineering GmbH\"\n    }\n]"},{"id":"f7b8e7b1-213d-4853-ae21-767078a12058","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"39783a02-0d34-42eb-8bb1-70f1edfe4898"},{"name":"All Vessel Events by vesselName","id":"f2fb61aa-f2ee-413b-8029-e148bc704e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?vesselName=Novus","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Novus"}],"variable":[]}},"response":[{"id":"2a8282de-cb90-4d57-9cc0-c1bd4f79d938","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?vesselName=Novus","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"vesselName","value":"Novus"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:09:58 GMT"},{"key":"Content-Length","value":"1466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 438,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2010-04-07T01:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Natalia Bekker was delivered by ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communication with Bard Offshore.\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 439,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New name\",\n        \"EventDescription\": \"Natalia Bekker changed name to Windea Five when operation was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": \"Windea Five\",\n        \"OldName\": \"Natalia Bekker\",\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 440,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New Operator\",\n        \"EventDescription\": \"Operation of Windea Five was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"EMS Maritime Offshore GmbH\",\n        \"OldCompanyName\": \"Bard Engineering GmbH\"\n    }\n]"},{"id":"2bc3e11d-b8a9-4780-8591-a53a92ab9c5d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f2fb61aa-f2ee-413b-8029-e148bc704e30"},{"name":"All Vessel Events by companyName","id":"7922f789-9d56-4c86-8b15-51d9eec8dbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?companyName=LeeWay Marine Inc","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>companyName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"companyName","value":"LeeWay Marine Inc"}],"variable":[]}},"response":[{"id":"38b4deae-fc01-4994-8571-cf9f99a8f69e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?companyName=LeeWay Marine Inc","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"companyName","value":"LeeWay Marine Inc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:10:29 GMT"},{"key":"Content-Length","value":"1466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 438,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2010-04-07T01:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Natalia Bekker was delivered by ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communication with Bard Offshore.\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 439,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New name\",\n        \"EventDescription\": \"Natalia Bekker changed name to Windea Five when operation was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": \"Windea Five\",\n        \"OldName\": \"Natalia Bekker\",\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 440,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New Operator\",\n        \"EventDescription\": \"Operation of Windea Five was taken over by EMS Maritime Offshore GmbH.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"EMS Maritime Offshore GmbH\",\n        \"OldCompanyName\": \"Bard Engineering GmbH\"\n    }\n]"},{"id":"820617e7-cbb1-4bcb-b4b1-ef2e41afab02","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7922f789-9d56-4c86-8b15-51d9eec8dbd0"},{"name":"All Vessel Events by eventType","id":"7976e9a5-83d3-4923-96a7-b0b7e6253fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?eventType=Delivery","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>eventType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventType","value":"Delivery"}],"variable":[]}},"response":[{"id":"95d8f67d-d9c5-4769-826f-8b226d4cd65e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:13:56 GMT"},{"key":"Content-Length","value":"1456"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 438,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2010-04-07T01:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Natalia Bekker was delivered by ABEKING & RASMUSSEN Schiffs- und Yachtwerft Aktiengesellschaft\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communication with Bard Offshore.\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 45,\n        \"Name\": \"Wind Crew 1\",\n        \"CompanyName\": \"Marituma Offshore\",\n        \"EventDate\": \"1989-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Wind Crew 1 was delivered to its original (unknown) owner which operated the vessel as a passenger ferry on the Norwegian fjords. .\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct communiation with Fred. Olsen\",\n        \"VesselId\": 127,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 1824,\n        \"Name\": \"AMS Spirit\",\n        \"CompanyName\": \"Audacious Marine Services\",\n        \"EventDate\": \"2009-03-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Iceni Spirit was delivered by South Boats Special Projects Ltd.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"South Boats Special Projects Ltd\",\n        \"VesselId\": 134,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"6c2be699-a3f8-47c8-82f3-c41aabef532c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7976e9a5-83d3-4923-96a7-b0b7e6253fe9"},{"name":"All Vessel Events by certainty","id":"b4c8e662-6dc6-4ec2-af93-7c7388fda71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>certainty</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"73bb8b6a-7103-4255-b25e-871444f4b33f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:14:26 GMT"},{"key":"Content-Length","value":"1479"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 6668,\n        \"Name\": \"Novus\",\n        \"CompanyName\": \"LeeWay Marine Inc\",\n        \"EventDate\": \"2021-04-15T01:00:00\",\n        \"EventTypeDescription\": \"Not active\",\n        \"EventDescription\": \"Novus is now located in Canada and not working in offshore wind.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 66,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 46,\n        \"Name\": \"Wind Crew 1\",\n        \"CompanyName\": \"Marituma Offshore\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New owner/operator\",\n        \"EventDescription\": \"Wind Crew 1 was acquired by Fred. Olsen sometime in 2009 to be used for crew transfers. \",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Fred. Olsen\",\n        \"VesselId\": 127,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"Fred. Olsen Windcarrier AS\",\n        \"OldCompanyName\": \"Unknown\"\n    },\n    {\n        \"VesselEventId\": 7715,\n        \"Name\": \"Seacor 191\",\n        \"CompanyName\": \"SEACOR Marine LLC\",\n        \"EventDate\": \"2021-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New owner/operator\",\n        \"EventDescription\": \"Windcat 191 was renamed SEACOR suggesting that it had remained in the SEACOR fleet when Windcat Workboats was acquired by CMB in January 2021.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"VesselTracker\",\n        \"VesselId\": 207,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"SEACOR Marine LLC\",\n        \"OldCompanyName\": \"Windcat Workboats Ltd\"\n    }\n]"},{"id":"45123308-57c5-41c2-92d3-519d26db6b44","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b4c8e662-6dc6-4ec2-af93-7c7388fda71f"},{"name":"All Vessel Events by integrity","id":"fb5d037c-e5ab-44f5-97df-e3d9719196ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/events?integrity=Medium Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Logistics Vessel via the <code>integrity</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Medium Confidence"}],"variable":[]}},"response":[{"id":"0b06e754-48a2-4f62-b978-42169c29921f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:14:46 GMT"},{"key":"Content-Length","value":"1412"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 4782,\n        \"Name\": \"Wave Dancer 2\",\n        \"CompanyName\": \"Dive Stay\",\n        \"EventDate\": \"2017-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Change of market\",\n        \"EventDescription\": \"Wave Dancer was sold and is now used as dive support vessel.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"Direct communication with Enviroserve.\",\n        \"VesselId\": 1036,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 4734,\n        \"Name\": \"Sea Stoat\",\n        \"CompanyName\": \"Enviroserve\",\n        \"EventDate\": \"1977-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Sea Stoat was built in 1977 by an unknown shipyard.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"Direct communication with Enviroserve.\",\n        \"VesselId\": 1041,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 4195,\n        \"Name\": \"Mareel Old Rose\",\n        \"CompanyName\": \"Mareel Limited\",\n        \"EventDate\": \"2014-01-01T00:00:00\",\n        \"EventTypeDescription\": \"New owner/operator\",\n        \"EventDescription\": \"Aberdaron Bay was acquired by Turbine Transfers - the date is estimated by 4C Offshore.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"VesselId\": 1042,\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"Turbine Transfers Limited\",\n        \"OldCompanyName\": \"MTS Group Limited\"\n    }\n]"},{"id":"62c74cdc-9508-42a4-8a26-d1fa0e4b47ac","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:32:32 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"fb5d037c-e5ab-44f5-97df-e3d9719196ea"}],"id":"099c07f5-3bfe-428b-84f5-34578678b429","description":"<p>Details of vessel events in the Offshore Wind Logistics Intelligence.</p>\n","_postman_id":"099c07f5-3bfe-428b-84f5-34578678b429"},{"name":"Current Contracts","item":[{"name":"All Current Contract Details","id":"d44acf1c-06fb-4ac6-ac44-2019af2bc7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all current Offshore Wind Logistics contracts.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"20e9be73-1540-4fed-a208-b64a2b6ceb8b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:19:54 GMT"},{"key":"Content-Length","value":"1295"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 58316,\n        \"VesselName\": \"Windcat 7\",\n        \"Name\": \"Teesside\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Teesside Windfarm Ltd\",\n        \"StakeDescription\": \"Windcat 7 is supporting maintenance work on the project.\",\n        \"VesselStartDate\": \"2022-03-07T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 195,\n        \"WindfarmId\": \"UK28\",\n        \"Source\": \"https://www.4coofshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 58579,\n        \"VesselName\": \"Windcat 17\",\n        \"Name\": \"Rampion\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"E.ON Climate & Renewables UK Rampion Offshore Wind Limited\",\n        \"StakeDescription\": \"Windcat 17 is providing crew transfer services on the site.\",\n        \"VesselStartDate\": \"2022-03-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 196,\n        \"WindfarmId\": \"UK36\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"cdc08383-b56b-4976-bb0b-5173ddea847f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d44acf1c-06fb-4ac6-ac44-2019af2bc7b4"},{"name":"All Current Contract Details By stakeholderID","id":"8c2b371e-d8c0-4c66-89a5-6be1a8cf4509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderID=56867","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"56867"}],"variable":[]}},"response":[{"id":"95324c2c-910c-42f1-ad4c-73eeb4e0a59e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderID=56867","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"56867"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:21:06 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"e1292282-cd09-4a4a-b357-565cbdb32281","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderID=56867","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"56867"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8c2b371e-d8c0-4c66-89a5-6be1a8cf4509"},{"name":"All Current Contract Details By vesselID","id":"dca2fec0-9930-4ccb-86cd-7cf6ce834208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselID=193","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"193"}],"variable":[]}},"response":[{"id":"67c7cbf9-c6d4-47ba-8a65-d2180b180136","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselID=193","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselID","value":"193"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:22:41 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"e1c9a6c9-613e-4622-a771-f84e54de24fd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"dca2fec0-9930-4ccb-86cd-7cf6ce834208"},{"name":"All Current Contract Details By vesselName","id":"afe119af-07d7-49aa-92ec-26d0546cab03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselName=Windcat 20","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Windcat 20"}],"variable":[]}},"response":[{"id":"9ab45427-e9e4-4f21-819c-dca506237d28","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselName=Windcat 20","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Windcat 20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:23:39 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"c8818a74-e6ad-4b2e-98b7-8c36830640bd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"afe119af-07d7-49aa-92ec-26d0546cab03"},{"name":"All Current Contract Details By projectName","id":"92e58a98-54c8-44f4-80b7-eebd5a112cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectName=Moray East","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"Moray East"}],"variable":[]}},"response":[{"id":"fdbdadce-122f-4106-a061-03cad4e25e19","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectName=Moray East","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"projectName","value":"Moray East"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:24:16 GMT"},{"key":"Content-Length","value":"1644"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 39009,\n        \"VesselName\": \"Esvagt Alba\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-O&M-Service Operations Vessel (SOV)\",\n        \"Client\": \"MHI Vestas Offshore Wind A/S\",\n        \"StakeDescription\": \"Esvagt Alba is providing 15 years of support to MHI Vestas for the maintenance of the 100 9.5MW MHI Vestas turbines. The vessel arrived on the site prior to the full commissioning and carried out trouble shooting work on the turbines that were already operational.\",\n        \"VesselStartDate\": \"2021-07-01T01:00:00\",\n        \"VesselEndDate\": \"2036-01-31T00:00:00\",\n        \"Operator\": \"ESVAGT A/S\",\n        \"VesselId\": 3548,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"http://www.mynewsdesk.com/uk/esvagt/pressreleases/mhi-vestas-and-esvagt-enter-into-another-sov-contract-2815815\"\n    },\n    {\n        \"WindfarmStakeholderId\": 56843,\n        \"VesselName\": \"Seacat Weatherly\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Seacat Weatherly was awarded a long term contract on the project to support operations and maintenance work.\",\n        \"VesselStartDate\": \"2021-12-01T00:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"Operator\": \"Seacat Services Ltd\",\n        \"VesselId\": 2054,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"59fee2bf-e40d-4a78-8154-3d257ecc5206","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectName=Moray East","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"projectName","value":"Moray East"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"92e58a98-54c8-44f4-80b7-eebd5a112cd9"},{"name":"All Current Contract Details By stakeholderType","id":"d3601711-b3c2-4c00-a37d-d095b5428200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderType=Vessel-Crew Transfer","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>stakholderType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}],"variable":[]}},"response":[{"id":"326dd8de-3f03-460b-96d7-9f7ca5100f60","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderType=Vessel-Crew Transfer","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:27:00 GMT"},{"key":"Content-Length","value":"1496"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 58126,\n        \"VesselName\": \"Admiral P\",\n        \"Name\": \"Galloper\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Galloper Wind Farm Limited\",\n        \"StakeDescription\": \"Admiral P has returned to the site to support operations and maintenance work.\",\n        \"VesselStartDate\": \"2022-02-26T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"SeaZip Offshore Service\",\n        \"VesselId\": 1037,\n        \"WindfarmId\": \"UK62\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 58293,\n        \"VesselName\": \"Allegro\",\n        \"Name\": \"Global Tech I\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Global Tech I Offshore Wind GmbH (formerly Wetfeet Offshore Wind Energy GmbH)\",\n        \"StakeDescription\": \"Allegro is supporting maintenance work on the project with crew transfer services.\",\n        \"VesselStartDate\": \"2022-03-03T00:00:00\",\n        \"VesselEndDate\": \"2022-04-20T01:00:00\",\n        \"Operator\": \"OPUS Marine GmbH\",\n        \"VesselId\": 3823,\n        \"WindfarmId\": \"DE09\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 44117,\n        \"VesselName\": \"Atlantic Endeavour\",\n        \"Name\": \"Coastal Virginia Offshore Wind - CVOW\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Siemens Gamesa Renewable Energy\",\n        \"StakeDescription\": \"Siemens Gamesa awarded a long term contract to Atlantic Wind Transfers. The vessel is transferring technicians to the project.\",\n        \"VesselStartDate\": \"2021-02-08T00:00:00\",\n        \"VesselEndDate\": \"2025-12-31T00:00:00\",\n        \"Operator\": \"Atlantic Wind Transfers\",\n        \"VesselId\": 3690,\n        \"WindfarmId\": \"US4B\",\n        \"Source\": \"https://www.atlanticwindtransfers.com/recent-press\"\n    }\n]"},{"id":"0210f4b3-8a69-4efd-bdb9-5d883ba8be91","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?stakeholderType=Vessel-Crew Transfer","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d3601711-b3c2-4c00-a37d-d095b5428200"},{"name":"All Current Contract Details By client","id":"c1fa207e-f3f4-4c15-8ec5-258c75210855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?client=Moray Offshore Windfarm (East) Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>client</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}],"variable":[]}},"response":[{"id":"875a23fc-fe5a-4ed4-889e-eff5dd072e10","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?client=Moray Offshore Windfarm (East) Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:28:15 GMT"},{"key":"Content-Length","value":"915"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56843,\n        \"VesselName\": \"Seacat Weatherly\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Seacat Weatherly was awarded a long term contract on the project to support operations and maintenance work.\",\n        \"VesselStartDate\": \"2021-12-01T00:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"Operator\": \"Seacat Services Ltd\",\n        \"VesselId\": 2054,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"b4bbc260-99dd-429d-b307-65e76b488aae","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?client=Moray Offshore Windfarm (East) Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c1fa207e-f3f4-4c15-8ec5-258c75210855"},{"name":"All Current Contract Details By operators","id":"00234ae5-1429-4415-9cf6-c05bfa907b35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?operators=Windcat Workboats Ltd","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"operators","value":"Windcat Workboats Ltd"}],"variable":[]}},"response":[{"id":"ff10cf18-569b-44b5-8821-0c9a5b1e27a2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?operators=Windcat Workboats Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"operators","value":"Windcat Workboats Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:29:12 GMT"},{"key":"Content-Length","value":"1455"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 42022,\n        \"VesselName\": \"Hydrocat 48\",\n        \"Name\": \"Hollandse Kust Zuid Holland I and II\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Vattenfall AB\",\n        \"StakeDescription\": \"Vattenfall has contracted Windcat to supply crew transfer support for the site. Start dates are estimated.\",\n        \"VesselStartDate\": \"2022-02-28T00:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 3703,\n        \"WindfarmId\": \"NL0D\",\n        \"Source\": \"https://fuelcellsworks.com/news/cmb-technologies-and-windcat-to-develop-hydrogen-crew-transfer-vesselsctvs-project/\"\n    },\n    {\n        \"WindfarmStakeholderId\": 42607,\n        \"VesselName\": \"Windcat 10\",\n        \"Name\": \"Rampion\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"E.ON Climate & Renewables UK Rampion Offshore Wind Limited\",\n        \"StakeDescription\": \"Windcat 10 is providing crew transfer support on the site.\",\n        \"VesselStartDate\": \"2020-02-05T00:00:00\",\n        \"VesselEndDate\": \"2022-05-20T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 633,\n        \"WindfarmId\": \"UK36\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 50961,\n        \"VesselName\": \"Windcat 101\",\n        \"Name\": \"Borssele 1 and 2\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Ørsted Borssele 1 B.V\",\n        \"StakeDescription\": \"Windcat 101 is supporting maintenance work on the project.\",\n        \"VesselStartDate\": \"2021-03-31T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 1145,\n        \"WindfarmId\": \"NL0B\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"21947e93-cdda-49b9-b277-3dfe00f29c32","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?operators=Windcat Workboats Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"operators","value":"Windcat Workboats Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"00234ae5-1429-4415-9cf6-c05bfa907b35"},{"name":"All Current Contract Details By projectID","id":"841ebdbc-07d5-4620-a577-a176d644d675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectID=UK40","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Offshore Wind Logistics via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"UK40"}],"variable":[]}},"response":[{"id":"cb5b8035-3411-4710-be4f-94a17cb4761b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectID=UK40","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"projectID","value":"UK40"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:29:47 GMT"},{"key":"Content-Length","value":"1644"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 39009,\n        \"VesselName\": \"Esvagt Alba\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-O&M-Service Operations Vessel (SOV)\",\n        \"Client\": \"MHI Vestas Offshore Wind A/S\",\n        \"StakeDescription\": \"Esvagt Alba is providing 15 years of support to MHI Vestas for the maintenance of the 100 9.5MW MHI Vestas turbines. The vessel arrived on the site prior to the full commissioning and carried out trouble shooting work on the turbines that were already operational.\",\n        \"VesselStartDate\": \"2021-07-01T01:00:00\",\n        \"VesselEndDate\": \"2036-01-31T00:00:00\",\n        \"Operator\": \"ESVAGT A/S\",\n        \"VesselId\": 3548,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"http://www.mynewsdesk.com/uk/esvagt/pressreleases/mhi-vestas-and-esvagt-enter-into-another-sov-contract-2815815\"\n    },\n    {\n        \"WindfarmStakeholderId\": 56843,\n        \"VesselName\": \"Seacat Weatherly\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Seacat Weatherly was awarded a long term contract on the project to support operations and maintenance work.\",\n        \"VesselStartDate\": \"2021-12-01T00:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"Operator\": \"Seacat Services Ltd\",\n        \"VesselId\": 2054,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"55fbda8b-4b76-4d71-9d0b-dd3b2a4e379a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?projectID=UK40","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"projectID","value":"UK40"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"841ebdbc-07d5-4620-a577-a176d644d675"}],"id":"3170ea16-9e8b-4daa-b9c0-4c25ac6fc6ac","description":"<p>Details of current vessel contracts within the Offshore Wind Logistics Intelligence.</p>\n","_postman_id":"3170ea16-9e8b-4daa-b9c0-4c25ac6fc6ac"},{"name":"All Contracts","item":[{"name":"All Contract Details","id":"b8c455bb-5e17-47c3-a82f-48df953ca309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Offshore Wind Logistics contracts.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"71b278f7-d88d-49af-acb6-b7d6dee19f0c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:34:16 GMT"},{"key":"Content-Length","value":"1367"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 24302,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Borkum Riffgrund 1\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Ørsted A/S (formerly DONG Energy AS)\",\n        \"StakeDescription\": \"Windea Five was working on the site providing crew transfer services.\",\n        \"VesselStartDate\": \"2016-10-22T01:00:00\",\n        \"VesselEndDate\": \"2016-11-24T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE04\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 21371,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Global Tech I\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Global Tech I Offshore Wind GmbH (formerly Wetfeet Offshore Wind Energy GmbH)\",\n        \"StakeDescription\": \"Natalia Bekker has been working intermittently on the site.\",\n        \"VesselStartDate\": \"2016-01-12T00:00:00\",\n        \"VesselEndDate\": \"2016-01-23T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE09\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 20520,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Global Tech I\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Global Tech I Offshore Wind GmbH (formerly Wetfeet Offshore Wind Energy GmbH)\",\n        \"StakeDescription\": \"Natalia Bekker worked on the site supporting O&M.\",\n        \"VesselStartDate\": \"2015-10-10T00:00:00\",\n        \"VesselEndDate\": \"2015-11-23T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE09\",\n        \"Source\": \"http://www.4coffshore.com\"\n    }\n]"},{"id":"1e3832bd-7fa7-4731-9396-36f38b8f3b10","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/owl/vessels/contracts/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b8c455bb-5e17-47c3-a82f-48df953ca309"},{"name":"All Contract Details By stakeholderID","id":"8cdf8750-9fd6-4dad-87d4-2e2fcde2e7fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderID=56867","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"56867"}],"variable":[]}},"response":[{"id":"79636e18-8ddc-403e-a833-d12429e2ada1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderID=56867","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"stakeholderID","value":"56867"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:36:12 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"ca7aa456-cdfb-4567-9eb6-dc6f30fdb950","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderID=56867","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"stakeholderID","value":"56867"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8cdf8750-9fd6-4dad-87d4-2e2fcde2e7fb"},{"name":"All Contract Details By projectID","id":"e5d54c18-679a-420f-bfbe-8c429dd22e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectID=UK40","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"UK40"}],"variable":[]}},"response":[{"id":"85504cda-c0c9-4fde-95af-ba62371e1716","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectID=UK40","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"projectID","value":"UK40"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:43:46 GMT"},{"key":"Content-Length","value":"1538"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 51346,\n        \"VesselName\": \"Acta Auriga\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Commissioning-Service Operations Vessel (CSOV)\",\n        \"Client\": \"Boskalis Subsea Cables BV\",\n        \"StakeDescription\": \"Acta Auriga supported the array cable operations providing W2W and offshore supply services.\",\n        \"VesselStartDate\": \"2021-05-12T01:00:00\",\n        \"VesselEndDate\": \"2021-05-17T01:00:00\",\n        \"Operator\": \"Acta Marine\",\n        \"VesselId\": 2237,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.morayeast.com/application/files/9616/2003/9093/NOO-03May2021.pdf\"\n    },\n    {\n        \"WindfarmStakeholderId\": 45863,\n        \"VesselName\": \"Acta Centaurus\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Turbine Commissioning\",\n        \"Client\": \"MHI Vestas Offshore Wind A/S\",\n        \"StakeDescription\": \"Acta Centaurus provided turbine commissioning support at Moray East. Installation was expected to start from 5th January but there was a slight delays.\",\n        \"VesselStartDate\": \"2021-01-23T00:00:00\",\n        \"VesselEndDate\": \"2021-11-10T00:00:00\",\n        \"Operator\": \"Acta Marine\",\n        \"VesselId\": 2423,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.morayeast.com/application/files/4815/9679/1131/Vessel_Spec_report_05.08.2020.pdf\"\n    },\n    {\n        \"WindfarmStakeholderId\": 46236,\n        \"VesselName\": \"Aquata\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"DEME Offshore\",\n        \"StakeDescription\": \"Aquata supported installation work on the project with crew transfer services.\",\n        \"VesselStartDate\": \"2020-08-31T01:00:00\",\n        \"VesselEndDate\": \"2020-09-21T01:00:00\",\n        \"Operator\": \"DEME Offshore\",\n        \"VesselId\": 1205,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"97453101-4618-4bec-ad3a-4e21d87bfaa7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectID=UK40","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"projectID","value":"UK40"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e5d54c18-679a-420f-bfbe-8c429dd22e7b"},{"name":"All Contract Details By projectName","id":"d9bcd6c9-c371-4371-bbf0-780d0add1db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectName=Moray East","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"Moray East"}],"variable":[]}},"response":[{"id":"71b528c2-5c17-4cd4-a634-06da61d16091","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectName=Moray East","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"projectName","value":"Moray East"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:39:48 GMT"},{"key":"Content-Length","value":"1538"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 51346,\n        \"VesselName\": \"Acta Auriga\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Commissioning-Service Operations Vessel (CSOV)\",\n        \"Client\": \"Boskalis Subsea Cables BV\",\n        \"StakeDescription\": \"Acta Auriga supported the array cable operations providing W2W and offshore supply services.\",\n        \"VesselStartDate\": \"2021-05-12T01:00:00\",\n        \"VesselEndDate\": \"2021-05-17T01:00:00\",\n        \"Operator\": \"Acta Marine\",\n        \"VesselId\": 2237,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.morayeast.com/application/files/9616/2003/9093/NOO-03May2021.pdf\"\n    },\n    {\n        \"WindfarmStakeholderId\": 45863,\n        \"VesselName\": \"Acta Centaurus\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Turbine Commissioning\",\n        \"Client\": \"MHI Vestas Offshore Wind A/S\",\n        \"StakeDescription\": \"Acta Centaurus provided turbine commissioning support at Moray East. Installation was expected to start from 5th January but there was a slight delays.\",\n        \"VesselStartDate\": \"2021-01-23T00:00:00\",\n        \"VesselEndDate\": \"2021-11-10T00:00:00\",\n        \"Operator\": \"Acta Marine\",\n        \"VesselId\": 2423,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.morayeast.com/application/files/4815/9679/1131/Vessel_Spec_report_05.08.2020.pdf\"\n    },\n    {\n        \"WindfarmStakeholderId\": 46236,\n        \"VesselName\": \"Aquata\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"DEME Offshore\",\n        \"StakeDescription\": \"Aquata supported installation work on the project with crew transfer services.\",\n        \"VesselStartDate\": \"2020-08-31T01:00:00\",\n        \"VesselEndDate\": \"2020-09-21T01:00:00\",\n        \"Operator\": \"DEME Offshore\",\n        \"VesselId\": 1205,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"b084aeed-928a-49a3-80f7-77d561740611","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?projectName=Moray East","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"projectName","value":"Moray East"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d9bcd6c9-c371-4371-bbf0-780d0add1db5"},{"name":"All Contract Details By vesselName","id":"a73fe18d-261f-423e-a774-f9d8b6c6591a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?vesselName=Windcat 20","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Windcat 20"}],"variable":[]}},"response":[{"id":"34702bfe-9f93-4b6f-acfc-2bdbfb3976ed","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselName=Windcat 20","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Windcat 20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcY3VycmVudA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:38:02 GMT"},{"key":"Content-Length","value":"429"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 56867,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Windcat 20 is supporting crew transfers on the project.\",\n        \"VesselStartDate\": \"2021-12-18T00:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"a3e8e0d4-6e96-45b0-a8e6-55a267b9637f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/current?vesselName=Windcat 20","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Windcat 20"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a73fe18d-261f-423e-a774-f9d8b6c6591a"},{"name":"All Contract Details By stakeholderType","id":"b79821da-b125-4349-95b9-43665e54be4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderType=Vessel-Crew Transfer","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}],"variable":[]}},"response":[{"id":"0dfe36d1-5d63-467c-a8e2-01397ecaf086","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderType=Vessel-Crew Transfer","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:40:48 GMT"},{"key":"Content-Length","value":"1259"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 11807,\n        \"VesselName\": \"Aberffraw Bay\",\n        \"Name\": \"London Array\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"London Array Limited\",\n        \"StakeDescription\": \"The vessel provided crew transfer services.\",\n        \"VesselStartDate\": \"2012-07-08T00:00:00\",\n        \"VesselEndDate\": \"2013-07-19T00:00:00\",\n        \"Operator\": \"Trinidad Mooring\",\n        \"VesselId\": 741,\n        \"WindfarmId\": \"UK14\",\n        \"Source\": \"http://www.londonarray.com/wp-content/uploads/Stakeholder-No-82.pdf\"\n    },\n    {\n        \"WindfarmStakeholderId\": 52368,\n        \"VesselName\": \"Admiral P\",\n        \"Name\": \"Lynn\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Siemens AG\",\n        \"StakeDescription\": \"Admiral P supported maintenance work on the project with crew transfer services.\",\n        \"VesselStartDate\": \"2021-06-29T01:00:00\",\n        \"VesselEndDate\": \"2021-06-30T01:00:00\",\n        \"Operator\": \"SeaZip Offshore Service\",\n        \"VesselId\": 1037,\n        \"WindfarmId\": \"UK15\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 46084,\n        \"VesselName\": \"Admiral P\",\n        \"Name\": \"Lynn\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Siemens AG\",\n        \"StakeDescription\": \"Admiral P was working on site for a few days.\",\n        \"VesselStartDate\": \"2020-08-12T01:00:00\",\n        \"VesselEndDate\": \"2020-08-16T01:00:00\",\n        \"Operator\": \"SeaZip Offshore Service\",\n        \"VesselId\": 1037,\n        \"WindfarmId\": \"UK15\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"ca7a6cd6-8a35-421e-8848-70018db9064d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?stakeholderType=Vessel-Crew Transfer","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"stakeholderType","value":"Vessel-Crew Transfer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b79821da-b125-4349-95b9-43665e54be4a"},{"name":"All Contract Details By client","id":"147759e2-5f8b-49a6-be7e-c416e55286ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?client=Moray Offshore Windfarm (East) Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>client</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}],"variable":[]}},"response":[{"id":"1661cb23-4a5a-4900-aba4-c49bbaf755b3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?client=Moray Offshore Windfarm (East) Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:41:14 GMT"},{"key":"Content-Length","value":"1332"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 51809,\n        \"VesselName\": \"Challenger\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Challenger worked on the project supporting construction work.\",\n        \"VesselStartDate\": \"2021-05-31T01:00:00\",\n        \"VesselEndDate\": \"2021-06-02T01:00:00\",\n        \"Operator\": \"North Sea Logistics\",\n        \"VesselId\": 2059,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 53313,\n        \"VesselName\": \"Challenger\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"Challenger supported crew transfer services during the construction of the project.\",\n        \"VesselStartDate\": \"2021-07-23T01:00:00\",\n        \"VesselEndDate\": \"2021-08-28T01:00:00\",\n        \"Operator\": \"North Sea Logistics\",\n        \"VesselId\": 2059,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 45906,\n        \"VesselName\": \"CWind Endurance\",\n        \"Name\": \"Moray East\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Moray Offshore Windfarm (East) Ltd\",\n        \"StakeDescription\": \"CWind Endurance worked on the project providing crew transfer services.\",\n        \"VesselStartDate\": \"2020-08-15T01:00:00\",\n        \"VesselEndDate\": \"2020-08-18T01:00:00\",\n        \"Operator\": \"CWind Limited\",\n        \"VesselId\": 1320,\n        \"WindfarmId\": \"UK40\",\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"41464998-38df-4b92-943f-ff2a2d07ce5d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?client=Moray Offshore Windfarm (East) Ltd","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"client","value":"Moray Offshore Windfarm (East) Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"147759e2-5f8b-49a6-be7e-c416e55286ed"},{"name":"All Contract Details By operators","id":"37453572-df5d-4f08-9106-7088def0c698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?operators=LeeWay Marine Inc","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>operators</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"operators","value":"LeeWay Marine Inc"}],"variable":[]}},"response":[{"id":"74bf638f-8e89-4c37-8cdf-da88d18b1c89","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?operators=LeeWay Marine Inc","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"operators","value":"LeeWay Marine Inc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:42:48 GMT"},{"key":"Content-Length","value":"1367"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 24302,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Borkum Riffgrund 1\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Ørsted A/S (formerly DONG Energy AS)\",\n        \"StakeDescription\": \"Windea Five was working on the site providing crew transfer services.\",\n        \"VesselStartDate\": \"2016-10-22T01:00:00\",\n        \"VesselEndDate\": \"2016-11-24T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE04\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 21371,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Global Tech I\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Global Tech I Offshore Wind GmbH (formerly Wetfeet Offshore Wind Energy GmbH)\",\n        \"StakeDescription\": \"Natalia Bekker has been working intermittently on the site.\",\n        \"VesselStartDate\": \"2016-01-12T00:00:00\",\n        \"VesselEndDate\": \"2016-01-23T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE09\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 20520,\n        \"VesselName\": \"Novus\",\n        \"Name\": \"Global Tech I\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Global Tech I Offshore Wind GmbH (formerly Wetfeet Offshore Wind Energy GmbH)\",\n        \"StakeDescription\": \"Natalia Bekker worked on the site supporting O&M.\",\n        \"VesselStartDate\": \"2015-10-10T00:00:00\",\n        \"VesselEndDate\": \"2015-11-23T00:00:00\",\n        \"Operator\": \"LeeWay Marine Inc\",\n        \"VesselId\": 66,\n        \"WindfarmId\": \"DE09\",\n        \"Source\": \"http://www.4coffshore.com\"\n    }\n]"},{"id":"8bbcc3ca-946d-45a0-ae11-13413a473fa4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?operators=LeeWay Marine Inc","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"operators","value":"LeeWay Marine Inc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"37453572-df5d-4f08-9106-7088def0c698"},{"name":"All Contract Details By vesselID","id":"1dc372cd-7fee-4204-be03-37915bf32179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/?vesselID=193","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Contracts in Offshore Wind Logistics via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts",""],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"193"}],"variable":[]}},"response":[{"id":"32ae8a39-438f-4596-a3c6-93359031f9d6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?vesselID=193","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"vesselID","value":"193"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:37:18 GMT"},{"key":"Content-Length","value":"1279"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 33640,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Prinses Amaliawindpark\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Offshore Windpark Q7\",\n        \"StakeDescription\": \"Windcat 20 is providing crew transfer services on site.\",\n        \"VesselStartDate\": \"2017-11-16T00:00:00\",\n        \"VesselEndDate\": \"2017-11-16T00:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"NL01\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 33802,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Prinses Amaliawindpark\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Offshore Windpark Q7\",\n        \"StakeDescription\": \"Windcat 20 provided crew transfer support services on the site.\",\n        \"VesselStartDate\": \"2017-12-02T00:00:00\",\n        \"VesselEndDate\": \"2017-12-02T00:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"NL01\",\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"WindfarmStakeholderId\": 33804,\n        \"VesselName\": \"Windcat 20\",\n        \"Name\": \"Prinses Amaliawindpark\",\n        \"StakeholderType\": \"Vessel-Crew Transfer\",\n        \"Client\": \"Offshore Windpark Q7\",\n        \"StakeDescription\": \"Windcat 20 provided crew transfer support on site.\",\n        \"VesselStartDate\": \"2017-12-19T00:00:00\",\n        \"VesselEndDate\": \"2017-12-22T00:00:00\",\n        \"Operator\": \"Windcat Workboats Ltd\",\n        \"VesselId\": 193,\n        \"WindfarmId\": \"NL01\",\n        \"Source\": \"http://www.4coffshore.com\"\n    }\n]"},{"id":"3e681aa9-e611-4056-821f-1afaef19de46","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/?vesselID=193","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts",""],"query":[{"key":"vesselID","value":"193"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1dc372cd-7fee-4204-be03-37915bf32179"}],"id":"b3b20932-ae2b-47d1-9525-6e38be4e5249","description":"<p>Details of all vessel contracts within the Offshore Wind Logistics Intelligence.</p>\n","_postman_id":"b3b20932-ae2b-47d1-9525-6e38be4e5249"},{"name":"Helicopter Contracts","item":[{"name":"All Helicopter Contract Details","id":"1791ca6d-7432-433e-907c-4e1c915ffc2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Helicopter Contracts in Offshore Wind Logistics.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"d5ed6e16-6f52-47bc-8779-9947f17e008a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:49:48 GMT"},{"key":"Content-Length","value":"66982"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    },\n    {\n        \"StakeholderId\": 499,\n        \"ProjectId\": \"211\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"Modular Offshore Grid (MOG)\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"The NHV Group contracted to provide helicopter services in support of the construction of a high voltage electricity grid in the Belgian part of the North Sea. The operations are expected to start in April 2019. Flights will depart from NHV’s base in Ostend.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Elia\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"https://nhv.be/about/news/nhv-awarded-offshore-contract-by-elia\"\n    },\n    {\n        \"StakeholderId\": 11642,\n        \"ProjectId\": \"UK05\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Provided helicopter transits to the turbines as part of the operations and maintenance. It was thought that the helicopters would increase productivity during the operations and maintenance phase. It was the first helicopter contract for an offshore wind farm.\",\n        \"OrganisationName\": \"Bond Air Services\",\n        \"AnalysisName\": \"Babcock International\",\n        \"ClientAnalysisName\": \"SSE\",\n        \"VesselStartDate\": \"2012-10-01T01:00:00\",\n        \"VesselEndDate\": \"2018-12-31T00:00:00\",\n        \"Source\": \"http://www.bondaviationgroup.com/operations/maintenance-services\"\n    },\n    {\n        \"StakeholderId\": 12471,\n        \"ProjectId\": \"DE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Global Tech I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM supported O&M services and the hoisting of service teams to the turbines since December 2013.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"AREVA\",\n        \"VesselStartDate\": \"2013-12-01T00:00:00\",\n        \"VesselEndDate\": \"2019-12-31T00:00:00\",\n        \"Source\": \"http://www.helitravel.de/2013/02/areva-wind-htm-helikopter-travel-munich-global-tech-i-und-trianel-nutzen-synergien-fur-den-service-von-nordsee-windparks/\"\n    },\n    {\n        \"StakeholderId\": 12472,\n        \"ProjectId\": \"DE27\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trianel Windpark Borkum I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM has been supporting O&M services and the hoisting of service teams to the turbines since November 2013 and the contract ended in October 2019.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"AREVA\",\n        \"VesselStartDate\": \"2013-11-01T00:00:00\",\n        \"VesselEndDate\": \"2019-10-01T01:00:00\",\n        \"Source\": \"http://www.helitravel.de/2013/02/areva-wind-htm-helikopter-travel-munich-global-tech-i-und-trianel-nutzen-synergien-fur-den-service-von-nordsee-windparks/\"\n    },\n    {\n        \"StakeholderId\": 16882,\n        \"ProjectId\": \"DE04\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 1\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"UPDATE March 2021: WIKING signed a new multiyear contract with Orsted to provide HEMS for the Borkum Riffgrund 1, 2 and 3 wind farms as well as Gode Wind 1,2 and 3 from its base in Wilhilmshaven and Emden.\\r\\n\\r\\nSupply Helicopter Emergency Medical Service (HEMS) for four Orsted offshore wind farms, namely Gode Wind I, Gode Wind II, Borkum Riffgrund I and  Borkum Riffgrund II.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2015-09-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:250406-2014:TEXT:EN:HTML; https://www.linkedin.com/posts/wiking-helikopter-service-gmbh_wiking-helicopters-offshore-activity-6771071996949221376-w9lc/\"\n    },\n    {\n        \"StakeholderId\": 16883,\n        \"ProjectId\": \"DE13\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gode Wind 1 and 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"UPDATE March 2021: WIKING signed a new multiyear contract with Orsted to provide HEMS for the Borkum Riffgrund 1, 2 and 3 wind farms as well as Gode Wind 1,2 and 3 from its base in Wilhilmshaven and Emden.\\r\\n\\r\\nSupply Helicopter Emergency Medical Service (HEMS) for four Orsted offshore wind farms, namely Gode Wind I, Gode Wind II, Borkum Riffgrund I and  Borkum Riffgrund II.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2015-09-15T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:250406-2014:TEXT:EN:HTML; https://www.linkedin.com/posts/wiking-helikopter-service-gmbh_wiking-helicopters-offshore-activity-6771071996949221376-w9lc/\"\n    },\n    {\n        \"StakeholderId\": 16884,\n        \"ProjectId\": \"DE30\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"UPDATE March 2021: WIKING signed a new multiyear contract with Orsted to provide HEMS for the Borkum Riffgrund 1, 2 and 3 wind farms as well as Gode Wind 1,2 and 3 from its base in Wilhilmshaven and Emden.\\r\\n\\r\\nSupply Helicopter Emergency Medical Service (HEMS) for four Orsted offshore wind farms, namely Gode Wind I, Gode Wind II, Borkum Riffgrund I and  Borkum Riffgrund II.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2015-09-15T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:250406-2014:TEXT:EN:HTML; https://www.linkedin.com/posts/wiking-helikopter-service-gmbh_wiking-helicopters-offshore-activity-6771071996949221376-w9lc/\"\n    },\n    {\n        \"StakeholderId\": 16886,\n        \"ProjectId\": \"DK03\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Horns Rev 1\",\n        \"Country\": \"Denmark\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Helicopter for Crew Transfer and Repair Services for the Offshore Wind Farm Horns Rev (Denmark) and as an option for DanTysk (Germany) and a further option incl. Rescue Activities (as an medical helicopter). The initial contract started in 2002 and was renewed by energy company Vattenfall in 2007 and again for 3-5 years in mid 2014.\",\n        \"OrganisationName\": \"UNI-FLY A/S\",\n        \"AnalysisName\": \"UNI-FLY\",\n        \"ClientAnalysisName\": \"Vattenfall\",\n        \"VesselStartDate\": \"2002-03-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:252003-2014:TEXT:EN:HTML&src=0\"\n    },\n    {\n        \"StakeholderId\": 19077,\n        \"ProjectId\": \"DE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Global Tech I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Northern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Global Tech I\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct Communication - 05/05/2015\"\n    },\n    {\n        \"StakeholderId\": 19078,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Update: contract renewed in 2020\\r\\nNorthern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct Communication - 05/05/2015\"\n    },\n    {\n        \"StakeholderId\": 19079,\n        \"ProjectId\": \"DE27\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trianel Windpark Borkum I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Northern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Trianel Windkraftwerk Borkum\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-03-31T01:00:00\",\n        \"Source\": \"Direct Communication - 05/05/2015, 24/8/2020\"\n    },\n    {\n        \"StakeholderId\": 19080,\n        \"ProjectId\": \"DE21\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Riffgat\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Update: Contract (possibly renewed) confirmed:\\r\\nHelicopter rescue services (HEMS) must be provided for the rescue of people in the offshore area in connection with the operation of offshore wind farms. The rescue concept includes both the flying and the medical components as well as a rescue control center for coordinating the rescue operations. \\r\\nNorthern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://ted.europa.eu/udl?uri=TED:NOTICE:165493-2020:TEXT:EN:HTML\"\n    },\n    {\n        \"StakeholderId\": 19839,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Contract was awarded in October 2008 and was started in April 2009. HTM has been supporting O&M services and the hoisting of service teams to the turbines since 2009.  Between 2010 and 2014 a rescue service was also provided. \",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2009-04-01T01:00:00\",\n        \"VesselEndDate\": \"2020-03-01T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018 & May 2020\"\n    },\n    {\n        \"StakeholderId\": 19842,\n        \"ProjectId\": \"DE21\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Riffgat\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply in August 2011. Operations started in August 2012.  Daily transport of offshore technicians and tools to the wind farm. The contract ended in March 2020.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2012-08-01T01:00:00\",\n        \"VesselEndDate\": \"2020-03-01T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 19843,\n        \"ProjectId\": \"DE06\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordsee Ost\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply in October 2011. HTM has been supporting O&M services and the hoisting of service teams to the turbines since November 2014.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"RWE\",\n        \"VesselStartDate\": \"2014-11-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 19847,\n        \"ProjectId\": \"DE05\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Amrumbank West\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply in September 2012. HTM has been supporting O&M services and the hoisting of service teams to the turbines since November 2015.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"RWE\",\n        \"VesselStartDate\": \"2015-11-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018 & 2020\"\n    },\n    {\n        \"StakeholderId\": 19848,\n        \"ProjectId\": \"DE04\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 1\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply in October 2012. Operations started in August 2013. Supporting O&M services and the hoisting of service teams to the turbines.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2013-08-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018 & 2020\"\n    },\n    {\n        \"StakeholderId\": 19849,\n        \"ProjectId\": \"DE13\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gode Wind 1 and 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply in December 2014. HTM has been supporting O&M services and the hoisting of service teams to the turbines since January 2016.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2016-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 19850,\n        \"ProjectId\": \"DE30\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded a contract for helicopter supply and operational since February  2019.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2019-02-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 21053,\n        \"ProjectId\": \"BE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV provided helicopter support on site to transfer technicians to turbines.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 21054,\n        \"ProjectId\": \"BE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV provided helicopter support on site to transfer technicians to turbines.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 21055,\n        \"ProjectId\": \"BE10\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase III\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV provided helicopter support on site to transfer technicians to turbines.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 21291,\n        \"ProjectId\": \"UK34\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Westermost Rough\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Uni-Fly is providing crew transfer support using a Danish register Airbus EC135 helicopter. The aircraft is primarily used for unplanned maintenance support (trouble shooting and resets) when vessel access is not possible. It is also used for planning maintenance tasks.\",\n        \"OrganisationName\": \"UNI-FLY A/S\",\n        \"AnalysisName\": \"UNI-FLY\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2015-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://helihub.com/2015/01/23/uni-fly-wins-uk-windfarm-contract-with-dong-energy/\"\n    },\n    {\n        \"StakeholderId\": 21292,\n        \"ProjectId\": \"DE02\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"DanTysk\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Uni-fly provides rescue helicopter support on the site.\",\n        \"OrganisationName\": \"UNI-FLY A/S\",\n        \"AnalysisName\": \"UNI-FLY\",\n        \"ClientAnalysisName\": \"Vattenfall\",\n        \"VesselStartDate\": \"2015-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://helihub.com/2015/01/23/uni-fly-wins-uk-windfarm-contract-with-dong-energy/\"\n    },\n    {\n        \"StakeholderId\": 21503,\n        \"ProjectId\": \"DE07\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Meerwind Süd/Ost\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM Helicopter travel Munich GmbH is providing helicopter support on site. HTM has been supporting O&M services and the hoisting of service teams to the turbines since November 2015.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2015-11-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with Hr Brucherseifer HTM Helicopter Travel 3/2/2016\"\n    },\n    {\n        \"StakeholderId\": 23341,\n        \"ProjectId\": \"NL18\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gemini\",\n        \"Country\": \"Netherlands\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService International is providing Siemens with the first AW169 in the offshore wind industry. The helicopter will winch technicians on to the top of wind turbines.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2016-08-01T01:00:00\",\n        \"VesselEndDate\": \"2021-07-31T01:00:00\",\n        \"Source\": \"http://www.heliservice.de/wp-content/uploads/2016/08/Pressemitteilung-fu%CC%88r-Website-Englisch.pdf\"\n    },\n    {\n        \"StakeholderId\": 25738,\n        \"ProjectId\": \"DE26\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Merkur\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is supplying a helicopter that will be on stand by for emergency medical care at the wind farm.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"DEME Offshore\",\n        \"VesselStartDate\": \"2019-07-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://windea-care.de/de/aktuelles-presse-news/aktuelles-leser/nhc-gewinnt-wichtigen-auftrag-fuer-offshore-windpark-merkur.html\"\n    },\n    {\n        \"StakeholderId\": 25744,\n        \"ProjectId\": \"UK63\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Walney Extension\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Babcock Mission Critical Services was contracted by Orsted to provide specialist helicopter support at the wind farm. The contract covered a period of five years with two 12 month extension options and commenced in 2018. Babcock operated a new hoist equipped H135 aircraft, as well as a back-up EC135T3, to transport people and cargo to and from the wind farm.\\r\\n\\r\\nIn May 2021, Orsted terminated the contract early after an assessment  showed that helicopter support was not required.\",\n        \"OrganisationName\": \"Babcock International Group Plc\",\n        \"AnalysisName\": \"Babcock International\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2018-01-01T00:00:00\",\n        \"VesselEndDate\": \"2021-05-31T01:00:00\",\n        \"Source\": \"http://www.4coffshore.com/windfarms/babcock-scores-heliopter-gig-at-walney-extension-nid5147.html; https://helihub.com/2021/06/14/babcock-lose-uk-wind-farm-contract/\"\n    },\n    {\n        \"StakeholderId\": 25829,\n        \"ProjectId\": \"DE36\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Veja Mate\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"CHC Helicopter was awarded a contract by Siemens Wind Power to support the construction of the site. Flights supporting the work, operated from CHC's base in Den Helder using AW 139s began in the beginning of January 2017.\",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2017-01-01T00:00:00\",\n        \"VesselEndDate\": \"2017-05-31T01:00:00\",\n        \"Source\": \"http://www.chc.ca/news/2017/01/chc-helicopter-announces-new-contract-with-siemens-wind-power-gmbh.aspx\"\n    },\n    {\n        \"StakeholderId\": 25830,\n        \"ProjectId\": \"NL18\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gemini\",\n        \"Country\": \"Netherlands\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"CHC Helicopters provided transfer support during the construction of the site on a nine month contract, flying from Den Helder in the Netherlands.\",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2016-02-01T00:00:00\",\n        \"VesselEndDate\": \"2016-10-30T00:00:00\",\n        \"Source\": \"http://www.chcheli.com/node/34 \"\n    },\n    {\n        \"StakeholderId\": 27177,\n        \"ProjectId\": \"UK53\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beatrice\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV supplied helicopter services to support SHL in the construction of the wind farm. Flights departed from NHV's base in Aberdeen. NHV used the H175 aircraft.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Seaway 7\",\n        \"VesselStartDate\": \"2017-03-01T00:00:00\",\n        \"VesselEndDate\": \"2019-07-31T01:00:00\",\n        \"Source\": \"http://nhv.be/about/news/nhv-awarded-with-offshore-contract-by-seaway-heavy-lifting\"\n    },\n    {\n        \"StakeholderId\": 33018,\n        \"ProjectId\": \"UK81\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hornsea Project One\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"CHC Group signed a contract with Ørsted to provide aviation services to take people from shore to the wind farm, and also smaller helicopters to transfer people and tools between the turbines and substations. CHC will deliver the six -year deal covering the construction phase as well as the first five years of operations and maintenance of the wind farm. A combination of Leonardo AW139 and AW169 helicopters, to suit the different phases of the project, will begin flying out of Humberside heliport from April 2018. CHC will be working with Uni-fly as a subcontractor.\",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2018-04-01T01:00:00\",\n        \"VesselEndDate\": \"2019-03-31T00:00:00\",\n        \"Source\": \"http://www.dongenergy.co.uk/news/press-releases/articles/chc-wins-aviation-contract-for-dong-energy-hornsea-project-one\"\n    },\n    {\n        \"StakeholderId\": 34177,\n        \"ProjectId\": \"DE47\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Wikinger\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Northern HeliCopter won a six year contract in support of the project. Flights will be operated on a call-off basis, providing the client with up to 10 passenger per flight who will be transported in an EC155s from a helicopter base at Güttin airport.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Iberdrola\",\n        \"VesselStartDate\": \"2018-01-01T00:00:00\",\n        \"VesselEndDate\": \"2023-12-31T00:00:00\",\n        \"Source\": \"http://helihub.com/2017/11/09/northern-helicopter-wins-six-year-wind-farm-contract/; Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 34178,\n        \"ProjectId\": \"UK62\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Galloper\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Siemens Gamesa awarded Wiking Helikopter  with a long-term contract for helicopter hoist operations. Company will be responsible for transport and hoisting of Siemens technicians. The crew for will consist of two pilots and one hoist operator, who will operate with their new Airbus H145 helicopter, put into operation in early 2017. Operations will be carried out from the base at Great Oakley Aerodrome until a new base in Harwich Harbour is available.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2017-03-01T00:00:00\",\n        \"VesselEndDate\": \"2023-03-01T00:00:00\",\n        \"Source\": \"http://wiking-helikopter.de/en/blog/index.php?press-release--offshorewind---wiking-helikopter-nets-galloper-contract\"\n    },\n    {\n        \"StakeholderId\": 34212,\n        \"ProjectId\": \"DE20\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordergründe\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM has been supporting O&M services and the hoisting of service teams to the turbines since December 2017.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"WPD\",\n        \"VesselStartDate\": \"2017-12-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 34213,\n        \"ProjectId\": \"DE28\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordsee One\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM has been supporting O&M services and the hoisting of service teams to the turbines since July 2018.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"RWE\",\n        \"VesselStartDate\": \"2018-07-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication - Feb 2018\"\n    },\n    {\n        \"StakeholderId\": 34259,\n        \"ProjectId\": \"DE36\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Veja Mate\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Awarded flight services from Siemens at Veja Mate using AW169.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-09-01T01:00:00\",\n        \"VesselEndDate\": \"2019-10-31T00:00:00\",\n        \"Source\": \"http://www.heliservice.de/award-contract-siemens/\"\n    },\n    {\n        \"StakeholderId\": 34672,\n        \"ProjectId\": \"DE30\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService International won the contract to supply the transport of passengers, luggage and cargo to the site. The tender was announced in 2017.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2018-03-01T00:00:00\",\n        \"VesselEndDate\": \"2021-02-28T00:00:00\",\n        \"Source\": \"https://www.heliservice.de/heliservice/news/erster-heliservice-flug-zum-windpark-borkum-riffgrund-2/ \"\n    },\n    {\n        \"StakeholderId\": 34783,\n        \"ProjectId\": \"UK64\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"East Anglia ONE\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV is providing helicopter support on the site.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Van Oord\",\n        \"VesselStartDate\": \"2018-04-24T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://energylogistics.onepeterson.com/en/news-media/news/first-helicopter-flights-take-off-from-new-zeeland-airport-terminal\"\n    },\n    {\n        \"StakeholderId\": 35404,\n        \"ProjectId\": \"UK53\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beatrice\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV supplied helicopter services to support SGRE in the construction of the wind farm. The operations are expected to start mid-summer until spring 2019. Flights departed from NHV’s base in Aberdeen. The H175 aircraft will be used.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-07-01T01:00:00\",\n        \"VesselEndDate\": \"2019-03-01T00:00:00\",\n        \"Source\": \"http://nhv.be/about/news/nhv-awarded-offshore-contract-by-siemens-gamesa-beatrice-offshore-windfarm\"\n    },\n    {\n        \"StakeholderId\": 35854,\n        \"ProjectId\": \"UK53\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beatrice\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Siemens Gamesa awarded WIKING Helikopter Service GmbH with a multi-year contract for its Beatrice Wind Offshore Helicopter Hoist Operations. WIKING will provide helicopter hoist operations for service technicians and material to wind turbines onsite for maintenance services. Flights will be operated with Airbus Helicopters H145, departing from WIKING’s new base in Wick (North Scotland).\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-08-01T01:00:00\",\n        \"VesselEndDate\": \"2023-07-31T01:00:00\",\n        \"Source\": \"http://www.wiking-helikopter.de/files/WIKING_Press_Release_SGRE_Beatrice_Rev01_final.pdf\"\n    },\n    {\n        \"StakeholderId\": 36026,\n        \"ProjectId\": \"BE05\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Rentel\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"The NHV group is providing helicopter services in support of the Rentel offshore wind farm. The operations started in October 2018. Flights depart from NHV’s base in Ostend. NHV is support the project utilising the H145T2 aircraft, the latest Airbus Helicopter 4-ton-class twin-engine rotorcraft. With its high hoisting and hover performance and small footprint, the H145T2 can operate in performance class 1 conditions, while its compact airframe can manoeuvre in the confined environments of offshore wind farms.\\r\\n\\r\\nThe contract is on an ad hoc basis.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-10-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"http://nhv.be/about/news/nhv-awarded-offshore-contract-by-siemens-gamesa-rentel-offshore-wind-farm\"\n    },\n    {\n        \"StakeholderId\": 36276,\n        \"ProjectId\": \"DE23\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"BARD Offshore 1\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Wiking Helicopter won a HEMS contract to provide Helicopter Emergency Medical Services.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Macquarie\",\n        \"VesselStartDate\": \"2018-08-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"http://wiking-helikopter.de/files/WIKING_ORS_Press_Release_Ocean_Breeze_Butendiek_Nordergruende_VejaMate_final.pdf\"\n    },\n    {\n        \"StakeholderId\": 36277,\n        \"ProjectId\": \"DE08\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Butendiek\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Wiking Helicopter won contract to provide Helicopter Emergency Medical Services.HEMS flights operated with Leonardo Helicopters AW139, departing from WIKING’s home base at JadeWeser Airport to the offshore wind farms.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Butendiek\",\n        \"VesselStartDate\": \"2018-08-01T01:00:00\",\n        \"VesselEndDate\": \"2021-12-31T00:00:00\",\n        \"Source\": \"Wiking Helicopter\"\n    },\n    {\n        \"StakeholderId\": 36278,\n        \"ProjectId\": \"DE20\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordergründe\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Wiking Helicopter won contract to provide Helicopter Emergency Medical Services.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"WPD\",\n        \"VesselStartDate\": \"2018-08-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://helihub.com/2018/10/24/wiking-helicopter-service-gmbh-has-signed-a-multi-year-hems/\"\n    },\n    {\n        \"StakeholderId\": 36279,\n        \"ProjectId\": \"DE36\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Veja Mate\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Wiking Helicopter won contract to provide Helicopter Emergency Medical Services.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-08-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Wiking Helicopter\"\n    },\n    {\n        \"StakeholderId\": 37157,\n        \"ProjectId\": \"NL0B\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borssele 1 and 2\",\n        \"Country\": \"Netherlands\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV is supporting this project using  the H145 aircraft, the latest Airbus Helicopter 4-ton-class twin-engine rotorcraft. Flights will depart from NHV’s base in Zeeland to the Borssele Wind Farm. The operations started in April 2020.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://nhv.be/about/news/nhv-awarded-offshore-contract-by-rsted; https://helihub.com/tag/nhv/\"\n    },\n    {\n        \"StakeholderId\": 37960,\n        \"ProjectId\": \"DE24\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Deutsche Bucht\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"DHSS is providing call-off helicopter services. Helicopters will take off from Den Helder Airport, and can also be utlised from Eemshavn heliport if necessary, as DHSS have a fully operational vessel and helicopter support base there too. DHSS is involved in both commissioning and O&M services, and hopes to reduce costs by sharing passenger seats of the helicopters for both the Van Oord and MHI Vestas (port services) contracts.\",\n        \"OrganisationName\": \"DHSS\",\n        \"AnalysisName\": \"DHSS\",\n        \"ClientAnalysisName\": \"Van Oord\",\n        \"VesselStartDate\": \"2018-09-01T01:00:00\",\n        \"VesselEndDate\": \"2019-09-30T01:00:00\",\n        \"Source\": \"https://dhss.nl/dhss-contracted-by-van-oord-for-call-off-helicopter-services/\"\n    },\n    {\n        \"StakeholderId\": 39539,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"Helicopter crew change services during construction of both Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2019-05-01T01:00:00\",\n        \"VesselEndDate\": \"2019-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/feed/update/urn:li:activity:6531996704911224832/\"\n    },\n    {\n        \"StakeholderId\": 41490,\n        \"ProjectId\": \"UK64\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"East Anglia ONE\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Siemens has contracted Wiking Helikopter to provide operations and maintenance support.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2025-12-31T00:00:00\",\n        \"Source\": \"https://www.4coffshore.com/news/east-anglia-one-gets-air-support-nid14357.html\"\n    },\n    {\n        \"StakeholderId\": 42266,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService has signed an exclusive contract for provision of helicopter services for five wind farms in the North Sea (the \\\"Nordic Cluster): Hohe See, Albatros, Borkum West 2, Global Tech 1 and Veja Mate. This will depart from the main base in Emden as well as Eemshaven.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-siemensgamesa-activity-6625317493575692288-S_9I\"\n    },\n    {\n        \"StakeholderId\": 42267,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService has signed an exclusive contract for provision of helicopter services for five wind farms in the North Sea (the \\\"Nordic Cluster): Hohe See, Albatros, Borkum West 2, Global Tech 1 and Veja Mate. The service will depart from the main base in Emden as well as Eemshaven.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-siemensgamesa-activity-6625317493575692288-S_9I\"\n    },\n    {\n        \"StakeholderId\": 42268,\n        \"ProjectId\": \"DE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Global Tech I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService signed an exclusive contract for provision of helicopter services for five wind farms in the North Sea (the \\\"Nordic Cluster): Hohe See, Albatros, Borkum West 2, Global Tech 1 and Veja Mate. This will depart from the main base in Emden as well as Eemshaven.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-siemensgamesa-activity-6625317493575692288-S_9I\"\n    },\n    {\n        \"StakeholderId\": 42271,\n        \"ProjectId\": \"DE03\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService has signed an exclusive contract for provision of helicopter services for five wind farms in the North Sea (the \\\"Nordic Cluster): Hohe See, Albatros, Borkum West 2, Global Tech 1 and Veja Mate. This will depart from the main base in Emden as well as Eemshaven. Note - Borkum Riffgrund 3 is a cluster (900 MW) including Borkum West 2 (240 MW). From the total capacity of projects awarded (2.2 GW) it is assumed that this contract includes the whole Borkum Riffgrund 3 cluster.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-siemensgamesa-activity-6625317493575692288-S_9I\"\n    },\n    {\n        \"StakeholderId\": 43458,\n        \"ProjectId\": \"DE21\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Riffgat\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService won the contract from EWE, a northern German energy utility company, to conduct Helicopter flights out of Emden to wind parks in the North Sea. The primary purpose will be flights for troubleshooting to the wind parks Riffgat, Alpha Ventus and Merkur.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2020-03-01T00:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-offshore-activity-6643468926053347328-cNmh\"\n    },\n    {\n        \"StakeholderId\": 43459,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService won the contract from EWE OSS, a northern German energy utility company, to conduct Helicopter flights out of Emden to wind parks in the North Sea. The primary purpose will be flights for troubleshooting to the wind parks Riffgat, Alpha Ventus and Merkur.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2020-03-01T00:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://www.heliservice.de/en/heliservice/news/heliservice-wins-contract-with-ewe-for-troubleshooting-flights-in-the-german-north-sea/ \"\n    },\n    {\n        \"StakeholderId\": 43460,\n        \"ProjectId\": \"DE26\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Merkur\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService won the contract from EWE, a northern German energy utility company, to conduct Helicopter flights out of Emden to wind parks in the North Sea. The primary purpose will be flights for troubleshooting to the wind parks Riffgat, Alpha Ventus and Merkur.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2020-03-01T00:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-offshore-activity-6643468926053347328-cNmh\"\n    },\n    {\n        \"StakeholderId\": 43461,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Provision of a helicopter including aeronautical and medical crew to rescue injured persons offshore in the Offshore Windparks Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://ted.europa.eu/udl?uri=TED:NOTICE:180864-2020:TEXT:EN:HTML&src=0\"\n    },\n    {\n        \"StakeholderId\": 43462,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Provision of a helicopter including aeronautical and medical crew to rescue injured persons offshore in the Offshore Windparks Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://ted.europa.eu/udl?uri=TED:NOTICE:180864-2020:TEXT:EN:HTML&src=0\"\n    },\n    {\n        \"StakeholderId\": 44036,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM has provided helicopter services since July 2018.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2018-07-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with HTM\"\n    },\n    {\n        \"StakeholderId\": 44037,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM is providing operations and maintenance support on the project. Operations started in July 2018.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2018-07-01T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with HTM.\"\n    },\n    {\n        \"StakeholderId\": 44038,\n        \"ProjectId\": \"DE26\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Merkur\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HTM helicopter is providing operations and maintenance support. The service started in February 2019.\",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"GE\",\n        \"VesselStartDate\": \"2019-02-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with HTM.\"\n    },\n    {\n        \"StakeholderId\": 44132,\n        \"ProjectId\": \"NL0J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borssele 3 and 4 - Blauwwind\",\n        \"Country\": \"Netherlands\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"MHI Vestas Offshore Wind has awarded DHSS with a contract to manage helicopter services for crew change during the turbine installation & commissioning phases. DHSS will be in charge of coordinating the transport of passengers, luggage, and cargo from its logistics hub at Den Helder Airport to the offshore wind project and back.\",\n        \"OrganisationName\": \"DHSS\",\n        \"AnalysisName\": \"DHSS\",\n        \"ClientAnalysisName\": \"Vestas\",\n        \"VesselStartDate\": \"2020-05-15T01:00:00\",\n        \"VesselEndDate\": \"2021-01-15T00:00:00\",\n        \"Source\": \"https://www.4coffshore.com/news/dhss-to-provide-borssele-3264-air-support-nid17428.html\"\n    },\n    {\n        \"StakeholderId\": 44361,\n        \"ProjectId\": \"UK81\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hornsea Project One\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"CHC Group signed a contract with Ørsted to provide aviation services to take people from shore to the wind farm, and also smaller helicopters to transfer people and tools between the turbines and substations. CHC will deliver the six -year deal covering the construction phase as well as the first five years of operations and maintenance of the wind farm. A combination of Leonardo AW139 and AW169 helicopters, to suit the different phases of the project, will begin flying out of Humberside heliport from April 2018. CHC will be working with Uni-fly as a subcontractor.\",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2019-04-01T01:00:00\",\n        \"VesselEndDate\": \"2024-03-31T00:00:00\",\n        \"Source\": \"http://www.chcheli.com/DONG-CHC\"\n    },\n    {\n        \"StakeholderId\": 44368,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"HTM provided a rescue service along side the O&M support contract. \",\n        \"OrganisationName\": \"HTM Helicopter Travel Munich GmbH\",\n        \"AnalysisName\": \"HTM Helicopter \",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2010-01-01T00:00:00\",\n        \"VesselEndDate\": \"2014-01-01T00:00:00\",\n        \"Source\": \"HTM\"\n    },\n    {\n        \"StakeholderId\": 45004,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"Helicopter crew change services during construction of both Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2019-05-01T01:00:00\",\n        \"VesselEndDate\": \"2019-12-31T00:00:00\",\n        \"Source\": null\n    },\n    {\n        \"StakeholderId\": 45197,\n        \"ProjectId\": \"UK1U\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hornsea Project Two\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"Ørsted confirmed that CHC Helicopter had been awarded the contract for aerial transportation during the construction and operations phases of its Hornsea Two offshore wind farm. CHC will continue to work with UniFly to deliver flight operations for Hornsea One, covering the construction phase as well as the first five years of operations and maintenance of the wind farm, whilst beginning flights for Hornsea Two. \\r\\n\\r\\nA combination of Leonardo AW139 and AW169 helicopters based at Humberside Airport in Lincolnshire, will be utilised for crew transfers and cargo flights to both the offshore accommodation jack-up barge and installation vessels throughout the 18 month offshore construction phase of what will become the world’s largest offshore wind farm.\\r\\n\\r\\nCHC and Ørsted will also expand their current contract for helicopter transport and technician hoisting at the Hornsea One windfarm during the site’s operational phase, including the neighbouring Hornsea Two site once it is in operation. \",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2021-01-01T00:00:00\",\n        \"VesselEndDate\": \"2022-06-01T01:00:00\",\n        \"Source\": \"Direct communication from Orsted: press Release\"\n    },\n    {\n        \"StakeholderId\": 45198,\n        \"ProjectId\": \"UK1U\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hornsea Project Two\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Ørsted confirmed that CHC Helicopter had been awarded the contract for aerial transportation during the construction and operations phases of its Hornsea Two offshore wind farm. CHC will continue to work with UniFly to deliver flight operations for Hornsea One, covering the construction phase as well as the first five years of operations and maintenance of the wind farm, whilst beginning flights for Hornsea Two. \\r\\n\\r\\nA combination of Leonardo AW139 and AW169 helicopters based at Humberside Airport in Lincolnshire, will be utilised for crew transfers and cargo flights to both the offshore accommodation jack-up barge and installation vessels throughout the 18 month offshore construction phase of what will become the world’s largest offshore wind farm.\\r\\n\\r\\nCHC and Ørsted will also expand their current contract for helicopter transport and technician hoisting at the Hornsea One windfarm during the site’s operational phase, including the neighbouring Hornsea Two site once it is in operation. \",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": \"2022-06-01T01:00:00\",\n        \"VesselEndDate\": \"2025-06-01T01:00:00\",\n        \"Source\": \"Orsted: press release\"\n    },\n    {\n        \"StakeholderId\": 45939,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with NHC\"\n    },\n    {\n        \"StakeholderId\": 45940,\n        \"ProjectId\": \"DE46\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Arkona\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"E.ON\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45945,\n        \"ProjectId\": \"DE78\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"EnBW Baltic 1\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is supplying HEMS support on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45946,\n        \"ProjectId\": \"DE52\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"EnBW Baltic 2\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC provides HEMS services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with Northern Offshore Services\"\n    },\n    {\n        \"StakeholderId\": 45947,\n        \"ProjectId\": \"DE23\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"BARD Offshore 1\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS services on the site.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Macquarie\",\n        \"VesselStartDate\": \"2020-08-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45948,\n        \"ProjectId\": \"DE08\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Butendiek\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC has been awarded the contract for HEMS on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Butendiek\",\n        \"VesselStartDate\": \"2020-08-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45949,\n        \"ProjectId\": \"DE24\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Deutsche Bucht\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded the contract for HEMS on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Northland\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45950,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded the contract for HEMS on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45951,\n        \"ProjectId\": \"DE20\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordergründe\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"WPD\",\n        \"VesselStartDate\": \"2020-08-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45952,\n        \"ProjectId\": \"DE28\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordsee One\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"MHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Northland\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45953,\n        \"ProjectId\": \"DE06\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Nordsee Ost\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded the contract for HEMS services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"RWE\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45954,\n        \"ProjectId\": \"DE21\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Riffgat\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded a contract to supply HEMS support on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45959,\n        \"ProjectId\": \"DE0K\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trianel Windpark Borkum II\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Trianel Windkraftwerk Borkum\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC.\"\n    },\n    {\n        \"StakeholderId\": 45960,\n        \"ProjectId\": \"DE0K\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trianel Windpark Borkum II\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"WIKING Helikoper Service is providing HEMS support on the project.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Trianel Windkraftwerk Borkum\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC\"\n    },\n    {\n        \"StakeholderId\": 45961,\n        \"ProjectId\": \"DE36\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Veja Mate\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Veja Mate Offshore \",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHC\"\n    },\n    {\n        \"StakeholderId\": 48576,\n        \"ProjectId\": \"DE05\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Amrumbank West\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing emergency helicopter rescue services (HEMS) on a two year contract.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"E.ON\",\n        \"VesselStartDate\": \"2020-11-01T00:00:00\",\n        \"VesselEndDate\": \"2022-10-31T00:00:00\",\n        \"Source\": \"https://www.northernhelicopter.de/aktuelles/presse/detail?tx_news_pi1%5Baction%5D=detail&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bnews%5D=182&cHash=09f60d11d898e4867b31e18054001e49\"\n    },\n    {\n        \"StakeholderId\": 49997,\n        \"ProjectId\": \"DE11\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Hohe See\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded a three year contract for rescue and emergency services on Hohe See and Albatros.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2021-02-01T00:00:00\",\n        \"VesselEndDate\": null,\n        \"Source\": \"https://www.northernhelicopter.de/en/news/press-area\"\n    },\n    {\n        \"StakeholderId\": 49998,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded a three year contract for rescue and emergency services on Hohe See and Albatros.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2021-02-01T00:00:00\",\n        \"VesselEndDate\": \"2025-01-31T00:00:00\",\n        \"Source\": \"https://www.northernhelicopter.de/en/news/press-area\"\n    },\n    {\n        \"StakeholderId\": 50390,\n        \"ProjectId\": \"DE03\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Borkum Riffgrund 3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"WIKING signed a new multiyear contract with Orsted to provide HEMS for the Borkum Riffgrund 1, 2 and 3 wind farms as well as Gode Wind 1,2 and 3 from its base in Wilhilmshaven and Emden.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:250406-2014:TEXT:EN:HTML; https://www.linkedin.com/posts/wiking-helikopter-service-gmbh_wiking-helicopters-offshore-activity-6771071996949221376-w9lc/\"\n    },\n    {\n        \"StakeholderId\": 50392,\n        \"ProjectId\": \"DE0H\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gode Wind 3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"WIKING signed a new multiyear contract with Orsted to provide HEMS for the Borkum Riffgrund 1, 2 and 3 wind farms as well as Gode Wind 1,2 and 3 from its base in Wilhilmshaven and Emden.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Ørsted\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://ted.europa.eu/udl?uri=TED:NOTICE:250406-2014:TEXT:EN:HTML; https://www.linkedin.com/posts/wiking-helikopter-service-gmbh_wiking-helicopters-offshore-activity-6771071996949221376-w9lc/\"\n    },\n    {\n        \"StakeholderId\": 50429,\n        \"ProjectId\": \"BE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV has a fixed contract with C-Power to provide helicopter support services.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV\"\n    },\n    {\n        \"StakeholderId\": 50430,\n        \"ProjectId\": \"BE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV has a fixed contract with C-Power to provide helicopter support services.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV.\"\n    },\n    {\n        \"StakeholderId\": 50431,\n        \"ProjectId\": \"BE10\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Thornton Bank - phase III\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV has a fixed contract to provide helicopter support services on the project.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"C-Power\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV.\"\n    },\n    {\n        \"StakeholderId\": 50433,\n        \"ProjectId\": \"BE06\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Seamade (SeaStar)\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV provides helicopter support on an ad hoc basis.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Seamade\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV.\"\n    },\n    {\n        \"StakeholderId\": 50434,\n        \"ProjectId\": \"BE07\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Seamade (Mermaid)\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV provides helicopter support on an ad hoc basis.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Seamade\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV.\"\n    },\n    {\n        \"StakeholderId\": 50435,\n        \"ProjectId\": \"BE04\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norther\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV provides helicopter support on an ad hoc basis.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Air Energy\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV\"\n    },\n    {\n        \"StakeholderId\": 50436,\n        \"ProjectId\": \"BE03\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Belwind \",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"NHV provides helicopter support on an ad hoc basis.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Belwind\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"Direct communication with NHV.\"\n    },\n    {\n        \"StakeholderId\": 50773,\n        \"ProjectId\": \"DE02\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"DanTysk\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"WIKING Helikopter Service announced that they have been awarded a HEMS contract extension from Vattenfall to continue providing their 24/7 Helicopter emergency rescue service from their base Wilhelmshaven for the OWP Sandbank.\\r\\n\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Vattenfall\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": null\n    },\n    {\n        \"StakeholderId\": 50774,\n        \"ProjectId\": \"DE12\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Sandbank\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"WIKING Helikopter Service announced that they have been awarded a HEMS contract extension from Vattenfall to continue providing their 24/7 Helicopter emergency rescue service from their base Wilhelmshaven for the OWP Sandbank.\\r\\n\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Vattenfall\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": null\n    },\n    {\n        \"StakeholderId\": 50998,\n        \"ProjectId\": \"FR37\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Saint-Nazaire\",\n        \"Country\": \"France\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"CHC is providing crew change support to DEME during the construction work on the project.\",\n        \"OrganisationName\": \"CHC Helicopter\",\n        \"AnalysisName\": \"CHC\",\n        \"ClientAnalysisName\": \"DEME Offshore\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"https://www.linkedin.com/posts/chc-helicopter_demegroup-chcheli-activity-6788103315495370753-jqCX\"\n    },\n    {\n        \"StakeholderId\": 51219,\n        \"ProjectId\": \"DE09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Global Tech I\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"Wiking Helicopter Service was awarded a multi year contract to provided helicopter services to the project from the O&M base in Emden. The service will transport personnel and materials to and from the site.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"Global Tech I\",\n        \"VesselStartDate\": \"2021-04-01T01:00:00\",\n        \"VesselEndDate\": \"2023-03-31T01:00:00\",\n        \"Source\": \"https://www.4coffshore.com/news/global-tech-i-signs-up-wiking-for-helicopter-transfer-services-nid21408.html\"\n    },\n    {\n        \"StakeholderId\": 55475,\n        \"ProjectId\": \"CN23\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Datang Jiangsu Binhai 300MW\",\n        \"Country\": \"China\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Datang Guoxin Binhai offshore wind power Co. has focused on the new trend of offshore wind power safety management, took the lead in reaching a service agreement with CITIC Offshore Helicopter Co., Ltd. (COHC), incorporated helicopter emergency rescue into daily safety management.\",\n        \"OrganisationName\": \"CITIC Offshore Helicopter Co., Ltd\",\n        \"AnalysisName\": \"CITIC Offshore Helicopter Co., Ltd\",\n        \"ClientAnalysisName\": \"Datang New Energy\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"92b6c117-05e6-499e-a081-f0203c0cb762","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1791ca6d-7432-433e-907c-4e1c915ffc2e"},{"name":"All Helicopter Contract Details By stakeholderID","id":"6a4d02f8-cffc-42fe-8a93-dbaad9856537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderID=488","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"488"}],"variable":[]}},"response":[{"id":"45681578-6a28-44c4-a94b-ca45723a237b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderID=488","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"stakeholderID","value":"488"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:53:43 GMT"},{"key":"Content-Length","value":"692"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    }\n]"},{"id":"22b1ff42-0753-4752-9881-ebeaf47bcc77","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderID=488","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"stakeholderID","value":"488"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6a4d02f8-cffc-42fe-8a93-dbaad9856537"},{"name":"All Helicopter Contract Details By projectID","id":"0eda01de-8373-45ba-81a6-b400edd6689f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectID=15","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>projectID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"15"}],"variable":[]}},"response":[{"id":"6f8926f9-d0aa-440a-b7da-4864aac9f189","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectID=15","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectID","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:54:32 GMT"},{"key":"Content-Length","value":"692"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    }\n]"},{"id":"3f7f6433-9bf3-4a3b-98df-686b0e397456","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectID=15","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectID","value":"15"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0eda01de-8373-45ba-81a6-b400edd6689f"},{"name":"All Helicopter Contract Details By projectType","id":"ce53c3d2-080c-40aa-8f5b-8b8b722f92cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectType=Grid","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>projectType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectType","value":"Grid"}],"variable":[]}},"response":[{"id":"a2d041df-004f-4992-b164-30bd6dfedac0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectType=Grid","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectType","value":"Grid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:55:36 GMT"},{"key":"Content-Length","value":"1375"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    },\n    {\n        \"StakeholderId\": 499,\n        \"ProjectId\": \"211\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"Modular Offshore Grid (MOG)\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"The NHV Group contracted to provide helicopter services in support of the construction of a high voltage electricity grid in the Belgian part of the North Sea. The operations are expected to start in April 2019. Flights will depart from NHV’s base in Ostend.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Elia\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"https://nhv.be/about/news/nhv-awarded-offshore-contract-by-elia\"\n    }\n]"},{"id":"9b53136e-e2b9-45b9-8735-998fc6c3543d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectType=Grid","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectType","value":"Grid"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ce53c3d2-080c-40aa-8f5b-8b8b722f92cc"},{"name":"All Helicopter Contract Details By projectName","id":"8e0d350d-9a66-457e-bcc6-6917a09f6d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectName=BorWin3","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"BorWin3"}],"variable":[]}},"response":[{"id":"60b438ae-3d2a-426a-a3db-9f4f4617ceac","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectName=BorWin3","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectName","value":"BorWin3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:56:15 GMT"},{"key":"Content-Length","value":"692"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    }\n]"},{"id":"5965b6ee-124a-496f-889d-f5c7a315a5aa","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectName=BorWin3","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectName","value":"BorWin3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8e0d350d-9a66-457e-bcc6-6917a09f6d98"},{"name":"All Helicopter Contract Details By countryName","id":"4c314943-9cf7-46e9-8d4e-ff2ae193a6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?countryName=Germany","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>countryName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Germany"}],"variable":[]}},"response":[{"id":"5b11030c-aa49-4741-92de-208225cde678","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?countryName=Germany","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"countryName","value":"Germany"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:56:52 GMT"},{"key":"Content-Length","value":"2049"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 39539,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"Helicopter crew change services during construction of both Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2019-05-01T01:00:00\",\n        \"VesselEndDate\": \"2019-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/feed/update/urn:li:activity:6531996704911224832/\"\n    },\n    {\n        \"StakeholderId\": 42267,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - O&M\",\n        \"StakeDescription\": \"HeliService has signed an exclusive contract for provision of helicopter services for five wind farms in the North Sea (the \\\"Nordic Cluster): Hohe See, Albatros, Borkum West 2, Global Tech 1 and Veja Mate. The service will depart from the main base in Emden as well as Eemshaven.\",\n        \"OrganisationName\": \"HeliService International GmbH\",\n        \"AnalysisName\": \"HeliService International\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2020-01-01T00:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/posts/heliservice_heliservice-heliserviceinternational-siemensgamesa-activity-6625317493575692288-S_9I\"\n    },\n    {\n        \"StakeholderId\": 43461,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Provision of a helicopter including aeronautical and medical crew to rescue injured persons offshore in the Offshore Windparks Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2020-04-01T01:00:00\",\n        \"VesselEndDate\": \"2021-03-31T01:00:00\",\n        \"Source\": \"https://ted.europa.eu/udl?uri=TED:NOTICE:180864-2020:TEXT:EN:HTML&src=0\"\n    }\n]"},{"id":"795aad73-5932-4fbc-89ce-07e2aa6e3dd9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?countryName=Germany","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"countryName","value":"Germany"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4c314943-9cf7-46e9-8d4e-ff2ae193a6c1"},{"name":"All Helicopter Contract Details By projectStatus","id":"e611e2fe-d1c1-4653-940f-c8c17b45a0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectStatus=Operational","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectStatus","value":"Operational"}],"variable":[]}},"response":[{"id":"78326914-d509-48b2-8d5a-8f272e24910d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectStatus=Operational","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectStatus","value":"Operational"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:57:35 GMT"},{"key":"Content-Length","value":"1375"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    },\n    {\n        \"StakeholderId\": 499,\n        \"ProjectId\": \"211\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"Modular Offshore Grid (MOG)\",\n        \"Country\": \"Belgium\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"The NHV Group contracted to provide helicopter services in support of the construction of a high voltage electricity grid in the Belgian part of the North Sea. The operations are expected to start in April 2019. Flights will depart from NHV’s base in Ostend.\",\n        \"OrganisationName\": \"NHV Group\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Elia\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"https://nhv.be/about/news/nhv-awarded-offshore-contract-by-elia\"\n    }\n]"},{"id":"863400a4-f310-4140-ad40-806bf27991f0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?projectStatus=Operational","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"projectStatus","value":"Operational"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e611e2fe-d1c1-4653-940f-c8c17b45a0ab"},{"name":"All Helicopter Contract Details By stakeholderType","id":"9427584d-0356-4368-9086-7fac124313e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderType=Helicopter - Construction support","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Helicopter - Construction support"}],"variable":[]}},"response":[{"id":"30d2fd00-f342-4601-907b-01841247334f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderType=Helicopter - Construction support","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"stakeholderType","value":"Helicopter - Construction support"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:58:13 GMT"},{"key":"Content-Length","value":"1952"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 39539,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"Helicopter crew change services during construction of both Hohe See and Albatros.\",\n        \"OrganisationName\": \"WIKING Helikopter Service GmbH\",\n        \"AnalysisName\": \"WIKING Helikopter Service\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2019-05-01T01:00:00\",\n        \"VesselEndDate\": \"2019-12-31T00:00:00\",\n        \"Source\": \"https://www.linkedin.com/feed/update/urn:li:activity:6531996704911224832/\"\n    },\n    {\n        \"StakeholderId\": 27177,\n        \"ProjectId\": \"UK53\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beatrice\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV supplied helicopter services to support SHL in the construction of the wind farm. Flights departed from NHV's base in Aberdeen. NHV used the H175 aircraft.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"Seaway 7\",\n        \"VesselStartDate\": \"2017-03-01T00:00:00\",\n        \"VesselEndDate\": \"2019-07-31T01:00:00\",\n        \"Source\": \"http://nhv.be/about/news/nhv-awarded-with-offshore-contract-by-seaway-heavy-lifting\"\n    },\n    {\n        \"StakeholderId\": 35404,\n        \"ProjectId\": \"UK53\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beatrice\",\n        \"Country\": \"United Kingdom\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"NHV supplied helicopter services to support SGRE in the construction of the wind farm. The operations are expected to start mid-summer until spring 2019. Flights departed from NHV’s base in Aberdeen. The H175 aircraft will be used.\",\n        \"OrganisationName\": \"NHV UK\",\n        \"AnalysisName\": \"NHV\",\n        \"ClientAnalysisName\": \"SGRE\",\n        \"VesselStartDate\": \"2018-07-01T01:00:00\",\n        \"VesselEndDate\": \"2019-03-01T00:00:00\",\n        \"Source\": \"http://nhv.be/about/news/nhv-awarded-offshore-contract-by-siemens-gamesa-beatrice-offshore-windfarm\"\n    }\n]"},{"id":"6f0fa904-e60b-4e2c-b92c-d276b39ee2b0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?stakeholderType=Helicopter - Construction support","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"stakeholderType","value":"Helicopter - Construction support"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9427584d-0356-4368-9086-7fac124313e0"},{"name":"All Helicopter Contract Details By organisationName","id":"f3c071c8-cb10-4ce3-ab21-ca00ea22d046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?organisationName=Northern HeliCopter GmbH (NHC)","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>organisationName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"Northern HeliCopter GmbH (NHC)"}],"variable":[]}},"response":[{"id":"bb4afa5a-5bef-4a41-95c7-21dc2ffdf7ea","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?organisationName=Northern HeliCopter GmbH (NHC)","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"organisationName","value":"Northern HeliCopter GmbH (NHC)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:58:47 GMT"},{"key":"Content-Length","value":"1623"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 45939,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with NHC\"\n    },\n    {\n        \"StakeholderId\": 49998,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded a three year contract for rescue and emergency services on Hohe See and Albatros.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2021-02-01T00:00:00\",\n        \"VesselEndDate\": \"2025-01-31T00:00:00\",\n        \"Source\": \"https://www.northernhelicopter.de/en/news/press-area\"\n    },\n    {\n        \"StakeholderId\": 19078,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Update: contract renewed in 2020\\r\\nNorthern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct Communication - 05/05/2015\"\n    }\n]"},{"id":"522e02ef-a65f-48a3-8f5e-46b5748ce21a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?organisationName=Northern HeliCopter GmbH (NHC)","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"organisationName","value":"Northern HeliCopter GmbH (NHC)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f3c071c8-cb10-4ce3-ab21-ca00ea22d046"},{"name":"All Helicopter Contract Details By analysisName","id":"9a3acd6c-5c27-4057-9551-e91fbfba140a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?analysisName=Northern HeliCopter","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>analysisName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisName","value":"Northern HeliCopter"}],"variable":[]}},"response":[{"id":"dc9c820c-11ce-4093-9857-c70ee1746cd3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?analysisName=Northern HeliCopter","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"analysisName","value":"Northern HeliCopter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 10:59:21 GMT"},{"key":"Content-Length","value":"1623"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 45939,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC is providing HEMS helicopter services on the project.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct communication with NHC\"\n    },\n    {\n        \"StakeholderId\": 49998,\n        \"ProjectId\": \"DE39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Albatros\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"NHC was awarded a three year contract for rescue and emergency services on Hohe See and Albatros.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EnBW\",\n        \"VesselStartDate\": \"2021-02-01T00:00:00\",\n        \"VesselEndDate\": \"2025-01-31T00:00:00\",\n        \"Source\": \"https://www.northernhelicopter.de/en/news/press-area\"\n    },\n    {\n        \"StakeholderId\": 19078,\n        \"ProjectId\": \"DE01\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Helicopter - HEMS\",\n        \"StakeDescription\": \"Update: contract renewed in 2020\\r\\nNorthern Helicopter will provide rescue services for Global Tech I, Trianel, Riffgat and Alpha Ventus.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"EWE\",\n        \"VesselStartDate\": \"2015-05-05T01:00:00\",\n        \"VesselEndDate\": \"2020-12-31T00:00:00\",\n        \"Source\": \"Direct Communication - 05/05/2015\"\n    }\n]"},{"id":"6371e153-99ca-47cf-b462-342588f4be49","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?analysisName=Northern HeliCopter","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"analysisName","value":"Northern HeliCopter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9a3acd6c-5c27-4057-9551-e91fbfba140a"},{"name":"All Helicopter Contract Details By clientAnalysisName","id":"a9ae5d11-d8ec-41b2-9b6d-54380ae6ad19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?clientAnalysisName=Petrofac","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of All Helicopter Contracts in Offshore Wind Logistics via the <code>clientAnalysisName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","contracts","helicopter"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientAnalysisName","value":"Petrofac"}],"variable":[]}},"response":[{"id":"a78f7a5b-2700-4571-9f7b-940ed9c70977","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?clientAnalysisName=Petrofac","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"clientAnalysisName","value":"Petrofac"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xjb250cmFjdHNcaGVsaWNvcHRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:00:08 GMT"},{"key":"Content-Length","value":"692"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 488,\n        \"ProjectId\": \"15\",\n        \"ProjectType\": \"Grid\",\n        \"Name\": \"BorWin3\",\n        \"Country\": \"Germany\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Helicopter - Construction support\",\n        \"StakeDescription\": \"(NHC), Emden received an order from Petrofac Ltd. for transport flights/crew changes to the BorWin3 Gamma platform. The framework contract for the transports covers the entire installation and commissioning phase.\",\n        \"OrganisationName\": \"Northern HeliCopter GmbH (NHC)\",\n        \"AnalysisName\": \"Northern HeliCopter\",\n        \"ClientAnalysisName\": \"Petrofac\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"Source\": \"http://cdn.pes.eu.com/v/20180916/wp-content/uploads/2018/10/2018_10_16_PM_NHC-Petrofac-engl.-1.pdf\"\n    }\n]"},{"id":"0b87ea11-77bd-42a7-8b9f-41c0aa6d0974","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/contracts/helicopter?clientAnalysisName=Petrofac","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","contracts","helicopter"],"query":[{"key":"clientAnalysisName","value":"Petrofac"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a9ae5d11-d8ec-41b2-9b6d-54380ae6ad19"}],"id":"7ad1b8bc-3963-4045-9679-78404e2bb004","description":"<p>Details of helicopter contracts within the Offshore Wind Logistics Intelligence.</p>\n","_postman_id":"7ad1b8bc-3963-4045-9679-78404e2bb004"},{"name":"Ports & O&M","item":[{"name":"All Ports & O&M Details","id":"a880b1a9-9fbd-4910-a75a-ef61177a7e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"0f873578-a3d8-4888-b8eb-6fc35be06af6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"f495472b-7cfb-4d50-97e0-70d1b6e3bf5c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:12:28 GMT"},{"key":"Content-Length","value":"2282"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 20964,\n        \"ProjectId\": \"BE02\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Northwind\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"Belgium\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"The project size and distance from port (approximately 40km) makes a CTV on strategy appropriate.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"A&P Wind Services provides the O&M services for the project. The office is not in a port.\",\n        \"AnalysisName\": \"Aspiravi\",\n        \"ClientName\": \"Aspiravi Holding NV\",\n        \"portID\": null,\n        \"StakeholderId\": 47864,\n        \"Source\": \"https://www.aspiravi.be/en/about-aspiravi/our-structure/aspiravi-offshore\"\n    },\n    {\n        \"recordID\": 21158,\n        \"ProjectId\": \"UK09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gwynt y Môr\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"Helicopter landings on turbines. Aim is to have three CTVs for O&M support.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"The base provides operations and maintenance support for the project. Rhyl Flats and North Hoyle. also use the base (which is not located in a port) .\",\n        \"AnalysisName\": \"RWE O&M Base (Holywell)\",\n        \"ClientName\": \"Gwynt y Mor Offshore Wind Farm Limited\",\n        \"portID\": null,\n        \"StakeholderId\": 48348,\n        \"Source\": \"https://www.rwe.com/web/cms/mediablob/en/3170984/data/3171226/1/rwe-innogy/rwe-innogy-uk/sites/wind-offshore/in-operation/gwynt-y-mr/latest-news-and-information/05-10-11-North-Wales-port-selected-as-long-term-operations-and-maintenance-base-for-2billion-Gw\"\n    }\n]"}],"_postman_id":"a880b1a9-9fbd-4910-a75a-ef61177a7e77"},{"name":"All Ports & O&M Details By projectID","id":"40b7e2d7-bd59-4758-890b-0dc792858293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectID=US4J","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"US4J"}],"variable":[]}},"response":[{"id":"7acb6f3b-2f39-45e2-b72b-87f806d89c06","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectID=US4J","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectID","value":"US4J"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:13:32 GMT"},{"key":"Content-Length","value":"2355"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 22176,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be used as a marshalling base during the construction of the project. The terminal will be developed to be global offshore wind hub.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50652,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    },\n    {\n        \"recordID\": 22177,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - O&M\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be developed to be global offshore wind hub. It will be used for both construction and operation and maintenance work.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50653,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    }\n]"},{"id":"cb5c6d53-0703-4657-ba64-eca85435c73a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectID=US4J","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectID","value":"US4J"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"40b7e2d7-bd59-4758-890b-0dc792858293"},{"name":"All Ports & O&M Details By projectType","id":"ca7c4445-0499-4d5c-982a-85551b6cf942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectType=Windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>projectType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectType","value":"Windfarm"}],"variable":[]}},"response":[{"id":"93a8c662-aa5c-4347-9eff-dbb13c739d6b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectType=Windfarm","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectType","value":"Windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:14:26 GMT"},{"key":"Content-Length","value":"2282"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 20964,\n        \"ProjectId\": \"BE02\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Northwind\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"Belgium\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"The project size and distance from port (approximately 40km) makes a CTV on strategy appropriate.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"A&P Wind Services provides the O&M services for the project. The office is not in a port.\",\n        \"AnalysisName\": \"Aspiravi\",\n        \"ClientName\": \"Aspiravi Holding NV\",\n        \"portID\": null,\n        \"StakeholderId\": 47864,\n        \"Source\": \"https://www.aspiravi.be/en/about-aspiravi/our-structure/aspiravi-offshore\"\n    },\n    {\n        \"recordID\": 21158,\n        \"ProjectId\": \"UK09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gwynt y Môr\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"Helicopter landings on turbines. Aim is to have three CTVs for O&M support.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"The base provides operations and maintenance support for the project. Rhyl Flats and North Hoyle. also use the base (which is not located in a port) .\",\n        \"AnalysisName\": \"RWE O&M Base (Holywell)\",\n        \"ClientName\": \"Gwynt y Mor Offshore Wind Farm Limited\",\n        \"portID\": null,\n        \"StakeholderId\": 48348,\n        \"Source\": \"https://www.rwe.com/web/cms/mediablob/en/3170984/data/3171226/1/rwe-innogy/rwe-innogy-uk/sites/wind-offshore/in-operation/gwynt-y-mr/latest-news-and-information/05-10-11-North-Wales-port-selected-as-long-term-operations-and-maintenance-base-for-2billion-Gw\"\n    }\n]"},{"id":"fd292aa2-7d55-4306-8f92-334a6475dc0c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectType=Windfarm","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectType","value":"Windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ca7c4445-0499-4d5c-982a-85551b6cf942"},{"name":"All Ports & O&M Details By projectName","id":"3c113336-408e-4599-8531-abae1cbfed11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectName=Empire Wind 1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"Empire Wind 1"}],"variable":[]}},"response":[{"id":"fe41d66e-7360-4325-9cd8-74794bf98b92","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectName=Empire Wind 1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectName","value":"Empire Wind 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:14:58 GMT"},{"key":"Content-Length","value":"2355"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 22176,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be used as a marshalling base during the construction of the project. The terminal will be developed to be global offshore wind hub.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50652,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    },\n    {\n        \"recordID\": 22177,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - O&M\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be developed to be global offshore wind hub. It will be used for both construction and operation and maintenance work.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50653,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    }\n]"},{"id":"0d96f657-a86b-4fa0-9bfa-3589ed36d8c5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectName=Empire Wind 1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectName","value":"Empire Wind 1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3c113336-408e-4599-8531-abae1cbfed11"},{"name":"All Ports & O&M Details By countryName","id":"9d575f3b-c0a5-4465-bfce-209181835281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?countryName=United States","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>countryName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"United States"}],"variable":[]}},"response":[{"id":"6b7d77b9-c6f6-443a-90e4-94450938acb8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?countryName=United States","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"countryName","value":"United States"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:15:35 GMT"},{"key":"Content-Length","value":"2282"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 20964,\n        \"ProjectId\": \"BE02\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Northwind\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"Belgium\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"The project size and distance from port (approximately 40km) makes a CTV on strategy appropriate.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"A&P Wind Services provides the O&M services for the project. The office is not in a port.\",\n        \"AnalysisName\": \"Aspiravi\",\n        \"ClientName\": \"Aspiravi Holding NV\",\n        \"portID\": null,\n        \"StakeholderId\": 47864,\n        \"Source\": \"https://www.aspiravi.be/en/about-aspiravi/our-structure/aspiravi-offshore\"\n    },\n    {\n        \"recordID\": 21158,\n        \"ProjectId\": \"UK09\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Gwynt y Môr\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"CTV only\",\n        \"OandM_Comments\": \"Helicopter landings on turbines. Aim is to have three CTVs for O&M support.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"The base provides operations and maintenance support for the project. Rhyl Flats and North Hoyle. also use the base (which is not located in a port) .\",\n        \"AnalysisName\": \"RWE O&M Base (Holywell)\",\n        \"ClientName\": \"Gwynt y Mor Offshore Wind Farm Limited\",\n        \"portID\": null,\n        \"StakeholderId\": 48348,\n        \"Source\": \"https://www.rwe.com/web/cms/mediablob/en/3170984/data/3171226/1/rwe-innogy/rwe-innogy-uk/sites/wind-offshore/in-operation/gwynt-y-mr/latest-news-and-information/05-10-11-North-Wales-port-selected-as-long-term-operations-and-maintenance-base-for-2billion-Gw\"\n    }\n]"},{"id":"d3df6e35-098e-446b-be14-4c89f397319f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?countryName=United States","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"countryName","value":"United States"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9d575f3b-c0a5-4465-bfce-209181835281"},{"name":"All Ports & O&M Details By projectStatus","id":"b021da28-5024-491f-89cc-fe58d9f35b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectStatus=Consent Application Submitted","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}],"variable":[]}},"response":[{"id":"0404be01-9efb-4695-b610-24ce89e3c76c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectStatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:16:07 GMT"},{"key":"Content-Length","value":"2611"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 21384,\n        \"ProjectId\": \"US6B\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Sunrise Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Orsted and Eversource has ordered an SOV to support the operations and maintenance on the project. The vessel will be shared with the Revolution Wind and South Fork OWF. \\r\\n\\r\\nResearch Way, Brockhaven Town is the regional O&M hub, and Port Jefferson harbour will serve as the CTV base. The O&M base at Port Jefferson was part of the proposal for the site.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"O&M Base\",\n        \"StakeDescription\": \"The developers acquired the site to provide an O&M hub for the developer's projects in Northeast US.\",\n        \"AnalysisName\": \"Ørsted\",\n        \"ClientName\": \"Ørsted US Offshore Wind\",\n        \"portID\": null,\n        \"StakeholderId\": 48749,\n        \"Source\": \"https://www.4coffshore.com/news/sunrise-wind-developers-buy-o26m-facility-nid20557.html\"\n    },\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 23585,\n        \"ProjectId\": \"US2S\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Revolution Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"It was originally expected that the project would use CTV's, but Orsted and Eversource have ordered an SOV to support the project. The vessel will be shared with the South Fork Wind and Sunrise Wind OWF.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"This port will support the construction of the Revolution Wind projects. Pier 2 is being upgraded to support offshore wind energy activities.\",\n        \"AnalysisName\": \"ProvPort\",\n        \"ClientName\": \"Ørsted US Offshore Wind (formerly Deepwater Wind LLC)\",\n        \"portID\": 2428,\n        \"StakeholderId\": 55288,\n        \"Source\": \"https://www.4coffshore.com/news/%C3%B8rsted-and-eversource-take-steps-to-establish-provport-manufacturing-facility-nid21350.html\"\n    }\n]"},{"id":"4516323e-9807-4aa7-bd87-d18751f0ed55","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?projectStatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b021da28-5024-491f-89cc-fe58d9f35b36"},{"name":"All Ports & O&M Details By stakeholderType","id":"91b49136-e716-4d22-9da1-2f0e4c742b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderType=Port - Construction","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Port - Construction"}],"variable":[]}},"response":[{"id":"232827e5-9114-4efe-9776-941f6548c90b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderType=Port - Construction","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"stakeholderType","value":"Port - Construction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:16:40 GMT"},{"key":"Content-Length","value":"2435"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 24582,\n        \"ProjectId\": \"UK6P\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trivane Demonstrator\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": null,\n        \"OandM_Comments\": null,\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \" Fabrication will take place at Ledwood Mechanical Engineering, Pembroke Dock. The simple form of construction of the 3 barges means they can be built almost anywhere at a low cost per tonne because the hulls are an assembly of stiffened steel plates. \",\n        \"AnalysisName\": \"Pembroke Port\",\n        \"ClientName\": \"Trivane Ltd\",\n        \"portID\": null,\n        \"StakeholderId\": 57987,\n        \"Source\": \"https://www.gov.uk/government/publications/floating-offshore-wind-demonstration-programme-successful-projects/floating-offshore-wind-demonstration-programme-details-of-successful-projects\"\n    },\n    {\n        \"recordID\": 7697,\n        \"ProjectId\": \"UK67\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Vanguard\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"SOV + Helicopter (+CTV)\",\n        \"OandM_Comments\": \"The project will use an SOV with larger CTV's (24 pax) and helicopter support. If daughter craft from the SOV can be used, the requirement for CTVs will be reviewed.\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall AB\",\n        \"portID\": 1,\n        \"StakeholderId\": 8668,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"eae8d19f-a4ec-48be-b47b-0b6810be1114","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderType=Port - Construction","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"stakeholderType","value":"Port - Construction"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"91b49136-e716-4d22-9da1-2f0e4c742b09"},{"name":"All Ports & O&M Details By analysisName","id":"30fc2d01-851d-4226-b6d9-93652f5ff0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?analysisName=Port of Coeymans","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>analysisName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisName","value":"Port of Coeymans"}],"variable":[]}},"response":[{"id":"f969ed25-f2a5-42ea-83d9-1c3238b158ef","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?analysisName=Port of Coeymans","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"analysisName","value":"Port of Coeymans"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:17:12 GMT"},{"key":"Content-Length","value":"1879"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 23690,\n        \"ProjectId\": \"US6B\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Sunrise Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Orsted and Eversource has ordered an SOV to support the operations and maintenance on the project. The vessel will be shared with the Revolution Wind and South Fork OWF. \\r\\n\\r\\nResearch Way, Brockhaven Town is the regional O&M hub, and Port Jefferson harbour will serve as the CTV base. The O&M base at Port Jefferson was part of the proposal for the site.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Ørsted and Eversource, Sunrise Wind's joint development partners, signed an $86 million supply chain contract with Riggs Distler & Company, Inc. to construct advanced foundation components for wind turbines at the Port of Coeymans.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": null,\n        \"portID\": 5219,\n        \"StakeholderId\": 55597,\n        \"Source\": \"https://us.orsted.com/news-archive/2021/10/governor-hochul-announces-largest-single-new-york-state-offshore-wind-supply-chain-award\"\n    },\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    }\n]"},{"id":"d27d99bd-e97d-43f1-bb82-d9d88478ae2d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?analysisName=Port of Coeymans","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"analysisName","value":"Port of Coeymans"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"30fc2d01-851d-4226-b6d9-93652f5ff0fa"},{"name":"All Ports & O&M Details By clientName","id":"4573bd8a-fee5-47b4-8893-d4286179bdf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?clientName=Equinor Wind US LLC","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>clientName</code> String parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}],"variable":[]}},"response":[{"id":"4fca9d47-47f5-4d1b-a3bc-70e8b8cee7d6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?clientName=Equinor Wind US LLC","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:17:50 GMT"},{"key":"Content-Length","value":"3990"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 22136,\n        \"ProjectId\": \"US5Z\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Beacon Wind 1\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (modelled)\",\n        \"OandM_Comments\": \"An SOV strategy has been modelled based on the number of turbines and distance to port.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50544,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    },\n    {\n        \"recordID\": 22135,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50543,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    },\n    {\n        \"recordID\": 22134,\n        \"ProjectId\": \"US6C\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 2\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV + Helicopter (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that Empire Wind will have an SOV solution and it follows that the same strategy will be used on the project with its own dedicated vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50542,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    }\n]"},{"id":"66490391-c16a-44a7-a53f-a9b2df53ab54","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?clientName=Equinor Wind US LLC","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4573bd8a-fee5-47b4-8893-d4286179bdf4"},{"name":"All Ports & O&M Details By portID","id":"f7fe57c7-6fee-4c21-9698-3195cb15c68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?portID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>portID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"portID","value":"1"}],"variable":[]}},"response":[{"id":"e51ea19e-357a-4276-b3bf-960445f7b3c4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?portID=1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"portID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:18:33 GMT"},{"key":"Content-Length","value":"2918"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 7696,\n        \"ProjectId\": \"UK66\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"East Anglia Hub - THREE\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"SOV (modelled)\",\n        \"OandM_Comments\": \"An SOV strategy has been modelled based on the number of turbines and distance to port. Also the use of an SOV was suggested as a possibility in February 2017.\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - O&M\",\n        \"StakeDescription\": \"East Anglia Offshore Wind signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm. The port is being upgrade to accommodate up to three SOVs.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"East Anglia Offshore Wind Ltd\",\n        \"portID\": 1,\n        \"StakeholderId\": 8667,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    },\n    {\n        \"recordID\": 7695,\n        \"ProjectId\": \"UK64\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"East Anglia ONE\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"CTV + Helicopter Support\",\n        \"OandM_Comments\": \"Siemens has contracted Wiking Helikopter Service to provide maintenance support.\\r\\nThe project has a dedicated O&M base in Lowestoft which serves all of the EA projects.\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - O&M\",\n        \"StakeDescription\": \"30-year deal was agreed with the Port of Lowestoft to act as a construction management base and operations and maintenance hub for the East Anglia ONE offshore wind farm. Approximately 100 people will be employed full-time at the port when East Anglia ONE is completed. The programme of work began in 2016, and modifications will include dredging and construction of new pontoon facilities, site preparation and construction of onshore buildings including offices, warehouses, workshops and storage areas. A new state-of-the-art operations and maintenance control building was opened in 2020.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"East Anglia One Limited\",\n        \"portID\": 1,\n        \"StakeholderId\": 8666,\n        \"Source\": \"https://www.scottishpowerrenewables.com/news/pages/scottishpower_renewables_agrees_thirty_year_deal_with_port_of_lowestoft.aspx\"\n    },\n    {\n        \"recordID\": 7694,\n        \"ProjectId\": \"UK39\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"East Anglia Hub - TWO\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"OandM_Strategy\": \"SOV (modelled)\",\n        \"OandM_Comments\": \"An SOV strategy has been modelled based on distance to shore.\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - O&M\",\n        \"StakeDescription\": \"ABP signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"East Anglia Offshore Wind Ltd\",\n        \"portID\": 1,\n        \"StakeholderId\": 8665,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"fd4c08bb-8f7c-4f31-9ad8-54f48640f7df","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?portID=1","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"portID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f7fe57c7-6fee-4c21-9698-3195cb15c68e"},{"name":"All Ports & O&M Details By stakeholderID","id":"6ca66a08-e28f-488f-bb5c-702c7fd6b4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderID=40700","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Port and O&amp;M stakeholders in Offshore Wind Logistics via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","owl","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"40700"}],"variable":[]}},"response":[{"id":"03f01974-2614-485e-9543-ab783ea7c655","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderID=40700","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"stakeholderID","value":"40700"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxvd2xcdmVzc2Vsc1xzdGFrZWhvbGRlcnNccG9ydA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 11:19:12 GMT"},{"key":"Content-Length","value":"772"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"OandM_Strategy\": \"SOV (+CTV)\",\n        \"OandM_Comments\": \"Equinor has stated that it is going to deploy an SOV on the site. Equinor is currently tendering for a vessel.\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    }\n]"},{"id":"540be405-98c1-4176-a92c-c53ed91a21e6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/owl/vessels/stakeholders/port?stakeholderID=40700","host":["https://data.4coffshore.com"],"path":["api","owl","vessels","stakeholders","port"],"query":[{"key":"stakeholderID","value":"40700"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6ca66a08-e28f-488f-bb5c-702c7fd6b4a2"}],"id":"c4357592-0f05-4b03-81e8-58bda956830c","description":"<p>Details of Port and O&amp;M operations within the Offshore Wind Logistics Intelligence.</p>\n","_postman_id":"c4357592-0f05-4b03-81e8-58bda956830c"}],"id":"b9953a44-3701-459c-bd8e-ff007c14e234","description":"<p>In each offshore wind farm location people need to get to work each day to either construct or maintain these crucial projects. Wind farm service vessels play an essential part in getting them there.</p>\n<ul>\n<li><a href=\"#df31c3de-cb3e-4010-9db8-2aaa08d50b24\">Vessels</a></li>\n<li><a href=\"#099c07f5-3bfe-428b-84f5-34578678b429\">Vessel Events</a></li>\n<li><a href=\"#3170ea16-9e8b-4daa-b9c0-4c25ac6fc6ac\">Current Contracts</a></li>\n<li><a href=\"#b3b20932-ae2b-47d1-9525-6e38be4e5249\">All Contracts</a></li>\n<li><a href=\"#7ad1b8bc-3963-4045-9679-78404e2bb004\">Helicopter Contracts</a></li>\n<li><a href=\"#c4357592-0f05-4b03-81e8-58bda956830c\">Ports &amp; O&amp;M</a></li>\n</ul>\n<blockquote>\n<p><strong>Note</strong>: ForeSEE's Offshore Wind Logistics Intelligence API requires a subscription, please contact our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a></p>\n</blockquote>\n","_postman_id":"b9953a44-3701-459c-bd8e-ff007c14e234"},{"name":"Construction & Heavy Maintenance Intelligence","item":[{"name":"Vessels","item":[{"name":"All Vessels Details","id":"01ae75d0-679f-4b01-b53d-af7a3cd72d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details","description":"<p>This <code>GET</code> operation allows you to retrieve technical specifications of Construction &amp; Heavy Maintenance Vessels</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"e7f3937f-652a-4e81-9d32-c5363ddaf569","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:00:32 GMT"},{"key":"Content-Length","value":"6904"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 2,\n        \"Name\": \"Christos XXII\",\n        \"OtherNames\": \"Bankert;Smit Columbo;Smit Enterprise\",\n        \"Operator\": \"Spanopoulos Group\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/2.png\",\n        \"FlagISO2Digit\": \"GR\",\n        \"CallSign\": \"SVA3834\",\n        \"MMSI\": \"241168000\",\n        \"IMO\": \"7230135\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1972,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"LastConverted\": \"2010\",\n        \"Shipyard\": \"Royal Bodewes\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": null,\n        \"Classification\": \"LR ✠ 100A1, Tug, LMC\",\n        \"LOAM\": 43.85,\n        \"BreadthM\": 10.62,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 4.52,\n        \"TransitSpeedKn\": 14,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Stork Wartsila 2000HP\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"Thrusters: 2 C.P. Propellers in \\\"Kort Nozzles\\\" \",\n        \"BollardPullTonnes\": 67,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 13,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Spanopoulos Group\",\n        \"CompanyWeb\": \"http://www.spanopoulos-group.com\",\n        \"Webpage2\": \"http://www.spanopoulos-group.com/equipment/fleet/tugboats.html\",\n        \"Owner\": \"IMS Shipping\",\n        \"Notes\": \"Christos XXII is a support tug which has been used in the offshore wind sector.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 3,\n        \"Name\": \"Ocean Dream\",\n        \"OtherNames\": \"BBC Konan;BBC Finlandia;Rickmers Finlandia\",\n        \"Operator\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Transport\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/3.png\",\n        \"FlagISO2Digit\": \"LR\",\n        \"CallSign\": \"A8WO3\",\n        \"MMSI\": \"636016448\",\n        \"IMO\": \"9220641\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2000,\n        \"DeliveryDate\": \"2000-01-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"P + S Weften Shipyard\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": null,\n        \"Classification\": \"DNV GL ✠ 100 A5 E3 Ro/Ro Ship G + MC E3 AUT strengthened for heavy cargoes, equipped for the carriage of containers, equipped for the carriage of dangerous goods\",\n        \"LOAM\": 126.51,\n        \"BreadthM\": 20.3,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 6.65,\n        \"TransitSpeedKn\": 14.5,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 2467,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"MAN B&W 5760kW\",\n        \"NumberEngines\": 1,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"24.0 mt RME 180 fuel per day at sea 1.5 mt MGO DMA per day in port without gear \\r\\n3.0 mt MGO DMA per day in port with gear \",\n        \"MaxLift\": 300,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 150,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"2 Liebherr cranes situated portside, each 150t and 300t dual lift capacity.\",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": null,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"CompanyWeb\": \"http://www.er-ship.com/en/index.html\",\n        \"Webpage2\": \"http://www.bbc-chartering.com/uploads/tx_bbcfleetlist/BBC_Konan_type.pdf?ts=1352202024\",\n        \"Owner\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"Notes\": \"Ocean Dream has been used for the transportation of components.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"OtherNames\": null,\n        \"Operator\": \"Jack-up GB\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up barge\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/4.png\",\n        \"FlagISO2Digit\": \"VC\",\n        \"CallSign\": \"J8B3655\",\n        \"MMSI\": \"253468000\",\n        \"IMO\": null,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": 5,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 2,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1982,\n        \"DeliveryDate\": \"1982-09-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"De Biesbosch Shipyard\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": \"GustoMSC type SEA-1250\",\n        \"Classification\": \"ABS ✠ A1, Self Elevating Unit, Restricted Service \",\n        \"LOAM\": 43,\n        \"BreadthM\": 30,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.95,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": 1300,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": 30,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 55,\n        \"JackingSystemType\": \" Hydraulic positive engagement - MSC Elec/Hydr \",\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": \"Spudcans are available\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"6 point mooring\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 650,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 650,\n        \"Crane1RadiusM\": 10,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 32,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Jack-up GB\",\n        \"CompanyWeb\": \"http://www.jackupgb.com/contact/\",\n        \"Webpage2\": \"http://www.jackupgb.com/wp-content/uploads/2016/07/Jackup-GB_Jackup-Barges_Presentation.pdf\",\n        \"Owner\": \"Jack-up GB\",\n        \"Notes\": \"Spudcans are available if required. Two moonpools (8m vertical).\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"c968964f-3495-4fe9-a8ac-65b9edc93486","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"01ae75d0-679f-4b01-b53d-af7a3cd72d57"},{"name":"Vessel Details by vesselName","id":"5f83edc2-a23c-42e8-a2f7-a522f491499a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?name=Seajacks Kraken","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"name","value":"Seajacks Kraken"}],"variable":[]}},"response":[{"id":"0840e85f-4ff8-4ee7-90a9-e3c1ed998b5d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?name=Seajacks Kraken","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"name","value":"Seajacks Kraken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:02:04 GMT"},{"key":"Content-Length","value":"3021"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    }\n]"},{"id":"07d96242-48a4-412f-bbee-a979f94d5f34","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?name=Seajacks Kraken","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"name","value":"Seajacks Kraken"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5f83edc2-a23c-42e8-a2f7-a522f491499a"},{"name":"Vessel Details by vesselID","id":"e1591c17-0a2c-4f71-93bd-58b015cfeb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?vesselID=51","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"51"}],"variable":[]}},"response":[{"id":"544f5766-c38c-4819-b91a-11e929f0cdd4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?vesselID=51","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"vesselID","value":"51"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:03:10 GMT"},{"key":"Content-Length","value":"3021"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    }\n]"},{"id":"d0881ba6-9dcf-445b-a79a-aa996c975e6e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?vesselID=51","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"vesselID","value":"51"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e1591c17-0a2c-4f71-93bd-58b015cfeb76"},{"name":"Vessel Details by callsign","id":"edfbde08-cb79-4a54-9cd7-5bb9eeb8c6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?callsign=3ESD6","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>callSign</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"3ESD6"}],"variable":[]}},"response":[{"id":"c8b980af-4f13-4349-af01-37f3679d4354","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?callsign=3ESD6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"callsign","value":"3ESD6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:04:35 GMT"},{"key":"Content-Length","value":"3021"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    }\n]"},{"id":"55a07c81-77ac-4a43-b4c9-01f49df40be5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?callsign=3ESD6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"callsign","value":"3ESD6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"edfbde08-cb79-4a54-9cd7-5bb9eeb8c6fe"},{"name":"All Vessel Details by owner","id":"de3e26f4-dd30-47b8-ac02-653b5826b8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?owner=Seajacks UK Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>owner</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"owner","value":"Seajacks UK Ltd"}],"variable":[]}},"response":[{"id":"171a9867-4487-47e4-978b-871688a43208","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?owner=Seajacks UK Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"owner","value":"Seajacks UK Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:05:31 GMT"},{"key":"Content-Length","value":"9397"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 19,\n        \"Name\": \"Seajacks Leviathan\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/19.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESC6\",\n        \"MMSI\": \"370262000\",\n        \"IMO\": \"9522219\",\n        \"AnythingProjects\": 8,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 4,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": 2,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-04-01T00:00:00\",\n        \"LastConverted\": \"2014\",\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 75,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=1062:seajacks-leviathan&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.6\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": 2,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 41,\n        \"TankNotes\": \"Water-maker: 2 makers; 40m³/day capacity \\r\\nPotable water 480m³ \\r\\nFuel tank 300m³ \\r\\nBrine tanks 160m³ \\r\\nWater Ballast 600m³ \",\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 85.6,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"4/triangular truss Footing type: Spudcan with pin \",\n        \"EngineType\": \"Marelli Motori\",\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": 300,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 400,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 400,\n        \"Crane1RadiusM\": 18.5,\n        \"Crane1Description\": \"Main crane (pedestal mounted at stern): 400 tons @ 18.5m radius (8 falls). Boom length of 73m.\",\n        \"Crane2Tons\": 6.5,\n        \"Crane2RadiusM\": 11,\n        \"Crane2Description\": \"Auxiliary cranes (two knuckle boom cranes at the port and starboard sides): 6.5 tons @ 11m radius\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-leviathan/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Leviathan was constructed by Lamprell Energy in Dubai and was delivered on time and on budget in Q2 2009. This state-of-the-art, self-propelled jack-up vessel was built and is operated in compliance with the most stringent regulations and in accordance with standard procedures required to operate in the North Sea hydrocarbon industry. Contract value is reported as $112m. \\r\\n\\r\\nSubsequently, the vessel commenced a 15 month contract with Fluor for work on the Greater Gabbard Offshore Wind farm project located off the Suffolk/Essex coast.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-04-01T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 80,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 539,\n        \"Name\": \"Seajacks Zaratan\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/539.png\",\n        \"FlagISO2Digit\": \"JP\",\n        \"CallSign\": \"3FJW7\",\n        \"MMSI\": \"373322000\",\n        \"IMO\": \"9596571\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": 3,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 5,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2012,\n        \"DeliveryDate\": \"2012-05-22T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-5500C\",\n        \"Classification\": \"ABS ✠  A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS 2, Self-propelled, HELIDK , Wind IMR\",\n        \"LOAM\": 108.7,\n        \"BreadthM\": 41,\n        \"MinDraftM\": 4.6,\n        \"MaxDraftM\": 7.7,\n        \"TransitSpeedKn\": 9.1,\n        \"MaxSpeedKn\": \"9.1\",\n        \"FreeDeckSpaceM2\": 2000,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": 3607,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=944:seajacks-zaratan&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.2,\n        \"MaxOperableWindSpeedMS\": 40,\n        \"WaterDepthM\": 55,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.4,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 85,\n        \"JackingSystemType\": \"MSC Positive Engagement\",\n        \"PreLoadCapacityLeg\": 5500,\n        \"JackingCapacityLeg\": 3250,\n        \"JackingNotes\": \"Footing type: Spudcan with pin \",\n        \"EngineType\": \"Diesel electric\",\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS)\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": 667.06,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 800,\n        \"CraneLiftHeightMMax\": 102,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 800,\n        \"Crane1RadiusM\": 24,\n        \"Crane1Description\": \"GustoMSC Leg encircling Crane: GLC-800-ED Main crane (leg encircling mounted at starboard aft leg): main hoist of 800 tons @ 24m (8 falls) and auxiliary hoist of 50 tons @ 90m (2 falls).\",\n        \"Crane2Tons\": 12.5,\n        \"Crane2RadiusM\": 30,\n        \"Crane2Description\": \"Auxiliary cranes (two pedestal mounted at port and starboard sides): 12.5 tons @ 30m radius. Boom length of 30m.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-zaratan/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Zaratan is a self-propelled jack-up which was designed specifically to service the wind farm installation market in the harsh operating environment of the North Sea, as well as to provide services to the oil and gas industry. \\r\\n\\r\\nThe vessel is a modified version of the MSC NG5500 design, which incorporates a fully redundant DP2 propulsion system, accommodation for 90 persons, and an 800 ton leg encircling crane designed by MSC.\\r\\n\\r\\nIt is one of a few vessels which has the ABS Wind IMR notation.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2012-05-22T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 67.7,\n        \"VesselDepthM\": 7\n    }\n]"},{"id":"3fe0d222-8f35-4617-b2d9-5d49cf654c7e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?owner=Seajacks UK Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"owner","value":"Seajacks UK Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"de3e26f4-dd30-47b8-ac02-653b5826b8e0"},{"name":"All Vessel Details by operators","id":"cf93e1a6-6e1b-4fec-b9a3-29182648f09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?operators=Seajacks UK Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>operators</code>String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"operators","value":"Seajacks UK Ltd"}],"variable":[]}},"response":[{"id":"5127c4ef-8e08-4eae-a8a1-0287a8f0d2a5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?operators=Seajacks UK Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"operators","value":"Seajacks UK Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:09:11 GMT"},{"key":"Content-Length","value":"9397"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 19,\n        \"Name\": \"Seajacks Leviathan\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/19.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESC6\",\n        \"MMSI\": \"370262000\",\n        \"IMO\": \"9522219\",\n        \"AnythingProjects\": 8,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 4,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": 2,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-04-01T00:00:00\",\n        \"LastConverted\": \"2014\",\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 75,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=1062:seajacks-leviathan&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.6\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": 2,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 41,\n        \"TankNotes\": \"Water-maker: 2 makers; 40m³/day capacity \\r\\nPotable water 480m³ \\r\\nFuel tank 300m³ \\r\\nBrine tanks 160m³ \\r\\nWater Ballast 600m³ \",\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 85.6,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"4/triangular truss Footing type: Spudcan with pin \",\n        \"EngineType\": \"Marelli Motori\",\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": 300,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 400,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 400,\n        \"Crane1RadiusM\": 18.5,\n        \"Crane1Description\": \"Main crane (pedestal mounted at stern): 400 tons @ 18.5m radius (8 falls). Boom length of 73m.\",\n        \"Crane2Tons\": 6.5,\n        \"Crane2RadiusM\": 11,\n        \"Crane2Description\": \"Auxiliary cranes (two knuckle boom cranes at the port and starboard sides): 6.5 tons @ 11m radius\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-leviathan/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Leviathan was constructed by Lamprell Energy in Dubai and was delivered on time and on budget in Q2 2009. This state-of-the-art, self-propelled jack-up vessel was built and is operated in compliance with the most stringent regulations and in accordance with standard procedures required to operate in the North Sea hydrocarbon industry. Contract value is reported as $112m. \\r\\n\\r\\nSubsequently, the vessel commenced a 15 month contract with Fluor for work on the Greater Gabbard Offshore Wind farm project located off the Suffolk/Essex coast.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-04-01T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 80,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 539,\n        \"Name\": \"Seajacks Zaratan\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/539.png\",\n        \"FlagISO2Digit\": \"JP\",\n        \"CallSign\": \"3FJW7\",\n        \"MMSI\": \"373322000\",\n        \"IMO\": \"9596571\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": 3,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 5,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2012,\n        \"DeliveryDate\": \"2012-05-22T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-5500C\",\n        \"Classification\": \"ABS ✠  A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS 2, Self-propelled, HELIDK , Wind IMR\",\n        \"LOAM\": 108.7,\n        \"BreadthM\": 41,\n        \"MinDraftM\": 4.6,\n        \"MaxDraftM\": 7.7,\n        \"TransitSpeedKn\": 9.1,\n        \"MaxSpeedKn\": \"9.1\",\n        \"FreeDeckSpaceM2\": 2000,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": 3607,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=944:seajacks-zaratan&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.2,\n        \"MaxOperableWindSpeedMS\": 40,\n        \"WaterDepthM\": 55,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.4,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 85,\n        \"JackingSystemType\": \"MSC Positive Engagement\",\n        \"PreLoadCapacityLeg\": 5500,\n        \"JackingCapacityLeg\": 3250,\n        \"JackingNotes\": \"Footing type: Spudcan with pin \",\n        \"EngineType\": \"Diesel electric\",\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS)\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": 667.06,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 800,\n        \"CraneLiftHeightMMax\": 102,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 800,\n        \"Crane1RadiusM\": 24,\n        \"Crane1Description\": \"GustoMSC Leg encircling Crane: GLC-800-ED Main crane (leg encircling mounted at starboard aft leg): main hoist of 800 tons @ 24m (8 falls) and auxiliary hoist of 50 tons @ 90m (2 falls).\",\n        \"Crane2Tons\": 12.5,\n        \"Crane2RadiusM\": 30,\n        \"Crane2Description\": \"Auxiliary cranes (two pedestal mounted at port and starboard sides): 12.5 tons @ 30m radius. Boom length of 30m.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-zaratan/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Zaratan is a self-propelled jack-up which was designed specifically to service the wind farm installation market in the harsh operating environment of the North Sea, as well as to provide services to the oil and gas industry. \\r\\n\\r\\nThe vessel is a modified version of the MSC NG5500 design, which incorporates a fully redundant DP2 propulsion system, accommodation for 90 persons, and an 800 ton leg encircling crane designed by MSC.\\r\\n\\r\\nIt is one of a few vessels which has the ABS Wind IMR notation.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2012-05-22T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 67.7,\n        \"VesselDepthM\": 7\n    }\n]"},{"id":"c21fec76-bde4-40c2-a779-d0d41ed5ae1e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?operators=Seajacks UK Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"operators","value":"Seajacks UK Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cf93e1a6-6e1b-4fec-b9a3-29182648f09f"},{"name":"All Vessel Details by shipyard","id":"dd3a7945-6f2f-4c72-a82d-12c8a2a4665b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?shipyard=Lamprell Energy Ltd","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>shipyard</code>String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"shipyard","value":"Lamprell Energy Ltd"}],"variable":[]}},"response":[{"id":"7e4870cd-032d-4d5c-b0e8-1c9f91625e9e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?shipyard=Lamprell Energy Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"shipyard","value":"Lamprell Energy Ltd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:10:31 GMT"},{"key":"Content-Length","value":"10090"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 19,\n        \"Name\": \"Seajacks Leviathan\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/19.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESC6\",\n        \"MMSI\": \"370262000\",\n        \"IMO\": \"9522219\",\n        \"AnythingProjects\": 8,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 4,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": 2,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-04-01T00:00:00\",\n        \"LastConverted\": \"2014\",\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 75,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=1062:seajacks-leviathan&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.6\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": 2,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 41,\n        \"TankNotes\": \"Water-maker: 2 makers; 40m³/day capacity \\r\\nPotable water 480m³ \\r\\nFuel tank 300m³ \\r\\nBrine tanks 160m³ \\r\\nWater Ballast 600m³ \",\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 85.6,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"4/triangular truss Footing type: Spudcan with pin \",\n        \"EngineType\": \"Marelli Motori\",\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": 300,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 400,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 400,\n        \"Crane1RadiusM\": 18.5,\n        \"Crane1Description\": \"Main crane (pedestal mounted at stern): 400 tons @ 18.5m radius (8 falls). Boom length of 73m.\",\n        \"Crane2Tons\": 6.5,\n        \"Crane2RadiusM\": 11,\n        \"Crane2Description\": \"Auxiliary cranes (two knuckle boom cranes at the port and starboard sides): 6.5 tons @ 11m radius\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-leviathan/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Leviathan was constructed by Lamprell Energy in Dubai and was delivered on time and on budget in Q2 2009. This state-of-the-art, self-propelled jack-up vessel was built and is operated in compliance with the most stringent regulations and in accordance with standard procedures required to operate in the North Sea hydrocarbon industry. Contract value is reported as $112m. \\r\\n\\r\\nSubsequently, the vessel commenced a 15 month contract with Fluor for work on the Greater Gabbard Offshore Wind farm project located off the Suffolk/Essex coast.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-04-01T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 80,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 51,\n        \"Name\": \"Seajacks Kraken\",\n        \"OtherNames\": null,\n        \"Operator\": \"Seajacks UK Ltd\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/51.png\",\n        \"FlagISO2Digit\": \"PA\",\n        \"CallSign\": \"3ESD6\",\n        \"MMSI\": \"370267000\",\n        \"IMO\": \"9522207\",\n        \"AnythingProjects\": 9,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 3,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2009,\n        \"DeliveryDate\": \"2009-03-12T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-2500X \",\n        \"Classification\": \"ABS ✠ A1 Self-elevating Unit ✠ AMS ✠ ACCU ✠ DPS-2 Self Propelled Helideck\",\n        \"LOAM\": 80,\n        \"BreadthM\": 36,\n        \"MinDraftM\": 3.75,\n        \"MaxDraftM\": 6.75,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"8\",\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1436,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=619:seajacks-kraken&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.64,\n        \"MaxOperableWindSpeedMS\": 39.4,\n        \"WaterDepthM\": 48,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.8,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 84.8,\n        \"JackingSystemType\": \"Rack and Pinion with electric drive\",\n        \"PreLoadCapacityLeg\": 2700,\n        \"JackingCapacityLeg\": 1620,\n        \"JackingNotes\": \"Legs are triangular truss and have a spud can with pin.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Dynamic Positioning Control System (DPCS) according to ABS DPS 2. \",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 300.2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 300,\n        \"Crane1RadiusM\": 16,\n        \"Crane1Description\": \"One pedestal-mounted crane with the following main hoist configurations:\\r\\nOption 1 - 42.5m boom length, 300 tons @ 16m radius.\\r\\nOption 2 - 62.5m boom length, 200 tons @ 22m radius.\",\n        \"Crane2Tons\": 50,\n        \"Crane2RadiusM\": 12.5,\n        \"Crane2Description\": \"Pedestal mounted crane: capacity of 50 tons @ 12.5m radius, 20 tons @ 25m radius, 5 tons @ 32.5m radius.\",\n        \"AccommodationPersons\": 90,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Seajacks UK Ltd\",\n        \"CompanyWeb\": \"http://www.seajacks.com\",\n        \"Webpage2\": \"http://www.seajacks.com/self-propelled-jack-up-vessels/seajacks-kraken/\",\n        \"Owner\": \"Seajacks UK Ltd\",\n        \"Notes\": \"Seajacks Kraken was built by Lamprell Energy in Dubai and delivered in Q1 2009. The vessel has an HSE accepted Safety Case in accordance with UK Offshore Installation (Safety Case) Regulations 2005. \\r\\n\\r\\nThe vessel has worked in the oil and gas sector as well as offshore wind. The vessel had a 100 ton blade rack installed on board - the work was carried out by A&P in Falmouth.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2009-03-12T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 73.1,\n        \"VesselDepthM\": 6\n    },\n    {\n        \"VesselId\": 87,\n        \"Name\": \"Bold Tern\",\n        \"OtherNames\": \"Windcarrier 2\",\n        \"Operator\": \"Fred. Olsen Windcarrier AS\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/87.png\",\n        \"FlagISO2Digit\": \"MT\",\n        \"CallSign\": \"9HA3053\",\n        \"MMSI\": \"229080000\",\n        \"IMO\": \"9583794\",\n        \"AnythingProjects\": 26,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 10,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": 1,\n        \"HeavyMaintenanceProjects\": 3,\n        \"YearBuilt\": 2013,\n        \"DeliveryDate\": \"2013-02-14T00:00:00\",\n        \"LastConverted\": \"2016\",\n        \"Shipyard\": \"Lamprell Energy Ltd\",\n        \"ConstructionCountry\": \"AE\",\n        \"Design\": \"GustoMSC NG-9000C-HPE\",\n        \"Classification\": \"DNV GL ✠  1A1 Self-elevating Crane unit Wind turbine installation unit Clean(Design) DYNPOS(AUTR) E0 HELDK NAUT(OSV(A)) OPP-F\",\n        \"LOAM\": 132,\n        \"BreadthM\": 39,\n        \"MinDraftM\": 4.25,\n        \"MaxDraftM\": 5.6,\n        \"TransitSpeedKn\": 12,\n        \"MaxSpeedKn\": \"12\",\n        \"FreeDeckSpaceM2\": 3200,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": 9500,\n        \"HasHeliDeck\": 1,\n        \"HelideckCert\": \"http://www.helidecks.org/index.php?option=com_phocadownload&view=category&id=986:bold-tern&Itemid=215\",\n        \"DValueTValue\": \"22.2/12.8\",\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": 3.5,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": 16,\n        \"WaterDepthM\": 60,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": 0.5,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 92.4,\n        \"JackingSystemType\": \"MSC continuous hydraulic double-acting system \",\n        \"PreLoadCapacityLeg\": 9560,\n        \"JackingCapacityLeg\": 5300,\n        \"JackingNotes\": \"Legs are cylindrical, spudcan area - 106m2\",\n        \"EngineType\": \"4 x diesel electric Wärtsilä generators: 1 x 12V32 5,760 kW, 1 x 6L32 2,880 kW, 2 x 9L32 4,230 kW.\\r\\n\\r\\nHarbor (emergency) generator: CAT 3512B 1,400 kW.\",\n        \"NumberEngines\": 4,\n        \"DPClass\": 2,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": 45,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"Transit speed of 10 knots [tons / 24 hours]: 45\\r\\nElevated, stand by [tons / 24 hours]: 5-6\\r\\nElevated, crane work [tons / 24 hours]: 6-8\",\n        \"MaxLift\": 1600,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 1600,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"1,600 ton LEC 65500 leg encircling crane \",\n        \"Crane2Tons\": 20,\n        \"Crane2RadiusM\": 27,\n        \"Crane2Description\": \"Palfinger - 2 x 20 tons @ 27m radius (certified for man-riding). Also a single 6 tons @ 24m radius. \",\n        \"AccommodationPersons\": 80,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Fred. Olsen Windcarrier AS\",\n        \"CompanyWeb\": \"http://www.windcarrier.com\",\n        \"Webpage2\": \"http://windcarrier.com/fleet-brave-tern\",\n        \"Owner\": \"Fred. Olsen Windcarrier AS\",\n        \"Notes\": \"Gusto MCS designed the Bold Tern with customisation by Fred. Olsen Windcarrier. Initially the vessel had a 800 ton crane which was also designed by Gusto MSC, as well as continuous type jacking systems. The vessel has DP2-class type dynamic positioning system and is fitted with a Voith Schneider propulsion system.\\r\\n\\r\\nBold Tern had a typical carrying capacity of 8 x 3.6 MW or 4 x 6.0 MW turbines or three jacket foundations suitable for 40m water depth but following upgrading in 2016, this was increased to four complete ‘multi MW’ turbines with full towers throughout the year in water depths of up to 55m – up to 60m in the summer. \\r\\n\\r\\nA further upgrade in 2021/22 increased the lift capacity to 1,600 tons \\r\\nand capable of installing foundations up to 1,500 tons and handling all known next generation turbines:\\r\\n3 x SG 14-222DD\\r\\n4 x SG 11.0-200DD\\r\\n5 x SG 8.0-167DD\\r\\n5 x MHI Vestas V164/174\\r\\n3 x GE Haliade-X 12MW\\r\\n\\r\\nTo enable direct transfer of personnel to a turbine, Bold Tern has a gangway which can be deployed.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2013-02-14T00:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": 70.5,\n        \"VesselDepthM\": 9\n    }\n]"},{"id":"fe90a8b2-5d72-4faa-b75b-b0b4005b50e1","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?shipyard=Lamprell Energy Ltd","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"shipyard","value":"Lamprell Energy Ltd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"dd3a7945-6f2f-4c72-a82d-12c8a2a4665b"},{"name":"All Vessel Details by numberpassengers","id":"295355b9-cc1b-4652-8f05-4da0f9a25721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?numberpassengers=11","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>numberpassengers</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberpassengers","value":"11"}],"variable":[]}},"response":[{"id":"8005c1ea-9e12-4798-a1fe-d162a61e121b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:12:03 GMT"},{"key":"Content-Length","value":"2408"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 180,\n        \"Name\": \"Seisund\",\n        \"OtherNames\": \"Offshore Beaver;Union Beaver\",\n        \"Operator\": \"Unknown\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/180.png\",\n        \"FlagISO2Digit\": \"NL\",\n        \"CallSign\": \"ORLA\",\n        \"MMSI\": \"244820406\",\n        \"IMO\": \"8918564\",\n        \"AnythingProjects\": 10,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1991,\n        \"DeliveryDate\": \"1991-01-01T00:00:00\",\n        \"LastConverted\": \"2001\",\n        \"Shipyard\": null,\n        \"ConstructionCountry\": \"BE\",\n        \"Design\": null,\n        \"Classification\": \"BV I ✠ Special Service Salvage\",\n        \"LOAM\": 56.65,\n        \"BreadthM\": 12.5,\n        \"MinDraftM\": 2.5,\n        \"MaxDraftM\": 2.69,\n        \"TransitSpeedKn\": 10,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 375,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Caterpillar 3508 STD total power 1350kW\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"4 point mooring. Bow thruster 3 bladed propeller.\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"0.5 - 0.7m3 /day in port\\r\\n4-5m3 /day at full speed\",\n        \"MaxLift\": 24,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 24.5,\n        \"Crane1RadiusM\": 7.4,\n        \"Crane1Description\": \"Marlift telescopic crane: 8.8t@19.4m, 13.4@13, 24.5@7.4\",\n        \"Crane2Tons\": 1.5,\n        \"Crane2RadiusM\": 7,\n        \"Crane2Description\": \"ACTA boat crane on aft deck\",\n        \"AccommodationPersons\": 24,\n        \"NumberCrew\": 9,\n        \"NumberPassengers\": 11,\n        \"Expr1\": \"Unknown\",\n        \"CompanyWeb\": null,\n        \"Webpage2\": null,\n        \"Owner\": \"Unknown\",\n        \"Notes\": \"Offshore Beaver can be used for dive support, salvage and cable laying. The vessel was previously owned by URS Salvage and Contracting before sale to Workship Contractors. who then sold the vessel to Seisund AS of Torangsvag, Norway in June 2017. The vessel was bought to support salmon farming.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"efa42dc7-d27e-417d-87e3-7670edb00430","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"295355b9-cc1b-4652-8f05-4da0f9a25721"},{"name":"All Vessel Details by numberengines","id":"4e78afaa-2ca8-4c75-a348-1e99e17a7d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?numberengines=1","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>numberengines</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberengines","value":"1"}],"variable":[]}},"response":[{"id":"0add6370-e7e7-47bc-a73c-551e3e5bd10a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numberengines","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:12:46 GMT"},{"key":"Content-Length","value":"6805"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 3,\n        \"Name\": \"Ocean Dream\",\n        \"OtherNames\": \"BBC Konan;BBC Finlandia;Rickmers Finlandia\",\n        \"Operator\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Transport\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/3.png\",\n        \"FlagISO2Digit\": \"LR\",\n        \"CallSign\": \"A8WO3\",\n        \"MMSI\": \"636016448\",\n        \"IMO\": \"9220641\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2000,\n        \"DeliveryDate\": \"2000-01-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"P + S Weften Shipyard\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": null,\n        \"Classification\": \"DNV GL ✠ 100 A5 E3 Ro/Ro Ship G + MC E3 AUT strengthened for heavy cargoes, equipped for the carriage of containers, equipped for the carriage of dangerous goods\",\n        \"LOAM\": 126.51,\n        \"BreadthM\": 20.3,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 6.65,\n        \"TransitSpeedKn\": 14.5,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 2467,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"MAN B&W 5760kW\",\n        \"NumberEngines\": 1,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"24.0 mt RME 180 fuel per day at sea 1.5 mt MGO DMA per day in port without gear \\r\\n3.0 mt MGO DMA per day in port with gear \",\n        \"MaxLift\": 300,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 150,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"2 Liebherr cranes situated portside, each 150t and 300t dual lift capacity.\",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": null,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"CompanyWeb\": \"http://www.er-ship.com/en/index.html\",\n        \"Webpage2\": \"http://www.bbc-chartering.com/uploads/tx_bbcfleetlist/BBC_Konan_type.pdf?ts=1352202024\",\n        \"Owner\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"Notes\": \"Ocean Dream has been used for the transportation of components.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 16,\n        \"Name\": \"MS Honte\",\n        \"OtherNames\": null,\n        \"Operator\": \"JD-Contractor AS\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/16.png\",\n        \"FlagISO2Digit\": \"VC\",\n        \"CallSign\": \"J8HP2\",\n        \"MMSI\": \"375052000\",\n        \"IMO\": \"8865614\",\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": 4,\n        \"ExportProjects\": 4,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1961,\n        \"DeliveryDate\": \"1961-01-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Rijkswerf\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": null,\n        \"Classification\": \"BV I ✠ Hull,  ✠ Mach, Special service /Buoylayer \",\n        \"LOAM\": 28.8,\n        \"BreadthM\": 5.83,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.7,\n        \"TransitSpeedKn\": 8,\n        \"MaxSpeedKn\": \"9\",\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": \"Fresh water: 9.2m3\",\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Bolnes 5DNL 190/600\",\n        \"NumberEngines\": 1,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 2,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 2,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"Derrick crane\",\n        \"Crane2Tons\": 1,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 10,\n        \"NumberCrew\": 3,\n        \"NumberPassengers\": 7,\n        \"Expr1\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474459\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"Notes\": \"MS Honte is a dive Support Vessel with low draught (DSV)  and is equipped for embedding of cables. The vessel has accommodation for 10 persons. The permanent crew consists of three persons. The crew can be supplemented with divers as required.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 27,\n        \"Name\": \"Naja\",\n        \"OtherNames\": null,\n        \"Operator\": \"JD-Contractor AS\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/27.png\",\n        \"FlagISO2Digit\": \"DK\",\n        \"CallSign\": \"OZSC2\",\n        \"MMSI\": \"219001252\",\n        \"IMO\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1993,\n        \"DeliveryDate\": \"1993-01-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Unknown\",\n        \"ConstructionCountry\": \"DK\",\n        \"Design\": null,\n        \"Classification\": null,\n        \"LOAM\": 14.98,\n        \"BreadthM\": 5.2,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.98,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": \"10.00\",\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"716 kW\",\n        \"NumberEngines\": 1,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": 12,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 8,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 8,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"Deck crane\",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 10,\n        \"NumberCrew\": 2,\n        \"NumberPassengers\": 8,\n        \"Expr1\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474637\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"Notes\": \"Naja is a tug used to support offshore construction.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"ab9d492f-ad28-4271-8649-34c7db30a14e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numberengines","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4e78afaa-2ca8-4c75-a348-1e99e17a7d74"},{"name":"All Vessel Details by numbercrew","id":"63b7e7ba-1e3b-4afe-824c-bdb710cffa29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?numbercrew=5","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>numbercrew</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"numbercrew","value":"5"}],"variable":[]}},"response":[{"id":"0a0a5c30-3875-4816-966d-d617e40d87b1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:13:18 GMT"},{"key":"Content-Length","value":"6873"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 155,\n        \"Name\": \"Meander\",\n        \"OtherNames\": null,\n        \"Operator\": \"Rederij Driemast BV\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/155.png\",\n        \"FlagISO2Digit\": \"NL\",\n        \"CallSign\": \"PHGQ\",\n        \"MMSI\": \"246547000\",\n        \"IMO\": \"9394026\",\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2006,\n        \"DeliveryDate\": \"2006-11-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Scheepswerf Gebr. Kooiman\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": null,\n        \"Classification\": \"LR ✠ 100 A1 TUG unrestricted \",\n        \"LOAM\": 29.8,\n        \"BreadthM\": 9.5,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.5,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 100,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": \"Fresh water: 35m3\",\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Mitsubishi 940kW / 1278 bhp each\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"Bow thruster: 165 kW / 224 hp\",\n        \"BollardPullTonnes\": 30,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 10,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 9.5,\n        \"Crane1RadiusM\": 15.75,\n        \"Crane1Description\": \"Deck crane - Heila crane type HLRM 200 mt – 4 S \",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 8,\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": 0,\n        \"Expr1\": \"Rederij Driemast BV\",\n        \"CompanyWeb\": \"http://www.rederij-driemast.nl/\",\n        \"Webpage2\": \"http://www.rederij-driemast.nl/vloot-rederij-driemast-bv/meander\",\n        \"Owner\": \"Rederij Driemast BV\",\n        \"Notes\": \"Hydraulic Towing Winch; Pulling force of approx. 40t. Holding force 60 tons 2 Drums; One with 700m of Ø 38 mm steel wire and One with 400 mtr of Ø 38mm steel wire. Stern roller / Hydraulic Towing Pins and wire catcher in aft deck swl 30t Pushing i.c.w. towing winch and wire-drum on anchor winch, Rubber fendered push bow.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 639,\n        \"Name\": \"MS Grete Fighter\",\n        \"OtherNames\": null,\n        \"Operator\": \"Peter Madsen Rederi A/S\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Dredger\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/639.png\",\n        \"FlagISO2Digit\": \"DK\",\n        \"CallSign\": \"OZLP2\",\n        \"MMSI\": \"219000558\",\n        \"IMO\": \"7944762\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1980,\n        \"DeliveryDate\": \"1980-01-01T00:00:00\",\n        \"LastConverted\": \"2010\",\n        \"Shipyard\": \"Bogense Skibsværft A/S (ceased trading)\",\n        \"ConstructionCountry\": \"DK\",\n        \"Design\": null,\n        \"Classification\": \"BV I ✠ 3/3 (E) - Dredger\",\n        \"LOAM\": 46.5,\n        \"BreadthM\": 12,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.77,\n        \"TransitSpeedKn\": 7,\n        \"MaxSpeedKn\": \"9\",\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": 3,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Volvo Penta D12P-B MH 2x350 hp\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 6,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 6,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": null,\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Peter Madsen Rederi A/S\",\n        \"CompanyWeb\": \"http://www.peter-madsen.dk/\",\n        \"Webpage2\": \"http://www.peter-madsen.dk/gf.html\",\n        \"Owner\": \"Peter Madsen Rederi A/S\",\n        \"Notes\": \"MS Grete Fighter has grab equipment for stone, sand and soil. Digging with either a 2.2m3 or 3.0m3 bucket. Also equipped with underwater video. It has three legs for stability.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 1335,\n        \"Name\": \"Sea Echo\",\n        \"OtherNames\": \"Odin\",\n        \"Operator\": \"Seacontractors BV\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/1335.png\",\n        \"FlagISO2Digit\": \"NL\",\n        \"CallSign\": \"PHLP\",\n        \"MMSI\": \"244905000\",\n        \"IMO\": \"9444663\",\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2007,\n        \"DeliveryDate\": \"2007-09-21T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"Damen Shipyards\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": \"Damen Shoalbuster 2308\",\n        \"Classification\": \"BV I ✠ Hull Tug Coastal Waters Extended to 30 miles from shore · MACH\",\n        \"LOAM\": 22.35,\n        \"BreadthM\": 8,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.1,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": \"11\",\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Caterpillar 341D TTA, 1696 bhp\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": 23,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 5,\n        \"NumberCrew\": 5,\n        \"NumberPassengers\": 0,\n        \"Expr1\": \"Seacontractors BV\",\n        \"CompanyWeb\": \"http://www.seacontractors.com/index1.php?main=chartering\",\n        \"Webpage2\": \"http://www.seacontractors.com/vessels/category:a-class-offshore-support-vessels.htm\",\n        \"Owner\": \"Seacontractors BV\",\n        \"Notes\": \"Sea Echo is used to provide towing support jack-up barges.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"edb1f62c-acf5-4823-ad9f-a44e2037fdd7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"63b7e7ba-1e3b-4afe-824c-bdb710cffa29"},{"name":"All Vessel Details by berths","id":"4449d0d6-d3fc-4979-82fb-23bb32c14c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?berths=16","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>berths</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"berths","value":"16"}],"variable":[]}},"response":[{"id":"7c0e868d-f176-40d8-a238-9d6cf2111367","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?berths=16","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"berths","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:13:53 GMT"},{"key":"Content-Length","value":"6904"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 2,\n        \"Name\": \"Christos XXII\",\n        \"OtherNames\": \"Bankert;Smit Columbo;Smit Enterprise\",\n        \"Operator\": \"Spanopoulos Group\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/2.png\",\n        \"FlagISO2Digit\": \"GR\",\n        \"CallSign\": \"SVA3834\",\n        \"MMSI\": \"241168000\",\n        \"IMO\": \"7230135\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1972,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"LastConverted\": \"2010\",\n        \"Shipyard\": \"Royal Bodewes\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": null,\n        \"Classification\": \"LR ✠ 100A1, Tug, LMC\",\n        \"LOAM\": 43.85,\n        \"BreadthM\": 10.62,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 4.52,\n        \"TransitSpeedKn\": 14,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"Stork Wartsila 2000HP\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"Thrusters: 2 C.P. Propellers in \\\"Kort Nozzles\\\" \",\n        \"BollardPullTonnes\": 67,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 13,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Spanopoulos Group\",\n        \"CompanyWeb\": \"http://www.spanopoulos-group.com\",\n        \"Webpage2\": \"http://www.spanopoulos-group.com/equipment/fleet/tugboats.html\",\n        \"Owner\": \"IMS Shipping\",\n        \"Notes\": \"Christos XXII is a support tug which has been used in the offshore wind sector.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 3,\n        \"Name\": \"Ocean Dream\",\n        \"OtherNames\": \"BBC Konan;BBC Finlandia;Rickmers Finlandia\",\n        \"Operator\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Transport\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/3.png\",\n        \"FlagISO2Digit\": \"LR\",\n        \"CallSign\": \"A8WO3\",\n        \"MMSI\": \"636016448\",\n        \"IMO\": \"9220641\",\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2000,\n        \"DeliveryDate\": \"2000-01-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"P + S Weften Shipyard\",\n        \"ConstructionCountry\": \"DE\",\n        \"Design\": null,\n        \"Classification\": \"DNV GL ✠ 100 A5 E3 Ro/Ro Ship G + MC E3 AUT strengthened for heavy cargoes, equipped for the carriage of containers, equipped for the carriage of dangerous goods\",\n        \"LOAM\": 126.51,\n        \"BreadthM\": 20.3,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 6.65,\n        \"TransitSpeedKn\": 14.5,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 2467,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"MAN B&W 5760kW\",\n        \"NumberEngines\": 1,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"24.0 mt RME 180 fuel per day at sea 1.5 mt MGO DMA per day in port without gear \\r\\n3.0 mt MGO DMA per day in port with gear \",\n        \"MaxLift\": 300,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 150,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"2 Liebherr cranes situated portside, each 150t and 300t dual lift capacity.\",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": null,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"CompanyWeb\": \"http://www.er-ship.com/en/index.html\",\n        \"Webpage2\": \"http://www.bbc-chartering.com/uploads/tx_bbcfleetlist/BBC_Konan_type.pdf?ts=1352202024\",\n        \"Owner\": \"ER Schiffahrt GmbH & Cie KG\",\n        \"Notes\": \"Ocean Dream has been used for the transportation of components.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"OtherNames\": null,\n        \"Operator\": \"Jack-up GB\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Jack-up barge\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/4.png\",\n        \"FlagISO2Digit\": \"VC\",\n        \"CallSign\": \"J8B3655\",\n        \"MMSI\": \"253468000\",\n        \"IMO\": null,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": 5,\n        \"TPProjects\": null,\n        \"TurbineProjects\": 2,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 1982,\n        \"DeliveryDate\": \"1982-09-01T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"De Biesbosch Shipyard\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": \"GustoMSC type SEA-1250\",\n        \"Classification\": \"ABS ✠ A1, Self Elevating Unit, Restricted Service \",\n        \"LOAM\": 43,\n        \"BreadthM\": 30,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.95,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 900,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxCargoWeightTons\": 1300,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": 30,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 55,\n        \"JackingSystemType\": \" Hydraulic positive engagement - MSC Elec/Hydr \",\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": \"Spudcans are available\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"6 point mooring\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 650,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 650,\n        \"Crane1RadiusM\": 10,\n        \"Crane1Description\": null,\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 32,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Jack-up GB\",\n        \"CompanyWeb\": \"http://www.jackupgb.com/contact/\",\n        \"Webpage2\": \"http://www.jackupgb.com/wp-content/uploads/2016/07/Jackup-GB_Jackup-Barges_Presentation.pdf\",\n        \"Owner\": \"Jack-up GB\",\n        \"Notes\": \"Spudcans are available if required. Two moonpools (8m vertical).\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"cde7c1e4-5c26-41b8-b0f8-d8c0b892cbfe","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?berths=16","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"berths","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4449d0d6-d3fc-4979-82fb-23bb32c14c6a"},{"name":"All Vessel Details by accommodationpersons","id":"32b0a8c6-8957-4052-8837-23aec88cd0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/details?accommodationpersons=16","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels via the <code>accommodationpersons</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"accommodationpersons","value":"16"}],"variable":[]}},"response":[{"id":"d4b1ed96-22e3-4f2e-8a8f-38530adcc394","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZGV0YWlscw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:14:25 GMT"},{"key":"Content-Length","value":"7303"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 58,\n        \"Name\": \"Vagant\",\n        \"OtherNames\": \"Sea 2000\",\n        \"Operator\": \"DEME Offshore\",\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Jack-up barge\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/58.png\",\n        \"FlagISO2Digit\": \"NL\",\n        \"CallSign\": \"PC6774\",\n        \"MMSI\": \"253477000\",\n        \"IMO\": \"8767276\",\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": 1,\n        \"TPProjects\": 1,\n        \"TurbineProjects\": 1,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2002,\n        \"DeliveryDate\": \"2002-09-20T00:00:00\",\n        \"LastConverted\": null,\n        \"Shipyard\": \"IHC Merwede B.V.\",\n        \"ConstructionCountry\": \"NL\",\n        \"Design\": null,\n        \"Classification\": \"BV I ✠ 3/3 self elevating platform. Special service - civil works /NP Deep sea transit with criteria Mach\",\n        \"LOAM\": 43.5,\n        \"BreadthM\": 22.5,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 4.2,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": null,\n        \"FreeDeckSpaceM2\": 700,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxCargoWeightTons\": 1000,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": 1.5,\n        \"MaxOperableWindSpeedMS\": 15,\n        \"WaterDepthM\": 30,\n        \"TankNotes\": null,\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": 4,\n        \"LegLengthM\": 57.5,\n        \"JackingSystemType\": \"MSC hydr \",\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": \"Legs are 2m in diameter.\",\n        \"EngineType\": null,\n        \"NumberEngines\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"It has 20 pulling winches.\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": 8,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 8,\n        \"Crane1RadiusM\": 28,\n        \"Crane1Description\": \"Hydralift Heila HM 12/10F crane: 8t @ 28m.\",\n        \"Crane2Tons\": 1,\n        \"Crane2RadiusM\": 12,\n        \"Crane2Description\": \"Heila auxiliary crane: 1t @ 12m.\",\n        \"AccommodationPersons\": 16,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"DEME Offshore\",\n        \"CompanyWeb\": \"https://www.deme-group.com/\",\n        \"Webpage2\": \"http://www.deme-group.com/technology/vagant\",\n        \"Owner\": \"GeoSea NV\",\n        \"Notes\": \"Vagant was built in 2002 at the IHC Merwede shipyards in Hardinxveld Giessendam, the Netherlands. She is a 43m jack-up barge. She has not worked in the offshore wind sector since 2013.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 1401,\n        \"Name\": \"Dart Fisher\",\n        \"OtherNames\": \"Supacat 1;SMV1\",\n        \"Operator\": \"James Fisher and Sons plc\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/1401.png\",\n        \"FlagISO2Digit\": \"UK\",\n        \"CallSign\": \"2HBZ7\",\n        \"MMSI\": \"235102397\",\n        \"IMO\": \"9718040\",\n        \"AnythingProjects\": 10,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": 2013,\n        \"DeliveryDate\": \"2013-11-01T00:00:00\",\n        \"LastConverted\": \"01/7/2017\",\n        \"Shipyard\": \"Mainstay Marine\",\n        \"ConstructionCountry\": \"UK\",\n        \"Design\": \"SMV 24\",\n        \"Classification\": \"DNV GL ✠  1A1 HLSC R1 Windfarm Service Vessel MCA Cat 1\",\n        \"LOAM\": 25.7,\n        \"BreadthM\": 8,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 1.5,\n        \"TransitSpeedKn\": 25,\n        \"MaxSpeedKn\": \"30\",\n        \"FreeDeckSpaceM2\": 150,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": 30,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": 7,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": \"Fresh water: 520 litres\\r\\nFresh water-making capability – at a rate of up to 100 litres per hour\",\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"MAN V12 D2862 LE463 “Medium Duty” Rating. 1,400 bhp @ 2,100 rpm, EIAPP Tier II Compliant \\r\\ngenerators: 2 x Beta Marine 35kW 3 phase 400 volt gensets.\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point mooring\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"790 Nm range\",\n        \"MaxLift\": 3,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": 3.3,\n        \"Crane1RadiusM\": 1,\n        \"Crane1Description\": \"Fully marinised Palfinger PK6500M \",\n        \"Crane2Tons\": 0.53,\n        \"Crane2RadiusM\": 9.4,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 16,\n        \"NumberCrew\": 4,\n        \"NumberPassengers\": 12,\n        \"Expr1\": \"James Fisher and Sons plc\",\n        \"CompanyWeb\": \"http://www.james-fisher.co.uk\",\n        \"Webpage2\": \"https://www.james-fisher.com/services/marine-services/offshore-support-vessel/ \",\n        \"Owner\": \"James Fisher and Sons plc\",\n        \"Notes\": \"Dart Fisher was owned by Supacat before it was acquired by James Fisher Group. The vessel has multipurpose capability which includes refuelling (it can pump 170 litres of fuel per minute through a 164ft hose and carry 25,000 litres as cargo); diving support; and UXO clearance support. \",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": \"2014-04-08T01:00:00\",\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    },\n    {\n        \"VesselId\": 1739,\n        \"Name\": \"Megan T Miller\",\n        \"OtherNames\": null,\n        \"Operator\": \"Miller Marine Services\",\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"VesselImage\": \"http://www.4coffshore.com/images/vessels/1739.png\",\n        \"FlagISO2Digit\": \"US\",\n        \"CallSign\": \"WCW9003\",\n        \"MMSI\": \"338104509\",\n        \"IMO\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"FoundationProjects\": null,\n        \"TPProjects\": null,\n        \"TurbineProjects\": null,\n        \"SubstationProjects\": null,\n        \"MetMastProjects\": null,\n        \"HeavyMaintenanceProjects\": null,\n        \"YearBuilt\": null,\n        \"DeliveryDate\": null,\n        \"LastConverted\": null,\n        \"Shipyard\": null,\n        \"ConstructionCountry\": null,\n        \"Design\": null,\n        \"Classification\": null,\n        \"LOAM\": 30.48,\n        \"BreadthM\": 7.31,\n        \"MinDraftM\": null,\n        \"MaxDraftM\": 2.74,\n        \"TransitSpeedKn\": null,\n        \"MaxSpeedKn\": \"10\",\n        \"FreeDeckSpaceM2\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxCargoWeightTons\": null,\n        \"HasHeliDeck\": 0,\n        \"HelideckCert\": null,\n        \"DValueTValue\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"WaterDepthM\": null,\n        \"TankNotes\": \"Water: 1000 litres\",\n        \"MaxJackingSpeedMMin\": null,\n        \"NumLegs\": null,\n        \"LegLengthM\": null,\n        \"JackingSystemType\": null,\n        \"PreLoadCapacityLeg\": null,\n        \"JackingCapacityLeg\": null,\n        \"JackingNotes\": null,\n        \"EngineType\": \"12 V71 Detroit Diesels 800HP\",\n        \"NumberEngines\": 2,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point anchoring\",\n        \"BollardPullTonnes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"MaxLift\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CraneDistSideM\": null,\n        \"Crane1Tons\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Description\": \"Knuckle aft crane.\",\n        \"Crane2Tons\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Description\": null,\n        \"AccommodationPersons\": 16,\n        \"NumberCrew\": null,\n        \"NumberPassengers\": null,\n        \"Expr1\": \"Miller Marine Services\",\n        \"CompanyWeb\": \"http://www.millermarineservices.com/index.html\",\n        \"Webpage2\": \"http://www.millermarineservices.com/EquipmentMeganMiller.html\",\n        \"Owner\": \"Miller Marine Services\",\n        \"Notes\": \"Megan T Miller is a utility vessel which has been used for geotechnical work. It can also provide ROV support. It was used on the Block Island project to clear obstacles from the seabed.\",\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"JoinedFleet\": null,\n        \"AirDraftM\": null,\n        \"LegLengthBelowHullM\": null,\n        \"VesselDepthM\": null\n    }\n]"},{"id":"4f1cc88e-ea2e-436c-b904-06a2e2dbc548","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/details?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","details"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"32b0a8c6-8957-4052-8837-23aec88cd0a8"}],"id":"932279ea-96ad-443c-b0f6-af1eacda0b79","description":"<p>Technical specifications of Construction &amp; Heavy Maintenance Vessels</p>\n","_postman_id":"932279ea-96ad-443c-b0f6-af1eacda0b79"},{"name":"Vessel Events","item":[{"name":"All Vessel Events","id":"179190c9-1d05-43d2-8672-7d16b20fd3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events/","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events.</p>\n","urlObject":{"path":["api","chmi","vessels","events",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"3090b308-6f53-490d-b356-2afc06bff5d9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRzXA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:21:52 GMT"},{"key":"Content-Length","value":"1540"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 1862,\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"CompanyName\": \"Jack-up GB\",\n        \"EventDate\": \"08 Mar 2019\",\n        \"EventTypeDescription\": \"New owner/operator\",\n        \"EventDescription\": \"Jack-up GB has acquired Buzzard from DEME, marking a strategic move. This will allow improvement of Jack-up GB's services in the offshore wind O&M and cable repair market.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"http://www.jackupgb.com/jackup-gb-flying-high-buzzard-aquisition/ \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"Jack-up GB\",\n        \"OldCompanyName\": \"DEME Offshore\"\n    },\n    {\n        \"VesselEventId\": 2923,\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"CompanyName\": \"Jack-up GB\",\n        \"EventDate\": \"29 Feb 2020\",\n        \"EventTypeDescription\": \"Change of market\",\n        \"EventDescription\": \"The vessel is undergoing refurbishment, and is due to re-enter the offshore wind market from the end of February, targeting \\r\\ninland and coastal construction and also wind farm maintenance. \",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct Communication, 24/01/2020\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 5112,\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"CompanyName\": \"Jack-up GB\",\n        \"EventDate\": \"01 Sep 1982\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"De Biesbosch Shipyard delivered Buzzard.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"ABS\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"9b79a8a5-fded-41c5-b767-1cd72138f82a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"179190c9-1d05-43d2-8672-7d16b20fd3dc"},{"name":"All Vessel Events by vesselID","id":"757ddad2-b633-4cc3-8c4e-417190bba4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?vesselID=212","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>vesselID</code>Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"212"}],"variable":[]}},"response":[{"id":"a4f697f8-25c0-4c11-8cfa-f17dc06703e7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?vesselID=212","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"vesselID","value":"212"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:27:50 GMT"},{"key":"Content-Length","value":"1276"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 7838,\n        \"VesselId\": 212,\n        \"Name\": \"Geo Ocean II\",\n        \"CompanyName\": \"Geo.XYZ BVBA\",\n        \"EventDate\": \"14 Nov 2014\",\n        \"EventTypeDescription\": \"New name\",\n        \"EventDescription\": \"OMS Pollux was renamed Geo Ocean II when it was acquired by GEOxyz.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 6436,\n        \"VesselId\": 212,\n        \"Name\": \"Geo Ocean II\",\n        \"CompanyName\": \"Geo.XYZ BVBA\",\n        \"EventDate\": \"01 Dec 1976\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"OMS Pollux was delivered by Goole Shipbuilding.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"VesselTracker\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 7831,\n        \"VesselId\": 212,\n        \"Name\": \"Geo Ocean II\",\n        \"CompanyName\": \"Geo.XYZ BVBA\",\n        \"EventDate\": \"01 Jan 2006\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"In 2006, the vessel under went conversion work.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"http://www.geoxyz.eu/files/Geo-Ocean-II.pdf \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"3f6617aa-f286-4c9e-9e40-e5e32e0d517d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"757ddad2-b633-4cc3-8c4e-417190bba4ac"},{"name":"All Vessel Events by vesselName","id":"30bd5c7e-bea9-49cb-8e13-e651be5336e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?vesselName=Voltaire","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Voltaire"}],"variable":[]}},"response":[{"id":"2b71ab55-9d65-4b07-bf55-9d00c24b9631","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?vesselName=Voltaire","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"vesselName","value":"Voltaire"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:27:00 GMT"},{"key":"Content-Length","value":"1603"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 7964,\n        \"VesselId\": 3578,\n        \"Name\": \"Voltaire\",\n        \"CompanyName\": \"Jan de Nul Group\",\n        \"EventDate\": \"31 Jan 2022\",\n        \"EventTypeDescription\": \"Launch\",\n        \"EventDescription\": \"Jan De Nul Group launched the Voltaire, at the COSCO Shipping Shipyard in Nantong, China \",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jandenul.com/news/jan-de-nul-launched-worlds-tallest-next-generation-jack-installation-vessel-voltaire\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 57,\n        \"VesselId\": 3578,\n        \"Name\": \"Voltaire\",\n        \"CompanyName\": \"Jan de Nul Group\",\n        \"EventDate\": \"22 Oct 2019\",\n        \"EventTypeDescription\": \"News - charter\",\n        \"EventDescription\": \"Voltaire was awarded its first contract transporting and installing the Haliade turbines on Dogger Bank.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jandenul.com/en/pressroom/press-releases/voltaire-secured-for-dogger-bank-wind-farms \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 58,\n        \"VesselId\": 3578,\n        \"Name\": \"Voltaire\",\n        \"CompanyName\": \"Jan de Nul Group\",\n        \"EventDate\": \"01 Jul 2022\",\n        \"EventTypeDescription\": \"Scheduled delivery\",\n        \"EventDescription\": \"Voltaire is due to be delivered to Jan de Nul.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jandenul.com/news/jan-de-nul-launched-worlds-tallest-next-generation-jack-installation-vessel-voltaire\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"bcc716de-a3d8-4c83-88ab-f0b0411b76a4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"30bd5c7e-bea9-49cb-8e13-e651be5336e0"},{"name":"All Vessel Events by companyName","id":"deef501b-b786-4072-b7ca-417c33ceedd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?companyName=JD-Contractor AS","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>companyName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"companyName","value":"JD-Contractor AS"}],"variable":[]}},"response":[{"id":"e9e93d08-44d9-47bd-98a0-090f90da5ecf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:23:44 GMT"},{"key":"Content-Length","value":"1326"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 4925,\n        \"VesselId\": 185,\n        \"Name\": \"Sima\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"01 Jan 1990\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Stocznia Gdańsk S.A. built Sima (was Neftegaz-66).\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/Fleet-equipment/Fleet/Sima \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 5070,\n        \"VesselId\": 703,\n        \"Name\": \"Assister\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"01 Mar 2000\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Volkswerft Stralsund GmbH delivered Assister\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"LR\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 5387,\n        \"VesselId\": 703,\n        \"Name\": \"Assister\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"01 Dec 2018\",\n        \"EventTypeDescription\": \"New owner/operator\",\n        \"EventDescription\": \"Maersk Assister was was acquired by JD Contractor around the end of 2018.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/Fleet-equipment \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": \"JD-Contractor AS\",\n        \"OldCompanyName\": \"Maersk Supply Services A/S\"\n    }\n]"},{"id":"f694da85-5a70-4b0e-9513-6e6027423692","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"deef501b-b786-4072-b7ca-417c33ceedd0"},{"name":"All Vessel Events by eventType","id":"82d6c486-f1bf-4c52-b725-4d27bacfc726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?eventType=Delivery","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>eventType</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventType","value":"Delivery"}],"variable":[]}},"response":[{"id":"0423e10f-5566-4057-872f-32548eb8f5ac","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:23:02 GMT"},{"key":"Content-Length","value":"1215"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5112,\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"CompanyName\": \"Jack-up GB\",\n        \"EventDate\": \"01 Sep 1982\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"De Biesbosch Shipyard delivered Buzzard.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"ABS\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 3023,\n        \"VesselId\": 10,\n        \"Name\": \"Fugro Excalibur\",\n        \"CompanyName\": \"Fugro GeoServices Inc\",\n        \"EventDate\": \"01 Jan 1978\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Fugro Excalibur was delivered by German shipyard Howaldswerke Deutsche Werft AG.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"DNV GL\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 5113,\n        \"VesselId\": 12,\n        \"Name\": \"REM LIFT 25000\",\n        \"CompanyName\": \"Remontowa\",\n        \"EventDate\": \"01 Jan 1978\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Remontowa is Poland delivered REM LIFT 25000\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Lloyds Register\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"2b33be55-8cb6-485b-b372-206ff39e9bb7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"82d6c486-f1bf-4c52-b725-4d27bacfc726"},{"name":"All Vessel Events by certainty","id":"e76bba7a-c6db-4261-83a8-67e3b5a3cc47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>certainty</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"adf14873-dadb-47a4-9fb1-d273e254a0ac","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:22:32 GMT"},{"key":"Content-Length","value":"1534"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 2923,\n        \"VesselId\": 4,\n        \"Name\": \"Buzzard\",\n        \"CompanyName\": \"Jack-up GB\",\n        \"EventDate\": \"29 Feb 2020\",\n        \"EventTypeDescription\": \"Change of market\",\n        \"EventDescription\": \"The vessel is undergoing refurbishment, and is due to re-enter the offshore wind market from the end of February, targeting \\r\\ninland and coastal construction and also wind farm maintenance. \",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"Direct Communication, 24/01/2020\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 18,\n        \"VesselId\": 94,\n        \"Name\": \"Seaway Strashnov\",\n        \"CompanyName\": \"Seaway 7\",\n        \"EventDate\": \"01 Jan 2020\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"A boom extension is planned for the vessel in 2020. Date is to be confirmed.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.subsea7.com/en/investors/results-reports-and-presentations.category3.html \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 5151,\n        \"VesselId\": 103,\n        \"Name\": \"Guo Dian Tou 001\",\n        \"CompanyName\": \"SPIC Ronghe International Financial Leasing Co. Ltd\",\n        \"EventDate\": \"01 Jun 2011\",\n        \"EventTypeDescription\": \"Scheduled delivery\",\n        \"EventDescription\": \"Original scheduled delivery of the vessel.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"fea52009-8884-4c43-983d-308ef51018b8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e76bba7a-c6db-4261-83a8-67e3b5a3cc47"},{"name":"All Vessel Events by integrity","id":"9cb0edc9-4a44-43d7-aa59-68e28f668fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/events?integrity=Medium Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve technical specification of Construction &amp; Heavy Maintenance Vessels Events via the <code>integrity</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Medium Confidence"}],"variable":[]}},"response":[{"id":"83b856b8-57cb-432d-8d30-40efde52d05a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:28:28 GMT"},{"key":"Content-Length","value":"1459"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 166,\n        \"VesselId\": 69,\n        \"Name\": \"Glomar Vantage\",\n        \"CompanyName\": \"Bibby HydroMap\",\n        \"EventDate\": \"01 Jan 2008\",\n        \"EventTypeDescription\": \"Rebuild\",\n        \"EventDescription\": \"Fugro Commander was rebuilt in this year.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"https://www.gm-ships.com/wp-content/uploads/2015/11/GloMar_Specsheets_Vantage_V4.pdf \",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 4338,\n        \"VesselId\": 219,\n        \"Name\": \"MTS Terramare\",\n        \"CompanyName\": \"MTS Group Limited\",\n        \"EventDate\": \"01 Jan 1990\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Terramare 1 was upgraded in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    },\n    {\n        \"VesselEventId\": 360,\n        \"VesselId\": 685,\n        \"Name\": \"Si Hang Fen Jin （四航奋进号）\",\n        \"CompanyName\": \"Second Engineering Company of CCCC Fouth Harbor Engineering Co. Ltd (中交四航局二公司)\",\n        \"EventDate\": \"01 Jan 2003\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Si Hang Fen Jin （四航奋进号） was delivered by Shandong Rushan Shipbuilding Co., Ltd\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\",\n        \"NewName\": null,\n        \"OldName\": null,\n        \"NewCompanyName\": null,\n        \"OldCompanyName\": null\n    }\n]"},{"id":"61e50728-c8d7-4852-a171-39ca7d256bfc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:32:32 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9cb0edc9-4a44-43d7-aa59-68e28f668fbc"}],"id":"fdfb8aa6-cddc-4173-abba-1690e0b58090","description":"<p>Details of vessel events in the Construction &amp; Heavy Maintenance Intelligence.</p>\n","_postman_id":"fdfb8aa6-cddc-4173-abba-1690e0b58090"},{"name":"Contracts","item":[{"name":"Current Contracts","item":[{"name":"All Current Contract Details","id":"b308e413-d044-4033-98b3-8d31c0e6f098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Current Contracts in Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"eb48dd95-bebb-4d60-b184-88e31d68201c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:40:55 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"9fae1aa2-b120-4f15-9c7e-fb73fa8b7f2f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b308e413-d044-4033-98b3-8d31c0e6f098"},{"name":"All Current Contract Details By stakeholderID","id":"e0c6db51-f531-4528-a2a6-9139e4a0a7e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderID=548","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"548"}],"variable":[]}},"response":[{"id":"21bca3a8-c93a-4027-8a2e-a451a36843ab","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:43:37 GMT"},{"key":"Content-Length","value":"903"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"a5d0e0dd-a4ad-43ed-9e87-16e62a09ada4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e0c6db51-f531-4528-a2a6-9139e4a0a7e0"},{"name":"All Current Contract Details By vesselID","id":"56270011-6464-4689-b475-7865261f9217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselID=3628","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"3628"}],"variable":[]}},"response":[{"id":"f3d1b4d5-13fe-4be7-ad95-fa67f31790d4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:46:43 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"99aefd48-99d9-4580-8a9e-16c16ab6a38e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"56270011-6464-4689-b475-7865261f9217"},{"name":"All Current Contract Details By vesselName","id":"c3cad23e-184f-4f4d-a475-0f224db4b191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselName=Pioneering Spirit","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}],"variable":[]}},"response":[{"id":"14047235-10a3-4732-8255-a524b6ff3697","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:48:49 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"33befcaa-132f-4b5b-b49b-28631edf85a8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c3cad23e-184f-4f4d-a475-0f224db4b191"},{"name":"All Current Contract Details By projectName","id":"c914fd42-4311-4a11-a069-c8842a9464a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectName=DolWin6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"DolWin6"}],"variable":[]}},"response":[{"id":"2b366c1b-26f1-4637-ac44-b7b2152548df","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:49:58 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"905ff118-440e-4a61-b0c9-291ad7ee4df8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c914fd42-4311-4a11-a069-c8842a9464a2"},{"name":"All Current Contract Details By market","id":"2de72ad5-fe70-424b-835c-32e99b797b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?market=windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>market</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"market","value":"windfarm"}],"variable":[]}},"response":[{"id":"78f1e52b-cb48-4067-aea8-a9a340d95688","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"market","value":"windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:51:10 GMT"},{"key":"Content-Length","value":"3968"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 33478,\n        \"VesselName\": \"Acergy Viking\",\n        \"ProjectName\": \"Veja Mate\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Update January 2021: Contract extended to end January 2027.\\r\\nAcergy Viking is supporting operations and maintenance work on the turbines with its Walk-to-Work (W2W) capability. It had a charter with Siemens Gamesa until February 2020 but in November 2019, the charter was extended until the end of January 2021 with options until the end of April 2021. The charter was further extended to January 2022.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2017-11-15T00:00:00\",\n        \"VesselEndDate\": \"2027-01-31T00:00:00\",\n        \"AnalysisAlias\": \"Eidesvik\",\n        \"ProjectId\": \"DE36\",\n        \"VesselID\": 2074,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 38428,\n        \"VesselName\": \"Brave Tern\",\n        \"ProjectName\": \"Yunlin\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Vessel-Turbine Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Turbines\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"SG 8.0-167 DD (Siemens Gamesa)\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"Update May 2021: FOWIC and SGRE have now signed an amendment extending the charter period which will allow Brave Tern to complete the Yunlin project in a continuous campaign. To facilitate this, Bold Tern will depart Europe in summer 2021 to undergo the planned crane upgrade and subsequently fulfill FOWIC’s other contract obligations for the 2022 season in the APAC region. \\r\\nUpdate: the vessel completed two trips out to site from 30th August to 5th September and 16th-20th September, but due to delays in monopile installation has yet to start turbine installation.\\r\\nFred. Olsen Windcarrier (Fred. Olsen) has been awarded a contract with Siemens Gamesa Renewable Energy (SGRE) for the transport and installation of wind turbines on the Yunlin offshore wind farm. \\r\\n\\r\\nBrave Tern set sail for the project  on 21 April 2020, arriving in Taiwan in July.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2021-04-21T01:00:00\",\n        \"VesselEndDate\": \"2022-09-19T01:00:00\",\n        \"AnalysisAlias\": \"Fred Olsen\",\n        \"ProjectId\": \"TW10\",\n        \"VesselID\": 562,\n        \"Source\": \"DIrect Communication\"\n    },\n    {\n        \"StakeholderId\": 39389,\n        \"VesselName\": \"INNOVATION\",\n        \"ProjectName\": \"Saint-Nazaire\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(turbine)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Foundations\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"DEME will provide the installation vessel for monopiles, and is reported to have lined up DP2 INNOVATION for the work. The vessel will have a subsea drill installed onboard as the rocky seabed conditions requiring drilling. The foundations are reported to be the first drilled monopiles in the world. Installation is scheduled from March to May 2021. 4 installation methods - Driven - Drilled driven ungrouted - Drilled driven grouted (hybrid) - Drilled only (rock socket - 7x with flange). The vessel will install 3 monopiles and 3 transition pieces per loadout from Port la Rochelle.\",\n        \"Client\": \"DEME-Eiffage\",\n        \"VesselStartDate\": \"2021-05-05T01:00:00\",\n        \"VesselEndDate\": \"2022-07-01T01:00:00\",\n        \"AnalysisAlias\": \"DEME Offshore\",\n        \"ProjectId\": \"FR37\",\n        \"VesselID\": 137,\n        \"Source\": \"Direct Communication; https://energiesdelamer.eu/publications/84-ancrage/5892-entretien-avec-antoine-de-premont-directeur-de-eiffage-offshore-renewables?fbclid=IwAR3XALH3N70MNItR_Pj_-cS63JfAsf6JICFz9LokehCuhR8xxpeSWEj2DHk; \\r\\nhttps://www.deme-group.com/news/deme-offshore-and-herrenknecht-sign-agreement\\r\\nhttps://www.deme-group.com/news/deme-offshore-confirms-halfway-mark-installation-milestone-saint-nazaire-offshore-wind-farm\"\n    }\n]"},{"id":"eed595fe-63db-4b03-b5e0-59663a8d7703","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"market","value":"windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"2de72ad5-fe70-424b-835c-32e99b797b61"},{"name":"All Current Contract Details By projectstatus","id":"56bf512b-9679-4f27-88c3-32e8224da735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectstatus=Manufacturing","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectstatus","value":"Manufacturing"}],"variable":[]}},"response":[{"id":"74c9a8ea-70d5-40e9-bed9-b3eeedddbaa5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:52:31 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"be9c13c8-b9fd-4a14-a667-14469ae5dfe1","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"56bf512b-9679-4f27-88c3-32e8224da735"},{"name":"All Current Contract Details By stakeholderType","id":"b217f159-f2c4-44f4-adf2-6cb9f02add72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderType=Vessel-Converter Installation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}],"variable":[]}},"response":[{"id":"ef9c8280-b395-40a5-8b1e-b20db7944049","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:53:54 GMT"},{"key":"Content-Length","value":"812"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    }\n]"},{"id":"fe556849-f7af-4ab0-bba3-09974264e4bc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b217f159-f2c4-44f4-adf2-6cb9f02add72"},{"name":"All Current Contract Details By infrastructureCategory","id":"55eefcd2-e873-46f0-8560-34f1ffa2f0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?infrastructureCategory=Vessels - Substation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>infrastructureCategory</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}],"variable":[]}},"response":[{"id":"895ade54-81bd-41e5-8443-28d358e8eabe","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:55:20 GMT"},{"key":"Content-Length","value":"2884"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 43216,\n        \"VesselName\": \"Seaway Strashnov\",\n        \"ProjectName\": \"Kaskasi\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(Substation)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"November 2021: Seaway Strashanov is working in HKZ. The contracted days are estimated. \\r\\n\\r\\nSubsea 7 will install the monopiles from Q3 2021. This project will be the first to deploy the 'vibro pile driving' technique which will reduce installation time and noise. Likely to use Seaway Strashnov. It  is assumed that the contract also includes substation foundation.\",\n        \"Client\": \"Innogy\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Seaway 7\",\n        \"ProjectId\": \"DE33\",\n        \"VesselID\": 94,\n        \"Source\": \"https://www.linkedin.com/posts/dhssagencies_offshorewind-wedeliver-fullcoverage-activity-6911027118625742848-iB0-?utm_source=linkedin_share&utm_medium=member_desktop_web\\r\\nhttps://news.innogy.com/innogy-ebnet-den-weg-fuer-ihren-dritten-offshore-windpark-vor-der-deutschen-kueste/\"\n    }\n]"},{"id":"02e8d311-442a-464f-bb25-566d07ab37cc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"55eefcd2-e873-46f0-8560-34f1ffa2f0f9"},{"name":"All Current Contract Details By client","id":"44de2329-555b-41df-9fab-7f3cc62c4609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?client=TenneT","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>client</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"TenneT"}],"variable":[]}},"response":[{"id":"3675cee9-27bc-483d-991d-b7d174961c65","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"client","value":"TenneT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:56:23 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"1a7ef9ae-186e-4d58-870f-f3c2d9f13957","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"client","value":"TenneT"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"44de2329-555b-41df-9fab-7f3cc62c4609"},{"name":"All Current Contract Details By analysisAlias","id":"b8c59990-d423-4332-8165-a93c7fc3fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?analysisAlias=Allseas","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>analysisAlias</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisAlias","value":"Allseas"}],"variable":[]}},"response":[{"id":"d18eeca6-eb71-4716-b145-eaf49f8b04f5","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:58:06 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"776a7384-f833-47bd-adaf-b0d46f842adf","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b8c59990-d423-4332-8165-a93c7fc3fa68"},{"name":"All Current Contract Details By projectID","id":"7b8be511-6829-4c37-b2df-ed7afb7cbd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectID=95","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","current"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"95"}],"variable":[]}},"response":[{"id":"a30b2604-cfe4-4230-bc68-127442208122","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectID","value":"95"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 11:00:05 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"a9687e34-0158-4310-ba01-39efe568f569","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectID","value":"95"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7b8be511-6829-4c37-b2df-ed7afb7cbd7d"}],"id":"91caa963-3110-4105-b309-f5dbff83a219","description":"<p>Details of current vessel contracts within the Construction &amp; Heavy Maintenance Intelligence.</p>\n","_postman_id":"91caa963-3110-4105-b309-f5dbff83a219"},{"name":"Future Contracts","item":[{"name":"All Future Contracts Details","id":"6ed6152f-7ee2-4cb1-ba4d-294825402f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Future Contracts in Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"6a630c1a-01c0-4417-af41-d7223fce9be0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:40:55 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"1fb5fc77-6406-4fe1-be12-cfa0202a51a4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6ed6152f-7ee2-4cb1-ba4d-294825402f6f"},{"name":"All Future Contracts Details By stakeholderID","id":"5cbf2659-ce12-4d00-8aa8-d998934296ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderID=548","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"548"}],"variable":[]}},"response":[{"id":"85741668-8c93-45a6-8011-b5c373ea9b74","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:43:37 GMT"},{"key":"Content-Length","value":"903"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"7c15d184-f9a2-4da3-9a88-9969be7530c9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5cbf2659-ce12-4d00-8aa8-d998934296ea"},{"name":"All Future Contract Details By vesselID","id":"1a0645dd-a0a4-47ec-8fc6-8939c276baa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselID=3628","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"3628"}],"variable":[]}},"response":[{"id":"a1595669-8820-4532-889c-23c822efe0e8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:46:43 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"1b616ef5-c05e-455b-b737-be2c8a2dd1c6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1a0645dd-a0a4-47ec-8fc6-8939c276baa3"},{"name":"All Future Contract Details By vesselName","id":"00d8322d-cb8b-4b9a-9f4d-0548acd31976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselName=Pioneering Spirit","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}],"variable":[]}},"response":[{"id":"d3899b4c-04a4-4546-892f-a1246e656e9f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:48:49 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"32fcb15e-2f03-4b2e-848d-e284ba9c1fba","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"00d8322d-cb8b-4b9a-9f4d-0548acd31976"},{"name":"All Future Contract Details By projectName","id":"d704032b-48ac-4318-82f9-8cbd67755e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectName=DolWin6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"DolWin6"}],"variable":[]}},"response":[{"id":"12b98ab3-7da8-44d9-a5b7-6eac94c8d6e0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:49:58 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"bf0cae1a-191c-420d-badf-66cc1ba842db","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d704032b-48ac-4318-82f9-8cbd67755e0a"},{"name":"All Future Contract Details By market","id":"971dce18-5b92-434f-9a2e-f283aeccb166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?market=windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>market</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"market","value":"windfarm"}],"variable":[]}},"response":[{"id":"39fb0d8f-efa2-43c6-b518-29c0e7dab3ca","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"market","value":"windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:51:10 GMT"},{"key":"Content-Length","value":"3968"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 33478,\n        \"VesselName\": \"Acergy Viking\",\n        \"ProjectName\": \"Veja Mate\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Update January 2021: Contract extended to end January 2027.\\r\\nAcergy Viking is supporting operations and maintenance work on the turbines with its Walk-to-Work (W2W) capability. It had a charter with Siemens Gamesa until February 2020 but in November 2019, the charter was extended until the end of January 2021 with options until the end of April 2021. The charter was further extended to January 2022.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2017-11-15T00:00:00\",\n        \"VesselEndDate\": \"2027-01-31T00:00:00\",\n        \"AnalysisAlias\": \"Eidesvik\",\n        \"ProjectId\": \"DE36\",\n        \"VesselID\": 2074,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 38428,\n        \"VesselName\": \"Brave Tern\",\n        \"ProjectName\": \"Yunlin\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Vessel-Turbine Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Turbines\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"SG 8.0-167 DD (Siemens Gamesa)\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"Update May 2021: FOWIC and SGRE have now signed an amendment extending the charter period which will allow Brave Tern to complete the Yunlin project in a continuous campaign. To facilitate this, Bold Tern will depart Europe in summer 2021 to undergo the planned crane upgrade and subsequently fulfill FOWIC’s other contract obligations for the 2022 season in the APAC region. \\r\\nUpdate: the vessel completed two trips out to site from 30th August to 5th September and 16th-20th September, but due to delays in monopile installation has yet to start turbine installation.\\r\\nFred. Olsen Windcarrier (Fred. Olsen) has been awarded a contract with Siemens Gamesa Renewable Energy (SGRE) for the transport and installation of wind turbines on the Yunlin offshore wind farm. \\r\\n\\r\\nBrave Tern set sail for the project  on 21 April 2020, arriving in Taiwan in July.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2021-04-21T01:00:00\",\n        \"VesselEndDate\": \"2022-09-19T01:00:00\",\n        \"AnalysisAlias\": \"Fred Olsen\",\n        \"ProjectId\": \"TW10\",\n        \"VesselID\": 562,\n        \"Source\": \"DIrect Communication\"\n    },\n    {\n        \"StakeholderId\": 39389,\n        \"VesselName\": \"INNOVATION\",\n        \"ProjectName\": \"Saint-Nazaire\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(turbine)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Foundations\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"DEME will provide the installation vessel for monopiles, and is reported to have lined up DP2 INNOVATION for the work. The vessel will have a subsea drill installed onboard as the rocky seabed conditions requiring drilling. The foundations are reported to be the first drilled monopiles in the world. Installation is scheduled from March to May 2021. 4 installation methods - Driven - Drilled driven ungrouted - Drilled driven grouted (hybrid) - Drilled only (rock socket - 7x with flange). The vessel will install 3 monopiles and 3 transition pieces per loadout from Port la Rochelle.\",\n        \"Client\": \"DEME-Eiffage\",\n        \"VesselStartDate\": \"2021-05-05T01:00:00\",\n        \"VesselEndDate\": \"2022-07-01T01:00:00\",\n        \"AnalysisAlias\": \"DEME Offshore\",\n        \"ProjectId\": \"FR37\",\n        \"VesselID\": 137,\n        \"Source\": \"Direct Communication; https://energiesdelamer.eu/publications/84-ancrage/5892-entretien-avec-antoine-de-premont-directeur-de-eiffage-offshore-renewables?fbclid=IwAR3XALH3N70MNItR_Pj_-cS63JfAsf6JICFz9LokehCuhR8xxpeSWEj2DHk; \\r\\nhttps://www.deme-group.com/news/deme-offshore-and-herrenknecht-sign-agreement\\r\\nhttps://www.deme-group.com/news/deme-offshore-confirms-halfway-mark-installation-milestone-saint-nazaire-offshore-wind-farm\"\n    }\n]"},{"id":"2499846a-e7c2-4ba1-b2ce-2f6dd1438a5b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"market","value":"windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"971dce18-5b92-434f-9a2e-f283aeccb166"},{"name":"All Future Contract Details By projectstatus","id":"51cb6c7f-5ea5-4795-b7f7-db351361e716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectstatus=Manufacturing","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectstatus","value":"Manufacturing"}],"variable":[]}},"response":[{"id":"ab5ddd5a-fdad-4b9f-92f5-83fb3581e34f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:52:31 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"d6851c17-16d0-479c-afd6-70fe55aaa1d9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"51cb6c7f-5ea5-4795-b7f7-db351361e716"},{"name":"All Future Contract Details By stakeholderType","id":"bcdb21f0-3be8-43ed-a32e-660d3fb58c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderType=Vessel-Converter Installation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}],"variable":[]}},"response":[{"id":"df435058-e16d-4aca-b360-b0b6fe5337da","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:53:54 GMT"},{"key":"Content-Length","value":"812"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    }\n]"},{"id":"caef5d86-1673-4a53-b2b6-17332c3dfc7c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"bcdb21f0-3be8-43ed-a32e-660d3fb58c23"},{"name":"All Future Contract Details By infrastructureCategory","id":"e7a690f0-268a-447a-844f-3b80ca95047d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?infrastructureCategory=Vessels - Substation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>infrastructureCategory</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}],"variable":[]}},"response":[{"id":"6e09a20b-2c54-4fcb-b84d-bd1a9259a084","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:55:20 GMT"},{"key":"Content-Length","value":"2884"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 43216,\n        \"VesselName\": \"Seaway Strashnov\",\n        \"ProjectName\": \"Kaskasi\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(Substation)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"November 2021: Seaway Strashanov is working in HKZ. The contracted days are estimated. \\r\\n\\r\\nSubsea 7 will install the monopiles from Q3 2021. This project will be the first to deploy the 'vibro pile driving' technique which will reduce installation time and noise. Likely to use Seaway Strashnov. It  is assumed that the contract also includes substation foundation.\",\n        \"Client\": \"Innogy\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Seaway 7\",\n        \"ProjectId\": \"DE33\",\n        \"VesselID\": 94,\n        \"Source\": \"https://www.linkedin.com/posts/dhssagencies_offshorewind-wedeliver-fullcoverage-activity-6911027118625742848-iB0-?utm_source=linkedin_share&utm_medium=member_desktop_web\\r\\nhttps://news.innogy.com/innogy-ebnet-den-weg-fuer-ihren-dritten-offshore-windpark-vor-der-deutschen-kueste/\"\n    }\n]"},{"id":"ebd56edf-f4df-45ce-bfbd-e7fefac9cbc3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e7a690f0-268a-447a-844f-3b80ca95047d"},{"name":"All Future Contract Details By client","id":"8d8f7322-ba40-43a0-af66-0a7407840c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?client=TenneT","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>client</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"TenneT"}],"variable":[]}},"response":[{"id":"2271c126-ece5-44b5-8ff2-dfc88f56ef4d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"client","value":"TenneT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:56:23 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"535c5621-d6c0-4902-82f6-12646de44a3a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"client","value":"TenneT"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8d8f7322-ba40-43a0-af66-0a7407840c55"},{"name":"All Future Contract Details By analysisAlias","id":"b466a048-7b6d-4ea9-aa06-df42d0954749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?analysisAlias=Allseas","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>analysisAlias</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisAlias","value":"Allseas"}],"variable":[]}},"response":[{"id":"31296893-504a-4133-8631-2ee015878a05","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:58:06 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"65291996-f75e-41ec-afac-9ac65e3c1eaf","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b466a048-7b6d-4ea9-aa06-df42d0954749"},{"name":"All Future Contract Details By projectID","id":"abfa62ff-9b45-4053-8005-a744f6f6405f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectID=95","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Future Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","future"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"95"}],"variable":[]}},"response":[{"id":"bed87979-05f8-4b36-a5e0-9932c6ebb96b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectID","value":"95"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 11:00:05 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"28e96ea0-781c-45bc-8427-b21059c1f1e8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/future?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","future"],"query":[{"key":"projectID","value":"95"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"abfa62ff-9b45-4053-8005-a744f6f6405f"}],"id":"5ee485f2-fb00-4a71-b33f-af3bc4d04abe","description":"<p>Details of future vessel contracts within the Construction &amp; Heavy Maintenance Intelligence.</p>\n","_postman_id":"5ee485f2-fb00-4a71-b33f-af3bc4d04abe"},{"name":"Past Contracts","item":[{"name":"All Past Contracts Details","id":"a68ab664-3b00-456b-9fd7-6ecf8cb6d25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"9d28f296-a3fd-4e7d-993a-54c16e501ca4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:40:55 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"a7c247ef-b0fb-4eeb-a4ec-bacefbde8f3b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a68ab664-3b00-456b-9fd7-6ecf8cb6d25a"},{"name":"All Past Contracts Details By stakeholderID","id":"ed78ce63-e317-48b9-a51d-e77dcc6da5d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderID=548","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"548"}],"variable":[]}},"response":[{"id":"4d57fbad-5658-4a2a-bbfd-0304ed0de9cc","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:43:37 GMT"},{"key":"Content-Length","value":"903"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"2ce8a9ee-dbc5-44f9-a499-84fac611d927","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ed78ce63-e317-48b9-a51d-e77dcc6da5d4"},{"name":"All Past Contract Details By vesselID","id":"d06f25b2-9867-46f9-88fb-4f5a1dfc8bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselID=3628","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"3628"}],"variable":[]}},"response":[{"id":"35694dcb-6907-476c-8500-2ad02e7b0ec8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:46:43 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"650dd98c-2f64-439e-b7a0-6618afaf7e44","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d06f25b2-9867-46f9-88fb-4f5a1dfc8bf4"},{"name":"All Past Contract Details By vesselName","id":"d48137e1-323f-4071-87b2-0b19275738d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselName=Pioneering Spirit","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}],"variable":[]}},"response":[{"id":"f3d92edf-a085-4daa-8831-e044654980cb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:48:49 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"e62804de-5562-4ce3-84a6-2f7349467afa","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d48137e1-323f-4071-87b2-0b19275738d4"},{"name":"All Past Contract Details By projectName","id":"ade42613-5c49-48f6-a36c-7ba844335d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectName=DolWin6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectName</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"DolWin6"}],"variable":[]}},"response":[{"id":"577d50bd-5dce-4386-9ec2-f24e9cf6542f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:49:58 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"49779812-3722-4bf5-9845-998671b5752f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ade42613-5c49-48f6-a36c-7ba844335d2b"},{"name":"All Past Contract Details By market","id":"a3b239fe-11f1-4d4c-ba67-4b957e5a8372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?market=windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>market</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"market","value":"windfarm"}],"variable":[]}},"response":[{"id":"e337ecc9-c4ed-4ef2-9c07-1783a4558c22","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"market","value":"windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:51:10 GMT"},{"key":"Content-Length","value":"3968"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 33478,\n        \"VesselName\": \"Acergy Viking\",\n        \"ProjectName\": \"Veja Mate\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Update January 2021: Contract extended to end January 2027.\\r\\nAcergy Viking is supporting operations and maintenance work on the turbines with its Walk-to-Work (W2W) capability. It had a charter with Siemens Gamesa until February 2020 but in November 2019, the charter was extended until the end of January 2021 with options until the end of April 2021. The charter was further extended to January 2022.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2017-11-15T00:00:00\",\n        \"VesselEndDate\": \"2027-01-31T00:00:00\",\n        \"AnalysisAlias\": \"Eidesvik\",\n        \"ProjectId\": \"DE36\",\n        \"VesselID\": 2074,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 38428,\n        \"VesselName\": \"Brave Tern\",\n        \"ProjectName\": \"Yunlin\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Vessel-Turbine Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Turbines\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"SG 8.0-167 DD (Siemens Gamesa)\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"Update May 2021: FOWIC and SGRE have now signed an amendment extending the charter period which will allow Brave Tern to complete the Yunlin project in a continuous campaign. To facilitate this, Bold Tern will depart Europe in summer 2021 to undergo the planned crane upgrade and subsequently fulfill FOWIC’s other contract obligations for the 2022 season in the APAC region. \\r\\nUpdate: the vessel completed two trips out to site from 30th August to 5th September and 16th-20th September, but due to delays in monopile installation has yet to start turbine installation.\\r\\nFred. Olsen Windcarrier (Fred. Olsen) has been awarded a contract with Siemens Gamesa Renewable Energy (SGRE) for the transport and installation of wind turbines on the Yunlin offshore wind farm. \\r\\n\\r\\nBrave Tern set sail for the project  on 21 April 2020, arriving in Taiwan in July.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2021-04-21T01:00:00\",\n        \"VesselEndDate\": \"2022-09-19T01:00:00\",\n        \"AnalysisAlias\": \"Fred Olsen\",\n        \"ProjectId\": \"TW10\",\n        \"VesselID\": 562,\n        \"Source\": \"DIrect Communication\"\n    },\n    {\n        \"StakeholderId\": 39389,\n        \"VesselName\": \"INNOVATION\",\n        \"ProjectName\": \"Saint-Nazaire\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(turbine)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Foundations\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"DEME will provide the installation vessel for monopiles, and is reported to have lined up DP2 INNOVATION for the work. The vessel will have a subsea drill installed onboard as the rocky seabed conditions requiring drilling. The foundations are reported to be the first drilled monopiles in the world. Installation is scheduled from March to May 2021. 4 installation methods - Driven - Drilled driven ungrouted - Drilled driven grouted (hybrid) - Drilled only (rock socket - 7x with flange). The vessel will install 3 monopiles and 3 transition pieces per loadout from Port la Rochelle.\",\n        \"Client\": \"DEME-Eiffage\",\n        \"VesselStartDate\": \"2021-05-05T01:00:00\",\n        \"VesselEndDate\": \"2022-07-01T01:00:00\",\n        \"AnalysisAlias\": \"DEME Offshore\",\n        \"ProjectId\": \"FR37\",\n        \"VesselID\": 137,\n        \"Source\": \"Direct Communication; https://energiesdelamer.eu/publications/84-ancrage/5892-entretien-avec-antoine-de-premont-directeur-de-eiffage-offshore-renewables?fbclid=IwAR3XALH3N70MNItR_Pj_-cS63JfAsf6JICFz9LokehCuhR8xxpeSWEj2DHk; \\r\\nhttps://www.deme-group.com/news/deme-offshore-and-herrenknecht-sign-agreement\\r\\nhttps://www.deme-group.com/news/deme-offshore-confirms-halfway-mark-installation-milestone-saint-nazaire-offshore-wind-farm\"\n    }\n]"},{"id":"b5d55080-51fd-47f8-98b6-3efbcb5133e3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"market","value":"windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a3b239fe-11f1-4d4c-ba67-4b957e5a8372"},{"name":"All Past Contract Details By projectstatus","id":"df87be3e-f1b6-4c4c-92d6-639f6f98df2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectstatus=Manufacturing","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectstatus","value":"Manufacturing"}],"variable":[]}},"response":[{"id":"9e9b7ce1-b7b5-41cb-84db-a5368fd29c3a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:52:31 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"f59f30e7-07d1-4830-aabb-66ab37cf858b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"df87be3e-f1b6-4c4c-92d6-639f6f98df2d"},{"name":"All Past Contract Details By stakeholderType","id":"19d73bf6-1f54-4742-bdd0-1b86ba8486c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderType=Vessel-Converter Installation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}],"variable":[]}},"response":[{"id":"8a870409-ea1f-4c0a-9016-e22fed63f3a3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:53:54 GMT"},{"key":"Content-Length","value":"812"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    }\n]"},{"id":"9bd3bb9b-c163-4d72-a442-3a298825592b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"19d73bf6-1f54-4742-bdd0-1b86ba8486c8"},{"name":"All Past Contract Details By infrastructureCategory","id":"079da783-29f0-4496-b2c9-c1305b106365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?infrastructureCategory=Vessels - Substation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>infrastructureCategory</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}],"variable":[]}},"response":[{"id":"6ff963a2-a778-428d-8ffa-eef416bb74d1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:55:20 GMT"},{"key":"Content-Length","value":"2884"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 43216,\n        \"VesselName\": \"Seaway Strashnov\",\n        \"ProjectName\": \"Kaskasi\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(Substation)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"November 2021: Seaway Strashanov is working in HKZ. The contracted days are estimated. \\r\\n\\r\\nSubsea 7 will install the monopiles from Q3 2021. This project will be the first to deploy the 'vibro pile driving' technique which will reduce installation time and noise. Likely to use Seaway Strashnov. It  is assumed that the contract also includes substation foundation.\",\n        \"Client\": \"Innogy\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Seaway 7\",\n        \"ProjectId\": \"DE33\",\n        \"VesselID\": 94,\n        \"Source\": \"https://www.linkedin.com/posts/dhssagencies_offshorewind-wedeliver-fullcoverage-activity-6911027118625742848-iB0-?utm_source=linkedin_share&utm_medium=member_desktop_web\\r\\nhttps://news.innogy.com/innogy-ebnet-den-weg-fuer-ihren-dritten-offshore-windpark-vor-der-deutschen-kueste/\"\n    }\n]"},{"id":"c227ea89-bdb1-4312-ac97-c689deed025e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"079da783-29f0-4496-b2c9-c1305b106365"},{"name":"All Past Contract Details By client","id":"eb2222aa-1aca-442a-90d1-049eb54af728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?client=TenneT","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>client</code>String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"TenneT"}],"variable":[]}},"response":[{"id":"50325923-e163-4454-b507-65b2ea060a7d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"client","value":"TenneT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:56:23 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"92fb26f7-221a-4fdd-a69d-ccfcbb057dcc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"client","value":"TenneT"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"eb2222aa-1aca-442a-90d1-049eb54af728"},{"name":"All Past Contract Details By analysisAlias","id":"44c6f4f9-ad20-4a52-8a73-8793c818cfc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?analysisAlias=Allseas","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>analysisName</code>String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisAlias","value":"Allseas"}],"variable":[]}},"response":[{"id":"cdb64d98-7132-425b-bedd-6bd4df8c4071","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:58:06 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"b2126b7a-f60d-4310-8219-3336cf109fdb","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"44c6f4f9-ad20-4a52-8a73-8793c818cfc5"},{"name":"All Past Contract Details By projectID","id":"cbe3a887-df9c-45f7-bfc0-11ef8e3b8270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectID=95","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Past Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectID</code>String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts","past"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"95"}],"variable":[]}},"response":[{"id":"1a853566-b1a0-41f8-a641-5ff4f75cf717","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectID","value":"95"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 11:00:05 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"5a7431e7-4054-4749-acc4-979f083a207d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/past?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","past"],"query":[{"key":"projectID","value":"95"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cbe3a887-df9c-45f7-bfc0-11ef8e3b8270"}],"id":"ec0eafec-bf22-4c33-bd3f-ea6dc52f529f","description":"<p>Historic overview of past vessel contracts within the Construction &amp; Heavy Maintenance Intelligence.</p>\n","_postman_id":"ec0eafec-bf22-4c33-bd3f-ea6dc52f529f"},{"name":"All Contract Details","id":"390a60ff-39c2-43e8-8eeb-6ae9f0bb3d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of all Current Contracts in Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"f66ee5cc-2a02-4512-aeda-181609de21ef","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:40:55 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"93f73f7c-0017-46b6-9832-46b146ce23b6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/chmi/vessels/contracts/current"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"390a60ff-39c2-43e8-8eeb-6ae9f0bb3d03"},{"name":"All Contract Details By stakeholderID","id":"5046c2e2-675d-4935-806e-3db7386129a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?stakeholderID=548","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"548"}],"variable":[]}},"response":[{"id":"610246e0-a86a-4218-84bc-8b69fd7dd645","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:43:37 GMT"},{"key":"Content-Length","value":"903"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"7431fad2-2e22-470e-b1dc-5c587d917332","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderID=548","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderID","value":"548"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5046c2e2-675d-4935-806e-3db7386129a1"},{"name":"All Contract Details By vesselID","id":"1534cd7c-41b7-42ca-99a1-a06e61201335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?vesselID=3628","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"3628"}],"variable":[]}},"response":[{"id":"b1039c99-6156-4fac-9541-494fe73159e3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:46:43 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"8530c4e9-3149-48af-bfe2-9c215bbc0ec2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselID=3628","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselID","value":"3628"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1534cd7c-41b7-42ca-99a1-a06e61201335"},{"name":"All Contract Details By vesselName","id":"1740d402-948a-49e1-8740-654d85a5946e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?vesselName=Pioneering Spirit","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>vesselName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}],"variable":[]}},"response":[{"id":"a6685934-a629-4e90-9805-ce8dc0481ce4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:48:49 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"deba5fa2-f07b-4934-b52b-a4da10e53dcd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?vesselName=Pioneering Spirit","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"vesselName","value":"Pioneering Spirit"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1740d402-948a-49e1-8740-654d85a5946e"},{"name":"All Contract Details By projectName","id":"cb7016f9-a42f-4182-8060-16c896698d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?projectName=DolWin6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectName</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectName","value":"DolWin6"}],"variable":[]}},"response":[{"id":"45499449-1255-4789-9c65-4e38d6e8ab83","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:49:58 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"4256f4f5-4b55-49f9-87cc-20149e95ad6c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectName=DolWin6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectName","value":"DolWin6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cb7016f9-a42f-4182-8060-16c896698d1a"},{"name":"All Contract Details By market","id":"a9af0a6c-fff8-4505-afc2-1ed9df6bff0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?market=windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>market</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"market","value":"windfarm"}],"variable":[]}},"response":[{"id":"c04929c6-78cb-4251-93c8-283de69348ba","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"market","value":"windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:51:10 GMT"},{"key":"Content-Length","value":"3968"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 33478,\n        \"VesselName\": \"Acergy Viking\",\n        \"ProjectName\": \"Veja Mate\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Update January 2021: Contract extended to end January 2027.\\r\\nAcergy Viking is supporting operations and maintenance work on the turbines with its Walk-to-Work (W2W) capability. It had a charter with Siemens Gamesa until February 2020 but in November 2019, the charter was extended until the end of January 2021 with options until the end of April 2021. The charter was further extended to January 2022.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2017-11-15T00:00:00\",\n        \"VesselEndDate\": \"2027-01-31T00:00:00\",\n        \"AnalysisAlias\": \"Eidesvik\",\n        \"ProjectId\": \"DE36\",\n        \"VesselID\": 2074,\n        \"Source\": \"http://www.4coffshore.com\"\n    },\n    {\n        \"StakeholderId\": 38428,\n        \"VesselName\": \"Brave Tern\",\n        \"ProjectName\": \"Yunlin\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Partial Generation/Under Construction\",\n        \"StakeholderType\": \"Vessel-Turbine Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Turbines\",\n        \"StakeholderSubTypeCategory\": \"Turbine Model\",\n        \"StakeholderSubType\": \"SG 8.0-167 DD (Siemens Gamesa)\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"Update May 2021: FOWIC and SGRE have now signed an amendment extending the charter period which will allow Brave Tern to complete the Yunlin project in a continuous campaign. To facilitate this, Bold Tern will depart Europe in summer 2021 to undergo the planned crane upgrade and subsequently fulfill FOWIC’s other contract obligations for the 2022 season in the APAC region. \\r\\nUpdate: the vessel completed two trips out to site from 30th August to 5th September and 16th-20th September, but due to delays in monopile installation has yet to start turbine installation.\\r\\nFred. Olsen Windcarrier (Fred. Olsen) has been awarded a contract with Siemens Gamesa Renewable Energy (SGRE) for the transport and installation of wind turbines on the Yunlin offshore wind farm. \\r\\n\\r\\nBrave Tern set sail for the project  on 21 April 2020, arriving in Taiwan in July.\",\n        \"Client\": \"SGRE\",\n        \"VesselStartDate\": \"2021-04-21T01:00:00\",\n        \"VesselEndDate\": \"2022-09-19T01:00:00\",\n        \"AnalysisAlias\": \"Fred Olsen\",\n        \"ProjectId\": \"TW10\",\n        \"VesselID\": 562,\n        \"Source\": \"DIrect Communication\"\n    },\n    {\n        \"StakeholderId\": 39389,\n        \"VesselName\": \"INNOVATION\",\n        \"ProjectName\": \"Saint-Nazaire\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(turbine)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Foundations\",\n        \"StakeholderSubTypeCategory\": \"Foundation Type\",\n        \"StakeholderSubType\": \"Grounded: Monopile\",\n        \"Stake\": 80,\n        \"StakeDescription\": \"DEME will provide the installation vessel for monopiles, and is reported to have lined up DP2 INNOVATION for the work. The vessel will have a subsea drill installed onboard as the rocky seabed conditions requiring drilling. The foundations are reported to be the first drilled monopiles in the world. Installation is scheduled from March to May 2021. 4 installation methods - Driven - Drilled driven ungrouted - Drilled driven grouted (hybrid) - Drilled only (rock socket - 7x with flange). The vessel will install 3 monopiles and 3 transition pieces per loadout from Port la Rochelle.\",\n        \"Client\": \"DEME-Eiffage\",\n        \"VesselStartDate\": \"2021-05-05T01:00:00\",\n        \"VesselEndDate\": \"2022-07-01T01:00:00\",\n        \"AnalysisAlias\": \"DEME Offshore\",\n        \"ProjectId\": \"FR37\",\n        \"VesselID\": 137,\n        \"Source\": \"Direct Communication; https://energiesdelamer.eu/publications/84-ancrage/5892-entretien-avec-antoine-de-premont-directeur-de-eiffage-offshore-renewables?fbclid=IwAR3XALH3N70MNItR_Pj_-cS63JfAsf6JICFz9LokehCuhR8xxpeSWEj2DHk; \\r\\nhttps://www.deme-group.com/news/deme-offshore-and-herrenknecht-sign-agreement\\r\\nhttps://www.deme-group.com/news/deme-offshore-confirms-halfway-mark-installation-milestone-saint-nazaire-offshore-wind-farm\"\n    }\n]"},{"id":"b32af14e-6272-47b0-980f-972a3b6f7ffa","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?market=windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"market","value":"windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a9af0a6c-fff8-4505-afc2-1ed9df6bff0e"},{"name":"All Contract Details By projectstatus","id":"66baa8c9-e06c-4e4c-8a10-4722a7067551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?projectstatus=Manufacturing","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectStatus</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectstatus","value":"Manufacturing"}],"variable":[]}},"response":[{"id":"31a1a38d-efa1-4e37-924e-3cac8eae2eca","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:52:31 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"cc70e513-f923-4594-8c20-1a180a4921a9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectstatus=Manufacturing","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectstatus","value":"Manufacturing"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"66baa8c9-e06c-4e4c-8a10-4722a7067551"},{"name":"All Contract Details By stakeholderType","id":"a2b930dc-6139-47fc-9e06-5ad441f56c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?stakeholderType=Vessel-Converter Installation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderType</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}],"variable":[]}},"response":[{"id":"cb16884f-408f-4cbc-bcfe-cd9200917a61","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:53:54 GMT"},{"key":"Content-Length","value":"812"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    }\n]"},{"id":"e75316f0-0dc3-462f-9059-5c15957b75f0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?stakeholderType=Vessel-Converter Installation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"stakeholderType","value":"Vessel-Converter Installation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a2b930dc-6139-47fc-9e06-5ad441f56c5e"},{"name":"All Contract Details By infrastructureCategory","id":"71741051-4a37-4301-9161-a8c1e0f32023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?infrastructureCategory=Vessels - Substation","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>infrastructureCategory</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}],"variable":[]}},"response":[{"id":"53a89198-e9b1-4653-9ea2-8bccb6a9a747","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:55:20 GMT"},{"key":"Content-Length","value":"2884"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 43216,\n        \"VesselName\": \"Seaway Strashnov\",\n        \"ProjectName\": \"Kaskasi\",\n        \"Market\": \"Windfarm\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StakeholderType\": \"Vessel-Foundation Installation(Substation)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"November 2021: Seaway Strashanov is working in HKZ. The contracted days are estimated. \\r\\n\\r\\nSubsea 7 will install the monopiles from Q3 2021. This project will be the first to deploy the 'vibro pile driving' technique which will reduce installation time and noise. Likely to use Seaway Strashnov. It  is assumed that the contract also includes substation foundation.\",\n        \"Client\": \"Innogy\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Seaway 7\",\n        \"ProjectId\": \"DE33\",\n        \"VesselID\": 94,\n        \"Source\": \"https://www.linkedin.com/posts/dhssagencies_offshorewind-wedeliver-fullcoverage-activity-6911027118625742848-iB0-?utm_source=linkedin_share&utm_medium=member_desktop_web\\r\\nhttps://news.innogy.com/innogy-ebnet-den-weg-fuer-ihren-dritten-offshore-windpark-vor-der-deutschen-kueste/\"\n    }\n]"},{"id":"7f40bf00-2a56-404d-956a-6c07df84477d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?infrastructureCategory=Vessels - Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"infrastructureCategory","value":"Vessels - Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"71741051-4a37-4301-9161-a8c1e0f32023"},{"name":"All Contract Details By client","id":"f0cd7b89-8230-4020-b629-2996ee28f019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?client=TenneT","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>client</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"client","value":"TenneT"}],"variable":[]}},"response":[{"id":"a6243646-4b79-41bd-b371-7125a906a11b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"client","value":"TenneT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:56:23 GMT"},{"key":"Content-Length","value":"2325"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    },\n    {\n        \"StakeholderId\": 699,\n        \"VesselName\": \"Stril Server\",\n        \"ProjectName\": \"DolWin1\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-O&M-Support (W2W)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Operations and Maintenance\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": null,\n        \"StakeDescription\": \"Stril Server provided W2W support on the converter station.\",\n        \"Client\": \"Tennet\",\n        \"VesselStartDate\": \"2022-03-29T01:00:00\",\n        \"VesselEndDate\": \"2022-04-15T01:00:00\",\n        \"AnalysisAlias\": \"Simon Møkster\",\n        \"ProjectId\": \"4\",\n        \"VesselID\": 1686,\n        \"Source\": \"http://www.terra.org/articulos/art00867.html\"\n    }\n]"},{"id":"85585113-b6ed-4570-a051-2d60e8f58582","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?client=TenneT","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"client","value":"TenneT"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f0cd7b89-8230-4020-b629-2996ee28f019"},{"name":"All Contract Details By analysisAlias","id":"6fd62530-2c4f-4739-b802-51b7eedf9879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?analysisAlias=Allseas","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>analysisAlias</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisAlias","value":"Allseas"}],"variable":[]}},"response":[{"id":"4e94ca9f-5e27-47d5-8610-56e56dc4a262","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 10:58:06 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"14fc3fc9-2f4c-485f-a970-adeb048754cc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?analysisAlias=Allseas","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"analysisAlias","value":"Allseas"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6fd62530-2c4f-4739-b802-51b7eedf9879"},{"name":"All Contract Details By projectID","id":"c6018c4a-57a6-44b1-83d5-b0b71dd57209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/contracts?projectID=95","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of Current Contracts in Construction &amp; Heavy Maintenance Intelligence via the <code>projectID</code> String parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","contracts"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"95"}],"variable":[]}},"response":[{"id":"d457665c-4bf0-4c78-a77c-e12c316dac38","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectID","value":"95"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcY29udHJhY3RzXGN1cnJlbnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 11:00:05 GMT"},{"key":"Content-Length","value":"1714"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"StakeholderId\": 547,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Converter Installation\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeerweoffshoretrompoostwestenbinnenruyteroostenwest2008.aspx\"\n    },\n    {\n        \"StakeholderId\": 548,\n        \"VesselName\": \"Pioneering Spirit\",\n        \"ProjectName\": \"DolWin6\",\n        \"Market\": \"Grid\",\n        \"ProjectStatus\": \"Manufacturing\",\n        \"StakeholderType\": \"Vessel-Foundation Installation (HVDC Converter)\",\n        \"StakeholderInfrastructureCategory\": \"Vessels - Substation\",\n        \"StakeholderSubTypeCategory\": null,\n        \"StakeholderSubType\": null,\n        \"Stake\": 1,\n        \"StakeDescription\": \"Allseas is to undertake its first renewables contract, using ultra heavy lift vessel Pioneering Spirit. Contract includes jacket, piles and topside. Date are an estimate.\",\n        \"Client\": \"TenneT\",\n        \"VesselStartDate\": \"2022-04-01T01:00:00\",\n        \"VesselEndDate\": \"2022-12-31T00:00:00\",\n        \"AnalysisAlias\": \"Allseas\",\n        \"ProjectId\": \"95\",\n        \"VesselID\": 3628,\n        \"Source\": \"http://www.centrumpp.nl/projecten/procedures/startnotitieswindturbineparkenopdenoordzeeevelopmaaswestbuitenscheveningenbuiteneurogeulnoordkatwijkbuitenhelmveldbruinebanknoordhinderhorizonriffgrondhopperhelder2005.aspx\"\n    }\n]"},{"id":"45cd0889-1715-4da9-816a-78df8ba712c9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/contracts/current?projectID=95","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","contracts","current"],"query":[{"key":"projectID","value":"95"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c6018c4a-57a6-44b1-83d5-b0b71dd57209"}],"id":"4f867492-e79c-47f0-be4e-89120a5fa9f0","description":"<p>Details of current vessel contracts within the Construction &amp; Heavy Maintenance Intelligence.</p>\n","_postman_id":"4f867492-e79c-47f0-be4e-89120a5fa9f0"},{"name":"Dedicated Platforms","item":[{"name":"All Dedicated Platforms","id":"80a78854-9ed2-40e0-8b26-b357acd15e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to the Construction &amp; Heavy Maintenance Intelligence subscription.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"76e130fd-002a-40e4-9783-42b305328600","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:37:49 GMT"},{"key":"Content-Length","value":"1588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\"\n    },\n    {\n        \"SubstationID\": 2,\n        \"WindfarmID\": \"UK29\",\n        \"PlatformName\": \"Thanet Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Thanet\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"19 Mar 2009\",\n        \"WindfarmCapacity\": 300,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Four skirt piles were used (weight: 60t, length: 33.5m, diameter: 1.8288m, penetration: 21m)\",\n        \"FoundationWeightT\": 820,\n        \"TopsideWeightT\": 1460,\n        \"DimensionsM_LxWxH\": \"27x30x14\"\n    },\n    {\n        \"SubstationID\": 3,\n        \"WindfarmID\": \"UK07\",\n        \"PlatformName\": \"Gunfleet Sands I + II Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Gunfleet Sands \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 Apr 2008\",\n        \"WindfarmCapacity\": 172.8,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"Foundation's weight includes the monopile (259t) and the transition piece (155t).\",\n        \"FoundationWeightT\": 414,\n        \"TopsideWeightT\": 1155,\n        \"DimensionsM_LxWxH\": \"20x30x15\"\n    }\n]"},{"id":"7b2b4f56-9866-45af-8370-0b19d59d0a2e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:02:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"80a78854-9ed2-40e0-8b26-b357acd15e64"},{"name":"All Dedicated Platforms by substationID","id":"1e32a465-104a-484c-aaef-709bc406af64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?substationID=1","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>substationID</code> integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"substationID","value":"1"}],"variable":[]}},"response":[{"id":"0bbcb499-d104-4155-af8b-5f6b1d358774","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?substationID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"substationID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:37:37 GMT"},{"key":"Content-Length","value":"551"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\"\n    }\n]"},{"id":"c214d894-01cf-4715-ba5f-d130512183e6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?substationID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"substationID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:01:59 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1e32a465-104a-484c-aaef-709bc406af64"},{"name":"All Dedicated Platforms by windfarmID","id":"6646ad6d-a5d1-4508-8069-59b12f240b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmID=UK01","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK01"}],"variable":[]}},"response":[{"id":"807fa86f-7943-49be-94e7-4449f7072fb8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:37:26 GMT"},{"key":"Content-Length","value":"551"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\"\n    }\n]"},{"id":"20a10860-327d-433b-a18b-7f3e77fbb401","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:01:59 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6646ad6d-a5d1-4508-8069-59b12f240b19"},{"name":"All Dedicated Platforms by platformName","id":"aeb8b2cb-ddc7-43bc-9fea-e30817dff24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformName=Barrow Substation","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>platformName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformName","value":"Barrow Substation"}],"variable":[]}},"response":[{"id":"561e2bf1-0625-4d5c-aec1-96e3c1789714","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:37:09 GMT"},{"key":"Content-Length","value":"551"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\"\n    }\n]"},{"id":"062115a0-e597-4449-9563-86400f2e0fef","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:00:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"aeb8b2cb-ddc7-43bc-9fea-e30817dff24b"},{"name":"All Dedicated Platforms by platformType","id":"bcfd025d-76b7-492b-96e2-d212ade9e922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformType=HVAC Collector Station","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>platformType</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformType","value":"HVAC Collector Station"}],"variable":[]}},"response":[{"id":"038e376a-e088-4be0-83e6-5a4bc1b5477c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformType=HVAC Collector Station","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"platformType","value":"HVAC Collector Station"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:36:54 GMT"},{"key":"Content-Length","value":"1470"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 106,\n        \"WindfarmID\": \"DE39\",\n        \"PlatformName\": \"Albatros OTM\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Albatros\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"02 Mar 2019\",\n        \"WindfarmCapacity\": 112,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The foundation will be the same dimensions as the turbine foundations - approx 72m long, 8m diameter\",\n        \"FoundationWeightT\": 1600,\n        \"TopsideWeightT\": 742,\n        \"DimensionsM_LxWxH\": null\n    },\n    {\n        \"SubstationID\": 40,\n        \"WindfarmID\": \"DE01\",\n        \"PlatformName\": \"Alpha Ventus Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Alpha Ventus\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"25 Jun 2008\",\n        \"WindfarmCapacity\": 60,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"The Jacket is approximately 46m high. Piles are 35m long with a diameter of 2.7m and weigh 100 tons per pile.\",\n        \"FoundationWeightT\": 750,\n        \"TopsideWeightT\": 630,\n        \"DimensionsM_LxWxH\": \"24x18x19.25\"\n    },\n    {\n        \"SubstationID\": 216,\n        \"WindfarmID\": \"DE05\",\n        \"PlatformName\": \"Amrumbank West Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Amrumbank West\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"26 Oct 2013\",\n        \"WindfarmCapacity\": 302,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": 1800,\n        \"TopsideWeightT\": 2160,\n        \"DimensionsM_LxWxH\": null\n    }\n]"},{"id":"be8f04ec-282d-4808-a718-d4328d2d3279","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?platformType=HVAC Collector Station","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"platformType","value":"HVAC Collector Station"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:57 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"bcfd025d-76b7-492b-96e2-d212ade9e922"},{"name":"All Dedicated Platforms by countryName","id":"a11db8f2-938e-432d-9b85-0b5f89f3ce18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?countryName=Belgium","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Belgium"}],"variable":[]}},"response":[{"id":"fb6f291d-015f-4e1a-b11d-4ff73b8adaf9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:35:29 GMT"},{"key":"Content-Length","value":"1339"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 43,\n        \"WindfarmID\": \"BE03\",\n        \"PlatformName\": \"Belwind 1 Offshore Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Belwind \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"30 Aug 2009\",\n        \"WindfarmCapacity\": 165,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1150,\n        \"DimensionsM_LxWxH\": \"20x20x20\"\n    },\n    {\n        \"SubstationID\": 351,\n        \"WindfarmID\": \"BE07\",\n        \"PlatformName\": \"Mermaid Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Seamade (Mermaid)\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"07 Sep 2019\",\n        \"WindfarmCapacity\": 235,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"Monopile weighs 1080t, transition piece 480t\",\n        \"FoundationWeightT\": 1080,\n        \"TopsideWeightT\": 1200,\n        \"DimensionsM_LxWxH\": \"?x?x14\"\n    },\n    {\n        \"SubstationID\": 284,\n        \"WindfarmID\": \"BE08\",\n        \"PlatformName\": \"Nobelwind Offshore Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmName\": \"Nobelwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"11 May 2016\",\n        \"WindfarmCapacity\": 165,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 970,\n        \"DimensionsM_LxWxH\": \"25.3x13.5x13.5\"\n    }\n]"},{"id":"271d72c9-b834-4cb2-9295-012c47e13d6b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a11db8f2-938e-432d-9b85-0b5f89f3ce18"},{"name":"All Dedicated Platforms by windfarmStatus","id":"ce14e8e9-1da5-492c-84c5-be6a0828c8b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmStatus=Pre-Construction","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Construction &amp; Heavy Maintenance Intelligence filtered by the <code>windfarmStatus</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}],"variable":[]}},"response":[{"id":"4e225033-8d9f-49c7-8a5f-84946bc0d9a7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:57:28 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"d331392b-c310-4852-92ed-c430a8c2b9fc","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXGRlZGljYXRlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:35:01 GMT"},{"key":"Content-Length","value":"1413"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 258,\n        \"WindfarmID\": \"DE51\",\n        \"PlatformName\": \"Arcadis Ost 1 Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Arcadis Ost 1\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"11 Mar 2021\",\n        \"WindfarmCapacity\": 257,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 2200,\n        \"DimensionsM_LxWxH\": \"17.5 x 19.7 x 38 m\"\n    },\n    {\n        \"SubstationID\": 289,\n        \"WindfarmID\": \"DE83\",\n        \"PlatformName\": \"BalticEagle Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"Germany\",\n        \"WindfarmName\": \"Baltic Eagle\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"11 Mar 2021\",\n        \"WindfarmCapacity\": 476,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"The four-legged steel jacket foundation weighs approximately 2,900 tonnes and will be fastened with two hammered piles at each leg. \",\n        \"FoundationWeightT\": 2900,\n        \"TopsideWeightT\": 4250,\n        \"DimensionsM_LxWxH\": null\n    },\n    {\n        \"SubstationID\": 407,\n        \"WindfarmID\": \"FR35\",\n        \"PlatformName\": \"Calvados Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"CountryName\": \"France\",\n        \"WindfarmName\": \"Calvados\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"01 Mar 2022\",\n        \"WindfarmCapacity\": 450,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null\n    }\n]"}],"_postman_id":"ce14e8e9-1da5-492c-84c5-be6a0828c8b0"}],"id":"d82a3a97-5690-4ce7-9732-cc22526d379e","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"651fe705-9321-4bbf-821e-4d34e944628c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47cebfae-7dce-41e3-9fa0-c79f10b3a4a4","type":"text/javascript","exec":[""]}}],"_postman_id":"d82a3a97-5690-4ce7-9732-cc22526d379e","description":""},{"name":"Shared Platforms","item":[{"name":"All Shared Platforms","id":"c7216e01-52f8-4f81-b922-7b78c42c198a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared","description":"<p>This <code>GET</code> operation allows you to retrieve all Shared Platforms related to the Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"d5d2ec1e-2e92-414a-98d1-9705f9d36f62","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXHNoYXJlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:43:47 GMT"},{"key":"Content-Length","value":"2758"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction\",\n        \"ConnectedPower\": 400,\n        \"PowerConverterMW\": 400,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\",\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Jacket  39x33x62 m.  Jacket weight 1800t. Piles 4x69m 200t\",\n        \"FoundationWeightT\": 1800,\n        \"DimensionsM_LxWxH\": \"50x33.5x22\"\n    },\n    {\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"OtherNames\": \"BorWin Beta, NOR-6-2\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"29 Jan 2015\",\n        \"MostRecentEvent\": \"31 Oct 2019: OWP Albatros/Hohe See Extension will be connected to the converter station by this date.\",\n        \"ConnectedPower\": 782.8,\n        \"PowerConverterMW\": 800,\n        \"ConnectingWindfarms\": \"Deutsche Bucht (DE24),Veja Mate (DE36),Albatros (DE39),Deutsche Bucht Pilot Park (DE1X)\",\n        \"Foundation\": \"Grounded: Mobile Jack-Up\",\n        \"FoundationComments\": \"WIPOS (Wind power offshore substation) floating and self-lifting platform. Submerged piled jacket, with jack-up topside. Base frame 4500 including steel supports - jacket section weighs 2700t. Piles up to 83.5m long, 50m embedment, 2.5m diameter.\",\n        \"FoundationWeightT\": 2700,\n        \"DimensionsM_LxWxH\": \"73x51x25\"\n    },\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"PowerConverterMW\": 800,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"DimensionsM_LxWxH\": \"62x42x38\"\n    }\n]"},{"id":"1dc93088-d051-4090-841e-a5069569d316","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c7216e01-52f8-4f81-b922-7b78c42c198a"},{"name":"All Shared Platforms by gridID","id":"1177bb2f-5897-4abe-8e58-37f0830d9785","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?gridID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of a single Shared Platform related to the Construction &amp; Heavy Maintenance Intelligence filtered by the <code>gridID</code> integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"gridID","value":"1"}],"variable":[]}},"response":[{"id":"5cf6822b-b0dc-44b7-a90a-ec379f883b70","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXHNoYXJlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:43:34 GMT"},{"key":"Content-Length","value":"2758"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction\",\n        \"ConnectedPower\": 400,\n        \"PowerConverterMW\": 400,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\",\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Jacket  39x33x62 m.  Jacket weight 1800t. Piles 4x69m 200t\",\n        \"FoundationWeightT\": 1800,\n        \"DimensionsM_LxWxH\": \"50x33.5x22\"\n    },\n    {\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"OtherNames\": \"BorWin Beta, NOR-6-2\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"29 Jan 2015\",\n        \"MostRecentEvent\": \"31 Oct 2019: OWP Albatros/Hohe See Extension will be connected to the converter station by this date.\",\n        \"ConnectedPower\": 782.8,\n        \"PowerConverterMW\": 800,\n        \"ConnectingWindfarms\": \"Deutsche Bucht (DE24),Veja Mate (DE36),Albatros (DE39),Deutsche Bucht Pilot Park (DE1X)\",\n        \"Foundation\": \"Grounded: Mobile Jack-Up\",\n        \"FoundationComments\": \"WIPOS (Wind power offshore substation) floating and self-lifting platform. Submerged piled jacket, with jack-up topside. Base frame 4500 including steel supports - jacket section weighs 2700t. Piles up to 83.5m long, 50m embedment, 2.5m diameter.\",\n        \"FoundationWeightT\": 2700,\n        \"DimensionsM_LxWxH\": \"73x51x25\"\n    },\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"PowerConverterMW\": 800,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"DimensionsM_LxWxH\": \"62x42x38\"\n    }\n]"},{"id":"604a3d7f-a795-47da-92e8-4d782789afff","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:55:42 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1177bb2f-5897-4abe-8e58-37f0830d9785"},{"name":"All Shared Platforms by countryName","id":"dd84b4ae-d88f-4f41-bcd1-70d81711a847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?countryName=China","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to the Construction &amp; Heavy Maintenance Intelligence filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"China"}],"variable":[]}},"response":[{"id":"3be469ce-3d2a-4151-bb99-c8b6864e970f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXHNoYXJlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:43:15 GMT"},{"key":"Content-Length","value":"1648"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Tendering\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": \"20 Feb 2020: Tendering for supplier and installer of the HVDC Cables for the 320kV HVDC Sheyang H3-4-5 Converter\",\n        \"ConnectedPower\": 1000,\n        \"PowerConverterMW\": 1000,\n        \"ConnectingWindfarms\": \"Hebei Construction Sheyang South H3 (CN0N),Sheyang Huineng H4 (CN9T),CGN Juzhi Sheyang South H5 (CN9V)\",\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"DimensionsM_LxWxH\": null\n    },\n    {\n        \"ConverterID\": 246,\n        \"NameConverter\": \"Rudong H6, 8, &10 Converter\",\n        \"OtherNames\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Installed\",\n        \"CommissioningDate\": \"31 Dec 2022\",\n        \"MostRecentEvent\": \"13 Nov 2021: The EHVDC cable has been installed by ZTT and the converter station has been connected to the grid.\",\n        \"ConnectedPower\": 1100,\n        \"PowerConverterMW\": null,\n        \"ConnectingWindfarms\": \"Rudong H8 (CN5B),Rudong H10 (CN5C),Rudong H6 (CN5D)\",\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"DimensionsM_LxWxH\": null\n    },\n    {\n        \"ConverterID\": 47,\n        \"NameConverter\": \"Yellow Sea Converter 1\",\n        \"OtherNames\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Cancelled\",\n        \"CommissioningDate\": null,\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": null,\n        \"PowerConverterMW\": null,\n        \"ConnectingWindfarms\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"DimensionsM_LxWxH\": null\n    }\n]"},{"id":"bcdf2bad-80c6-424f-9b32-f9f948900dbe","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:54:46 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"dd84b4ae-d88f-4f41-bcd1-70d81711a847"},{"name":"All Shared Platforms by windfarmName","id":"627913fa-68c9-4265-99a5-c639c0c1cb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmName=Trianel","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to the Construction &amp; Heavy Maintenance Intelligence filtered by the <code>windfarmName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Trianel"}],"variable":[]}},"response":[{"id":"be631d8a-3dd8-440a-b6b4-3364af8023bf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXHNoYXJlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:43:01 GMT"},{"key":"Content-Length","value":"1292"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"PowerConverterMW\": 800,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"DimensionsM_LxWxH\": \"62x42x38\"\n    }\n]"},{"id":"372643b6-6479-441e-8789-9e9e65230527","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:53:39 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"627913fa-68c9-4265-99a5-c639c0c1cb1c"},{"name":"All Shared Platforms by windfarmID","id":"15b7f42e-1b7e-405b-98da-4ad08e81de01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmID=CN9V","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to the Construction &amp; Heavy Maintenance Intelligence filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"CN9V"}],"variable":[]}},"response":[{"id":"7f753ee8-705d-42a1-a3de-eec188b8cc93","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNccGxhdGZvcm1zXHNoYXJlZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:42:40 GMT"},{"key":"Content-Length","value":"661"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"ConverterStatus\": \"Tendering\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": \"20 Feb 2020: Tendering for supplier and installer of the HVDC Cables for the 320kV HVDC Sheyang H3-4-5 Converter\",\n        \"ConnectedPower\": 1000,\n        \"PowerConverterMW\": 1000,\n        \"ConnectingWindfarms\": \"Hebei Construction Sheyang South H3 (CN0N),Sheyang Huineng H4 (CN9T),CGN Juzhi Sheyang South H5 (CN9V)\",\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"DimensionsM_LxWxH\": null\n    }\n]"},{"id":"76d884b3-f13c-4b27-8604-c6122e046545","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:52:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"15b7f42e-1b7e-405b-98da-4ad08e81de01"}],"id":"58a9f1cd-9870-4b15-9f4f-bf7f11c920de","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6d6a0823-a205-4349-bbc6-7b9176cb50da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb799b1e-ffca-45d3-b27a-df491fe34061","type":"text/javascript","exec":[""]}}],"_postman_id":"58a9f1cd-9870-4b15-9f4f-bf7f11c920de","description":""},{"name":"Turbines","item":[{"name":"All Turbine Details","id":"63a28160-46f0-463b-9df8-ac5a330fe149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines","description":"<p>This <code>GET</code> operation allows you to retrieve all turbines specifications related to the Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","turbines"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"738c9db1-1e19-41f5-b9d3-c8dcce9f5ef7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:47:00 GMT"},{"key":"Content-Length","value":"968"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"RatedPowerMW\": 6,\n        \"RotorDiameterm\": 140.6,\n        \"RotorWeightt\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null\n    },\n    {\n        \"TurbineId\": 2,\n        \"RatedPowerMW\": 5,\n        \"RotorDiameterm\": 116,\n        \"RotorWeightt\": 112,\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 56,\n        \"BladesType\": null,\n        \"BladesWeightt\": 16.5,\n        \"TowerType\": \"Tubular/conical steel tower\",\n        \"TowerHeightm\": \"90\",\n        \"TowerWeightt\": \"350\",\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": 233\n    },\n    {\n        \"TurbineId\": 4,\n        \"RatedPowerMW\": 5,\n        \"RotorDiameterm\": 122,\n        \"RotorWeightt\": 155.5,\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 60,\n        \"BladesType\": null,\n        \"BladesWeightt\": 28.5,\n        \"TowerType\": null,\n        \"TowerHeightm\": \"90 (over the water)\",\n        \"TowerWeightt\": \"450\",\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 14,\n        \"NacelleWidthm\": 8.5,\n        \"NacelleWeightt\": 280\n    }\n]"},{"id":"7ac79559-f766-4b45-a122-faf7b621c5ef","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"63a28160-46f0-463b-9df8-ac5a330fe149"},{"name":"Turbine Details by turbineID","id":"f7738cfd-cbeb-45ae-8e23-f72f125a5790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines?turbineID=1","description":"<p>This <code>GET</code> operation allows you to retrieve all turbines specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>turbineID</code> integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","turbines"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineID","value":"1"}],"variable":[]}},"response":[{"id":"92feeb7d-9258-47f5-bd80-1af3ea26ea70","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines"],"query":[{"key":"turbineID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:48:39 GMT"},{"key":"Content-Length","value":"320"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"RatedPowerMW\": 6,\n        \"RotorDiameterm\": 140.6,\n        \"RotorWeightt\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null\n    }\n]"},{"id":"1ef0155b-2f95-4b4e-9554-cf878e80b9ef","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines?turbineID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines"],"query":[{"key":"turbineID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f7738cfd-cbeb-45ae-8e23-f72f125a5790"},{"name":"Turbine Details by ratedPowerMW","id":"ae104e02-af16-4436-b1f4-dab80fa78020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines?ratedPowerMW=6","description":"<p>This <code>GET</code> operation allows you to retrieve all turbines specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>ratedPowerMW</code> integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","turbines"],"host":["https://data.4coffshore.com"],"query":[{"key":"ratedPowerMW","value":"6"}],"variable":[]}},"response":[{"id":"11b8cc50-9164-4414-a57a-55364b036413","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines?ratedPowerMW=6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines"],"query":[{"key":"ratedPowerMW","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:49:57 GMT"},{"key":"Content-Length","value":"949"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TurbineId\": 1,\n        \"RatedPowerMW\": 6,\n        \"RotorDiameterm\": 140.6,\n        \"RotorWeightt\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": \"Full Jacket Structure\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": 8,\n        \"NacelleLengthm\": 17.5,\n        \"NacelleWidthm\": 6,\n        \"NacelleWeightt\": null\n    },\n    {\n        \"TurbineId\": 71,\n        \"RatedPowerMW\": 6,\n        \"RotorDiameterm\": 150,\n        \"RotorWeightt\": null,\n        \"BladesNumber\": \"3\",\n        \"BladesLengthm\": 73.5,\n        \"BladesType\": \"LM Wind Power\",\n        \"BladesWeightt\": 27,\n        \"TowerType\": \"Tubular steel\",\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": 390\n    },\n    {\n        \"TurbineId\": 84,\n        \"RatedPowerMW\": 6,\n        \"RotorDiameterm\": 140,\n        \"RotorWeightt\": null,\n        \"BladesNumber\": \"2\",\n        \"BladesLengthm\": null,\n        \"BladesType\": null,\n        \"BladesWeightt\": null,\n        \"TowerType\": null,\n        \"TowerHeightm\": \"100\",\n        \"TowerWeightt\": null,\n        \"NacelleHeightm\": null,\n        \"NacelleLengthm\": null,\n        \"NacelleWidthm\": null,\n        \"NacelleWeightt\": null\n    }\n]"},{"id":"d29276cf-ae23-4a3d-8a00-396368343f43","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines?ratedPowerMW=6","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines"],"query":[{"key":"ratedPowerMW","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ae104e02-af16-4436-b1f4-dab80fa78020"}],"id":"68bbfecd-3efa-4bb7-b6ff-a62954e021a1","_postman_id":"68bbfecd-3efa-4bb7-b6ff-a62954e021a1","description":""},{"name":"Turbine Foundations","item":[{"name":"All Turbine Foundations","id":"05d4e208-72a5-43af-8f69-bdcf9ad25fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"c28b3684-f70e-46b0-b22a-2b010db8953b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:53:25 GMT"},{"key":"Content-Length","value":"2811"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 1,\n        \"Foundation\": \"Floating: Not Specified\",\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 40,\n        \"FoundationType\": \"Not Specified\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 3,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"ParkConstructionStarts\": \"01 Jan 2027\",\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 40,\n        \"FoundationType\": \"Not Specified\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": 8,\n        \"TurbineMWMax\": 12,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 8,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"WindfarmId\": \"BD01\",\n        \"Name\": \"Chittagong\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"FoundationType\": \"Not Specified\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 10,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    }\n]"},{"id":"6694eda2-72cd-4eaa-b790-8a6935484487","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"05d4e208-72a5-43af-8f69-bdcf9ad25fa7"},{"name":"All Turbine Foundations by windfarmstatus","id":"dd36a4e3-47ce-4755-923b-9b6d67a41744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmstatus=Cancelled","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>windfarmstatus</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmstatus","value":"Cancelled"}],"variable":[]}},"response":[{"id":"550df7c5-c3d8-4bc7-9175-e224e33fe924","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmstatus=Cancelled","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmstatus","value":"Cancelled"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 13:57:18 GMT"},{"key":"Content-Length","value":"2903"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 1,\n        \"Foundation\": \"Floating: Not Specified\",\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 40,\n        \"FoundationType\": \"Not Specified\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 45,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"CA24\",\n        \"Name\": \"Wolfe Island Shoals\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 5,\n        \"DevDepthMaxM\": 20,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 100,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"SWT-2.3-93 (Siemens)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 2.3,\n        \"OEM\": \"Siemens\",\n        \"Model\": \"SWT-2.3-93\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 151,\n        \"Foundation\": \"Grounded: Monopile (Suction Bucket)\",\n        \"WindfarmId\": \"DE1X\",\n        \"Name\": \"Deutsche Bucht Pilot Park\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 39,\n        \"DevDepthMaxM\": 41,\n        \"FoundationType\": \"Monopile (Suction Bucket)\",\n        \"MainFoundationQty\": 2,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 1100,\n        \"FoundationWeightPlotTons\": 1100,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": 61,\n        \"FoundationLengthPlotM\": 61,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": 18.5,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": 18.5,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V164-8.0 MW (MHI Vestas Offshore Wind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 8.4,\n        \"OEM\": \"MHI Vestas Offshore Wind\",\n        \"Model\": \"V164-8.0 MW\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"e2a956c4-dac2-4b0b-9340-afc0a63a3e81","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmstatus=Cancelled","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmstatus","value":"Cancelled"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"dd36a4e3-47ce-4755-923b-9b6d67a41744"},{"name":"All Turbine Foundations by foundation","id":"21e80738-621a-47ba-8ab5-1fba3202b966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundation=Grounded: Monopile","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>foundation</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"foundation","value":"Grounded: Monopile"}],"variable":[]}},"response":[{"id":"0a63d513-d4e5-4f02-8fbe-4321839334c1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundation=Grounded: Monopile","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"foundation","value":"Grounded: Monopile"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:34:07 GMT"},{"key":"Content-Length","value":"3300"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 19,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"DE33\",\n        \"Name\": \"Kaskasi\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"ParkConstructionStarts\": \"01 Feb 2022\",\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 25,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 38,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": 740,\n        \"FoundationWeightAvgTons\": 660,\n        \"FoundationWeightPlotTons\": 740,\n        \"FoundationLengthMinM\": 55,\n        \"FoundationLengthMaxM\": 65,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 65,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": 6.5,\n        \"FoundationFootPlotM\": 6.5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"SG 8.0-167 DD (Siemens Gamesa), Power boosted to 9 MW.\\r\\nThe 81-meter long blades will be recyclable i.e. enable the recycling of the composite parts into new products at the end of project lifecycle\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 9,\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SG 8.0-167 DD\",\n        \"TurbineOthers\": \"Power boosted to 9 MW.\\r\\nThe 81-meter long blades will be recyclable i.e. enable the recycling of the composite parts into new products at the end of project lifecycle\"\n    },\n    {\n        \"FoundationId\": 33,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 72,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 372.5,\n        \"FoundationWeightPlotTons\": 372.5,\n        \"FoundationLengthMinM\": 43,\n        \"FoundationLengthMaxM\": 60.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 60.5,\n        \"FoundationFootMinM\": 4.19,\n        \"FoundationFootMaxM\": 5.2,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5.2,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V112-3.0 MW Offshore (MHI Vestas Offshore Wind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"MHI Vestas Offshore Wind\",\n        \"Model\": \"V112-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 34,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 55,\n        \"FoundationWeightMinTons\": 250,\n        \"FoundationWeightMaxTons\": 500,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": 500,\n        \"FoundationLengthMinM\": 40,\n        \"FoundationLengthMaxM\": 65.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 65.5,\n        \"FoundationFootMinM\": 4.07,\n        \"FoundationFootMaxM\": 5,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V90-3.0 MW Offshore (Vestas)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"Vestas\",\n        \"Model\": \"V90-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"6c2df038-cd0b-4a7c-aaba-a02507695a8a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundation=Grounded: Monopile","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"foundation","value":"Grounded: Monopile"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"21e80738-621a-47ba-8ab5-1fba3202b966"},{"name":"All Turbine Foundations by windfarmID","id":"c50f9139-25b2-4005-8749-643e85ad4594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmID=BE02","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>windfarmID</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"BE02"}],"variable":[]}},"response":[{"id":"4207da2e-dc9a-4f7d-8ae9-47bc5d2bf21e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmID=BE02","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmID","value":"BE02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:34:59 GMT"},{"key":"Content-Length","value":"1013"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 33,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 72,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 372.5,\n        \"FoundationWeightPlotTons\": 372.5,\n        \"FoundationLengthMinM\": 43,\n        \"FoundationLengthMaxM\": 60.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 60.5,\n        \"FoundationFootMinM\": 4.19,\n        \"FoundationFootMaxM\": 5.2,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5.2,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V112-3.0 MW Offshore (MHI Vestas Offshore Wind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"MHI Vestas Offshore Wind\",\n        \"Model\": \"V112-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"17914a89-8827-4e95-8108-d7fbdeb49279","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmID=BE02","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmID","value":"BE02"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c50f9139-25b2-4005-8749-643e85ad4594"},{"name":"All Turbine Foundations by windfarmName","id":"d3a3bc98-b9f2-44a2-9087-b5ad38e646aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmName=Northwind","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>windfarmName</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Northwind"}],"variable":[]}},"response":[{"id":"c70b621c-c335-4ffc-9454-846125a673e7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmName=Northwind","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmName","value":"Northwind"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:35:53 GMT"},{"key":"Content-Length","value":"1013"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 33,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 72,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 372.5,\n        \"FoundationWeightPlotTons\": 372.5,\n        \"FoundationLengthMinM\": 43,\n        \"FoundationLengthMaxM\": 60.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 60.5,\n        \"FoundationFootMinM\": 4.19,\n        \"FoundationFootMaxM\": 5.2,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5.2,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V112-3.0 MW Offshore (MHI Vestas Offshore Wind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"MHI Vestas Offshore Wind\",\n        \"Model\": \"V112-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"634efec8-6409-46ae-9269-8e4a00da40c0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?windfarmName=Northwind","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"windfarmName","value":"Northwind"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d3a3bc98-b9f2-44a2-9087-b5ad38e646aa"},{"name":"All Turbine Foundations by foundationType","id":"ea7b74df-4695-4124-b71e-9829c600c0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundationType=Monopile","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>foundationType</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"foundationType","value":"Monopile"}],"variable":[]}},"response":[{"id":"7cd26cb9-c8f4-40f4-b10a-72239abf52c7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundationType=Monopile","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"foundationType","value":"Monopile"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:36:28 GMT"},{"key":"Content-Length","value":"3300"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 19,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"DE33\",\n        \"Name\": \"Kaskasi\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"ParkConstructionStarts\": \"01 Feb 2022\",\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 25,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 38,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": 740,\n        \"FoundationWeightAvgTons\": 660,\n        \"FoundationWeightPlotTons\": 740,\n        \"FoundationLengthMinM\": 55,\n        \"FoundationLengthMaxM\": 65,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 65,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": 6.5,\n        \"FoundationFootPlotM\": 6.5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"SG 8.0-167 DD (Siemens Gamesa), Power boosted to 9 MW.\\r\\nThe 81-meter long blades will be recyclable i.e. enable the recycling of the composite parts into new products at the end of project lifecycle\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 9,\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SG 8.0-167 DD\",\n        \"TurbineOthers\": \"Power boosted to 9 MW.\\r\\nThe 81-meter long blades will be recyclable i.e. enable the recycling of the composite parts into new products at the end of project lifecycle\"\n    },\n    {\n        \"FoundationId\": 33,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 72,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 372.5,\n        \"FoundationWeightPlotTons\": 372.5,\n        \"FoundationLengthMinM\": 43,\n        \"FoundationLengthMaxM\": 60.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 60.5,\n        \"FoundationFootMinM\": 4.19,\n        \"FoundationFootMaxM\": 5.2,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5.2,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V112-3.0 MW Offshore (MHI Vestas Offshore Wind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"MHI Vestas Offshore Wind\",\n        \"Model\": \"V112-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 34,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 55,\n        \"FoundationWeightMinTons\": 250,\n        \"FoundationWeightMaxTons\": 500,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": 500,\n        \"FoundationLengthMinM\": 40,\n        \"FoundationLengthMaxM\": 65.5,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": 65.5,\n        \"FoundationFootMinM\": 4.07,\n        \"FoundationFootMaxM\": 5,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"V90-3.0 MW Offshore (Vestas)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"Vestas\",\n        \"Model\": \"V90-3.0 MW Offshore\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"ce954a29-a2d7-4bf4-90aa-1b0561b8c685","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?foundationType=Monopile","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"foundationType","value":"Monopile"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ea7b74df-4695-4124-b71e-9829c600c0f7"},{"name":"All Turbine Foundations by turbineModel","id":"bea54e2a-b3c0-4a2b-9b19-4402aed24db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?turbineModel=5M","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>turbineModel</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"turbineModel","value":"5M"}],"variable":[]}},"response":[{"id":"6ea3a505-59fe-4d94-89ea-5c92c680986a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?turbineModel=5M","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"turbineModel","value":"5M"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:37:12 GMT"},{"key":"Content-Length","value":"2959"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 32,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"FoundationType\": \"Gravity-Base\",\n        \"MainFoundationQty\": 6,\n        \"FoundationWeightMinTons\": 2800,\n        \"FoundationWeightMaxTons\": 3000,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": 3000,\n        \"FoundationLengthMinM\": 38.5,\n        \"FoundationLengthMaxM\": 44,\n        \"FoundationLengthAvgM\": 42,\n        \"FoundationLengthPlotM\": 44,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": 23.5,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 23.5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"5M (Senvion)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"OEM\": \"Senvion\",\n        \"Model\": \"5M\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 67,\n        \"Foundation\": \"Various\",\n        \"WindfarmId\": \"CN1Z\",\n        \"Name\": \"Fujian Putian City Flat Bay - 50MW\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"01 Mar 2015\",\n        \"DevDepthMinM\": 10,\n        \"DevDepthMaxM\": 15,\n        \"FoundationType\": \"High-Rise Pile Cap\",\n        \"MainFoundationQty\": 8,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"XE128-5MW (XEMC - Darwind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5,\n        \"OEM\": \"XEMC - Darwind\",\n        \"Model\": \"XE128-5MW\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 68,\n        \"Foundation\": \"Various\",\n        \"WindfarmId\": \"CN1Z\",\n        \"Name\": \"Fujian Putian City Flat Bay - 50MW\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"01 Mar 2015\",\n        \"DevDepthMinM\": 10,\n        \"DevDepthMaxM\": 15,\n        \"FoundationType\": \"Monopile (Suction Bucket)\",\n        \"MainFoundationQty\": 2,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"XE128-5MW (XEMC - Darwind)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5,\n        \"OEM\": \"XEMC - Darwind\",\n        \"Model\": \"XE128-5MW\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"cc17c15b-bb94-4b2b-bd77-16560385ffe2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?turbineModel=5M","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"turbineModel","value":"5M"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"bea54e2a-b3c0-4a2b-9b19-4402aed24db6"},{"name":"All Turbine Foundations by oem","id":"ee65b981-db76-4047-8d98-f7bdb6e19740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?oem=Senvion","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>oem</code> String parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"oem","value":"Senvion"}],"variable":[]}},"response":[{"id":"2df2c19c-4f5b-4631-ad59-ce9620b00dc9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?oem=Senvion","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"oem","value":"Senvion"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:37:43 GMT"},{"key":"Content-Length","value":"2935"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 32,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"FoundationType\": \"Gravity-Base\",\n        \"MainFoundationQty\": 6,\n        \"FoundationWeightMinTons\": 2800,\n        \"FoundationWeightMaxTons\": 3000,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": 3000,\n        \"FoundationLengthMinM\": 38.5,\n        \"FoundationLengthMaxM\": 44,\n        \"FoundationLengthAvgM\": 42,\n        \"FoundationLengthPlotM\": 44,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": 23.5,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 23.5,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"5M (Senvion)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"OEM\": \"Senvion\",\n        \"Model\": \"5M\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 40,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WindfarmId\": \"BE09\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"25 Nov 2010\",\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 24,\n        \"FoundationType\": \"Jacket (Piled)\",\n        \"MainFoundationQty\": 30,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 550,\n        \"FoundationWeightPlotTons\": 550,\n        \"FoundationLengthMinM\": 37,\n        \"FoundationLengthMaxM\": 47,\n        \"FoundationLengthAvgM\": 54,\n        \"FoundationLengthPlotM\": 47,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": 18,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 18,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": 20,\n        \"OtherLengthMaxM\": 50,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": 1.8,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"6.2M126 (Senvion)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"OEM\": \"Senvion\",\n        \"Model\": \"6.2M126\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 41,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WindfarmId\": \"BE10\",\n        \"Name\": \"Thornton Bank - phase III\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"ParkConstructionStarts\": \"01 Apr 2011\",\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 25.5,\n        \"FoundationType\": \"Jacket (Piled)\",\n        \"MainFoundationQty\": 18,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": 550,\n        \"FoundationWeightPlotTons\": 550,\n        \"FoundationLengthMinM\": 37,\n        \"FoundationLengthMaxM\": 47,\n        \"FoundationLengthAvgM\": 54,\n        \"FoundationLengthPlotM\": 47,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": 18,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": 18,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": 20,\n        \"OtherLengthMaxM\": 50,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": 1.8,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"6.2M126 (Senvion)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"OEM\": \"Senvion\",\n        \"Model\": \"6.2M126\",\n        \"TurbineOthers\": null\n    }\n]"},{"id":"09273b42-293c-460a-ba39-2f25f1b914ae","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?oem=Senvion","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"oem","value":"Senvion"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ee65b981-db76-4047-8d98-f7bdb6e19740"},{"name":"All Turbine Foundations by minMW","id":"2287f9c8-5742-4980-ad3a-cec3169ab499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?minMW=2","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>minMW</code> Integer parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"minMW","value":"2"}],"variable":[]}},"response":[{"id":"d351a79f-b7e8-45a5-98e2-c94609baf853","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?minMW=2","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"minMW","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:40:52 GMT"},{"key":"Content-Length","value":"2980"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 222,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WindfarmId\": \"FI22\",\n        \"Name\": \"Kotka\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"FoundationType\": \"Gravity-Base\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": 2,\n        \"TurbineMWMax\": 3,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 266,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WindfarmId\": \"KR04\",\n        \"Name\": \"Woljeong Demonstration\",\n        \"WindfarmStatus\": \"Decommissioned\",\n        \"ParkConstructionStarts\": \"01 May 2011\",\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 15,\n        \"FoundationType\": \"Jacket (Piled)\",\n        \"MainFoundationQty\": 2,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"WinDS 3000TM (Doosan Heavy Industries), 1x STX 72 2MW (STX Windpower B.V.)\",\n        \"TurbineMWMin\": 2,\n        \"TurbineMWMax\": 3,\n        \"OEM\": \"Doosan Heavy Industries\",\n        \"Model\": \"WinDS 3000TM\",\n        \"TurbineOthers\": \"1x STX 72 2MW (STX Windpower B.V.)\"\n    },\n    {\n        \"FoundationId\": 469,\n        \"Foundation\": \"Floating: Semi-Submersible Platform - Steel\",\n        \"WindfarmId\": \"BE13\",\n        \"Name\": \"Poseidon P60 - Mermaid\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 42,\n        \"DevDepthMaxM\": 42,\n        \"FoundationType\": \"Semi-Submersible Platform - Steel\",\n        \"MainFoundationQty\": 1,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Not Decided\",\n        \"TurbineMWMin\": 2,\n        \"TurbineMWMax\": 2.3,\n        \"OEM\": null,\n        \"Model\": null,\n        \"TurbineOthers\": null\n    }\n]"},{"id":"51ac77bb-baf5-4dd3-901a-d9b246ba7c63","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?minMW=2","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"minMW","value":"2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"2287f9c8-5742-4980-ad3a-cec3169ab499"},{"name":"All Turbine Foundations by maxMW","id":"84907c04-c5bc-4d38-b5fb-ce6e3ce17766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?maxMW=8","description":"<p>This <code>GET</code> operation allows you to retrieve all turbine foundation specifications related to the Construction &amp; Heavy Maintenance Intelligence via the <code>maxMW</code> Integer parameter</p>\n","urlObject":{"path":["api","chmi","vessels","turbines","foundations"],"host":["https://data.4coffshore.com"],"query":[{"key":"maxMW","value":"8"}],"variable":[]}},"response":[{"id":"c1e09418-8dfb-40bd-8bc2-a065297eb8b9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?maxMW=8","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"maxMW","value":"8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcdHVyYmluZXNcZm91bmRhdGlvbnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:42:31 GMT"},{"key":"Content-Length","value":"3205"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"FoundationId\": 22,\n        \"Foundation\": \"Floating: Spar Floater - Concrete\",\n        \"WindfarmId\": \"NO57\",\n        \"Name\": \"Hywind Tampen\",\n        \"WindfarmStatus\": \"Under Construction\",\n        \"ParkConstructionStarts\": \"25 Mar 2022\",\n        \"DevDepthMinM\": 260,\n        \"DevDepthMaxM\": 300,\n        \"FoundationType\": \"Spar Floater - Concrete\",\n        \"MainFoundationQty\": 11,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"SG 8.0-167 DD (Siemens Gamesa)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 8,\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SG 8.0-167 DD\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 46,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WindfarmId\": \"CA26\",\n        \"Name\": \"St George's Bay\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"ParkConstructionStarts\": null,\n        \"DevDepthMinM\": 25,\n        \"DevDepthMaxM\": 40,\n        \"FoundationType\": \"Gravity-Base\",\n        \"MainFoundationQty\": null,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"Estimate: SWT-8.0-154 (Siemens Gamesa)\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 8,\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SWT-8.0-154\",\n        \"TurbineOthers\": null\n    },\n    {\n        \"FoundationId\": 163,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WindfarmId\": \"DE34\",\n        \"Name\": \"Gennaker\",\n        \"WindfarmStatus\": \"Consent Authorised\",\n        \"ParkConstructionStarts\": \"01 Jan 2023\",\n        \"DevDepthMinM\": 12.5,\n        \"DevDepthMaxM\": 20,\n        \"FoundationType\": \"Monopile\",\n        \"MainFoundationQty\": 103,\n        \"FoundationWeightMinTons\": null,\n        \"FoundationWeightMaxTons\": null,\n        \"FoundationWeightAvgTons\": null,\n        \"FoundationWeightPlotTons\": null,\n        \"FoundationLengthMinM\": null,\n        \"FoundationLengthMaxM\": null,\n        \"FoundationLengthAvgM\": null,\n        \"FoundationLengthPlotM\": null,\n        \"FoundationFootMinM\": null,\n        \"FoundationFootMaxM\": null,\n        \"FoundationFootAvgM\": null,\n        \"FoundationFootPlotM\": null,\n        \"OtherWeightMinTons\": null,\n        \"OtherWeightMaxTons\": null,\n        \"OtherWeightAvgTons\": null,\n        \"OtherLengthMinM\": null,\n        \"OtherLengthMaxM\": null,\n        \"OtherLengthAvgM\": null,\n        \"OtherFootMinM\": null,\n        \"OtherFootMaxM\": null,\n        \"OtherFootAvgM\": null,\n        \"TurbineModelAndOEM\": \"SWT-8.0-154 (Siemens Gamesa), Original planning documents specified 103 SWT-8.0-154 turbines power boosted to 8.4 MW. Likely contract will have changed.\",\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 8,\n        \"OEM\": \"Siemens Gamesa\",\n        \"Model\": \"SWT-8.0-154\",\n        \"TurbineOthers\": \"Original planning documents specified 103 SWT-8.0-154 turbines power boosted to 8.4 MW. Likely contract will have changed.\"\n    }\n]"},{"id":"0ccba790-56c0-4248-9ea5-40798f5b23e4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/turbines/foundations?maxMW=8","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","turbines","foundations"],"query":[{"key":"maxMW","value":"8"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"84907c04-c5bc-4d38-b5fb-ce6e3ce17766"}],"id":"bd15db43-ae43-47e1-86ae-fea5220d06be","_postman_id":"bd15db43-ae43-47e1-86ae-fea5220d06be","description":""},{"name":"Port Stakeholders","item":[{"name":"All Port Stakeholders","id":"5f78dfa8-2ce4-4c13-b544-a4ad6028b0f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"e3eeeff3-24ae-4849-9ab0-54f7f9843c68","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 14:50:49 GMT"},{"key":"Content-Length","value":"2003"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 24582,\n        \"ProjectId\": \"UK6P\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trivane Demonstrator\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \" Fabrication will take place at Ledwood Mechanical Engineering, Pembroke Dock. The simple form of construction of the 3 barges means they can be built almost anywhere at a low cost per tonne because the hulls are an assembly of stiffened steel plates. \",\n        \"AnalysisName\": \"Pembroke Port\",\n        \"ClientName\": \"Trivane Ltd\",\n        \"portID\": null,\n        \"StakeholderId\": 57987,\n        \"Source\": \"https://www.gov.uk/government/publications/floating-offshore-wind-demonstration-programme-successful-projects/floating-offshore-wind-demonstration-programme-details-of-successful-projects\"\n    },\n    {\n        \"recordID\": 7697,\n        \"ProjectId\": \"UK67\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Vanguard\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall AB\",\n        \"portID\": 1,\n        \"StakeholderId\": 8668,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"0abec7da-ecc3-4a84-9884-2a4725520b3f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5f78dfa8-2ce4-4c13-b544-a4ad6028b0f4"},{"name":"All Port Stakeholders By ProjectId","id":"8e971ce5-afc0-4a3f-a77f-cb451fefa7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectID=US4J","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>projectID</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectID","value":"US4J"}],"variable":[]}},"response":[{"id":"b170f301-5f85-401b-87d4-5bc583638c3a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectID=US4J","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectID","value":"US4J"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:01:27 GMT"},{"key":"Content-Length","value":"2413"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 22176,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be used as a marshalling base during the construction of the project. The terminal will be developed to be global offshore wind hub.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50652,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    },\n    {\n        \"recordID\": 22135,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50543,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    }\n]"},{"id":"ba4b7017-caa4-4b11-9652-c51a8617ef44","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectID=US4J","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectID","value":"US4J"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"8e971ce5-afc0-4a3f-a77f-cb451fefa7a4"},{"name":"All Port Stakeholders By ProjectType","id":"55a0dc98-aa04-44a6-bbad-56c0fdd908d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectType=Windfarm","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>projectType</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectType","value":"Windfarm"}],"variable":[]}},"response":[{"id":"27d8971a-b215-44de-a3d0-bc0e06d9681a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectType=Windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectType","value":"Windfarm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:02:05 GMT"},{"key":"Content-Length","value":"2003"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 24582,\n        \"ProjectId\": \"UK6P\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Trivane Demonstrator\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \" Fabrication will take place at Ledwood Mechanical Engineering, Pembroke Dock. The simple form of construction of the 3 barges means they can be built almost anywhere at a low cost per tonne because the hulls are an assembly of stiffened steel plates. \",\n        \"AnalysisName\": \"Pembroke Port\",\n        \"ClientName\": \"Trivane Ltd\",\n        \"portID\": null,\n        \"StakeholderId\": 57987,\n        \"Source\": \"https://www.gov.uk/government/publications/floating-offshore-wind-demonstration-programme-successful-projects/floating-offshore-wind-demonstration-programme-details-of-successful-projects\"\n    },\n    {\n        \"recordID\": 7697,\n        \"ProjectId\": \"UK67\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Vanguard\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall AB\",\n        \"portID\": 1,\n        \"StakeholderId\": 8668,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"dd021e14-e2f8-4daf-b0eb-8475d7f04bfd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectType=Windfarm","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectType","value":"Windfarm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"55a0dc98-aa04-44a6-bbad-56c0fdd908d4"},{"name":"All Port Stakeholders By WindfarmName","id":"26f7e22d-e9af-4b85-a629-3b0b9a23c59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?windfarmName=Empire Wind 1","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>windfarmName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Empire Wind 1"}],"variable":[]}},"response":[{"id":"6928213e-6f45-433d-9526-e8b7e1450ef3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?windfarmName=Empire Wind 1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"windfarmName","value":"Empire Wind 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:02:31 GMT"},{"key":"Content-Length","value":"2413"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 22176,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": \"New York\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The South Brooklyn Marine Terminal (SBMT) within the port will be used as a marshalling base during the construction of the project. The terminal will be developed to be global offshore wind hub.\",\n        \"AnalysisName\": \"Port Authority of New York & New Jersey (The)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 63,\n        \"StakeholderId\": 50652,\n        \"Source\": \"https://www.equinor.com/en/news/202101-us-offshore-wind.html\"\n    },\n    {\n        \"recordID\": 22135,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50543,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    }\n]"},{"id":"0ce724d9-6f2f-44ca-b2aa-4bdeb3b6e148","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?windfarmName=Empire Wind 1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"windfarmName","value":"Empire Wind 1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"26f7e22d-e9af-4b85-a629-3b0b9a23c59a"},{"name":"All Port Stakeholders By ProjectStatus","id":"9d44f93e-3cba-4b9d-b2a7-e48d4135c670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectStatus=Consent Application Submitted","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>projectStatus</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}],"variable":[]}},"response":[{"id":"648c8608-45be-45ba-afc6-cdfecc1f9122","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectStatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:02:58 GMT"},{"key":"Content-Length","value":"1740"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 23585,\n        \"ProjectId\": \"US2S\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Revolution Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"This port will support the construction of the Revolution Wind projects. Pier 2 is being upgraded to support offshore wind energy activities.\",\n        \"AnalysisName\": \"ProvPort\",\n        \"ClientName\": \"Ørsted US Offshore Wind (formerly Deepwater Wind LLC)\",\n        \"portID\": 2428,\n        \"StakeholderId\": 55288,\n        \"Source\": \"https://www.4coffshore.com/news/%C3%B8rsted-and-eversource-take-steps-to-establish-provport-manufacturing-facility-nid21350.html\"\n    },\n    {\n        \"recordID\": 23159,\n        \"ProjectId\": \"US5G\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Ocean Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The facility is to be used for monopile foundation construction.\",\n        \"AnalysisName\": \"EEW Special Pipe Constructions\",\n        \"ClientName\": \"Ørsted US Offshore Wind\",\n        \"portID\": 2607,\n        \"StakeholderId\": 54605,\n        \"Source\": \"https://eew-group.com/locations/eew-aos/\"\n    }\n]"},{"id":"709dc77e-b02b-4a48-90eb-d2430b2eb75d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?projectStatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"projectStatus","value":"Consent Application Submitted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9d44f93e-3cba-4b9d-b2a7-e48d4135c670"},{"name":"All Port Stakeholders By Country","id":"e7e90b59-da44-4d6d-8ab2-d874537c2987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?country=United States","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>country</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"country","value":"United States"}],"variable":[]}},"response":[{"id":"25e68bce-706b-4184-9b5d-772371c3a825","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?country=United States","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"country","value":"United States"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:03:20 GMT"},{"key":"Content-Length","value":"1881"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 23585,\n        \"ProjectId\": \"US2S\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Revolution Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"This port will support the construction of the Revolution Wind projects. Pier 2 is being upgraded to support offshore wind energy activities.\",\n        \"AnalysisName\": \"ProvPort\",\n        \"ClientName\": \"Ørsted US Offshore Wind (formerly Deepwater Wind LLC)\",\n        \"portID\": 2428,\n        \"StakeholderId\": 55288,\n        \"Source\": \"https://www.4coffshore.com/news/%C3%B8rsted-and-eversource-take-steps-to-establish-provport-manufacturing-facility-nid21350.html\"\n    },\n    {\n        \"recordID\": 23751,\n        \"ProjectId\": \"US5F\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Atlantic Shores 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Monopiles and transition pieces are expected to be manufactured at EEW's facility at the Port of Paulsboro.\",\n        \"AnalysisName\": \"EEW Special Pipe Constructions\",\n        \"ClientName\": \"Atlantic Shores Offshore Wind, LLC\",\n        \"portID\": 2607,\n        \"StakeholderId\": 55714,\n        \"Source\": \"https://www.bpu.state.nj.us/bpu/pdf/boardorders/2021/20210630/ORDER%20Solicitation%202%20Board%20Order%20-%20ASOW%20C.pdf\"\n    }\n]"},{"id":"8a0fb238-1ef7-48ee-ad5b-71843cbe16ae","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?country=United States","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"country","value":"United States"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e7e90b59-da44-4d6d-8ab2-d874537c2987"},{"name":"All Port Stakeholders By PortName","id":"67c54b15-3e4e-4575-aca5-6e7a167b8f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portName=Lowestoft","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>portName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"portName","value":"Lowestoft"}],"variable":[]}},"response":[{"id":"8db0d647-a8ab-41fa-bc4b-cdc15e4fc7ae","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portName=Lowestoft","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"portName","value":"Lowestoft"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:03:45 GMT"},{"key":"Content-Length","value":"1230"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 7697,\n        \"ProjectId\": \"UK67\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Vanguard\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall AB\",\n        \"portID\": 1,\n        \"StakeholderId\": 8668,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    },\n    {\n        \"recordID\": 7698,\n        \"ProjectId\": \"UK69\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Boreas\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall Europe Windkraft GmbH\",\n        \"portID\": 1,\n        \"StakeholderId\": 8670,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"0dbad317-d4da-4a46-a819-7ac68491aea4","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portName=Lowestoft","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"portName","value":"Lowestoft"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"67c54b15-3e4e-4575-aca5-6e7a167b8f13"},{"name":"All Port Stakeholders By AnalysisName","id":"3edad97a-c6ec-4ea8-b735-d5a3f2ff2b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?analysisName=Port of Coeymans","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>analysisName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisName","value":"Port of Coeymans"}],"variable":[]}},"response":[{"id":"22c6b21c-c1f5-47c3-a933-980bc1152dec","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?analysisName=Port of Coeymans","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"analysisName","value":"Port of Coeymans"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:04:09 GMT"},{"key":"Content-Length","value":"1312"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 23690,\n        \"ProjectId\": \"US6B\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Sunrise Wind\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Ørsted and Eversource, Sunrise Wind's joint development partners, signed an $86 million supply chain contract with Riggs Distler & Company, Inc. to construct advanced foundation components for wind turbines at the Port of Coeymans.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": null,\n        \"portID\": 5219,\n        \"StakeholderId\": 55597,\n        \"Source\": \"https://us.orsted.com/news-archive/2021/10/governor-hochul-announces-largest-single-new-york-state-offshore-wind-supply-chain-award\"\n    },\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    }\n]"},{"id":"d05e6aee-c201-47da-afd3-0d44c360bcd2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?analysisName=Port of Coeymans","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"analysisName","value":"Port of Coeymans"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3edad97a-c6ec-4ea8-b735-d5a3f2ff2b5f"},{"name":"All Port Stakeholders By ClientName","id":"6833b789-3ef7-48b4-8548-87bc0cce1fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?clientName=Equinor Wind US LLC","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>clientName</code> string parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}],"variable":[]}},"response":[{"id":"a0e6dbcb-e8d5-4544-8de3-6a7b4b6e829b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?clientName=Equinor Wind US LLC","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:04:50 GMT"},{"key":"Content-Length","value":"2928"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    },\n    {\n        \"recordID\": 22134,\n        \"ProjectId\": \"US6C\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 2\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50542,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    },\n    {\n        \"recordID\": 22135,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"The port of Albany has been selected for the location of the first offshore wind tower and transition piece manufacturing facility in the US. The facility will be developed jointly with Marmen (US manufacturer of onshore towers) and Welcon (Danish manufacturer of offshore towers).. The Port of Albany extension initiative is part of the bid Equinor submitted in response to the New York State Energy Research and Development Authority’s (NYSERDA) latest offshore wind energy solicitation, which seeks up to 2.5 gigawatts of offshore wind and multi-port infrastructure investment plans (PIIPs). Development of a tower manufacturing facility at the Port of Albany is contingent upon NYSERDA selecting Equinor’s bid and PIIP. \",\n        \"AnalysisName\": \"Albany Port District Commission (APDC)\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": 2657,\n        \"StakeholderId\": 50543,\n        \"Source\": \"https://www.equinor.com/en/what-we-do/empirewind.html\"\n    }\n]"},{"id":"4baefef6-d4ca-4555-b453-fab7b5dda0b8","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?clientName=Equinor Wind US LLC","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"clientName","value":"Equinor Wind US LLC"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6833b789-3ef7-48b4-8548-87bc0cce1fdc"},{"name":"All Port Stakeholders By PortID","id":"0a8bbade-a10c-403c-b03d-76ccee7bbd44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portID=1","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>portID</code> Integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"portID","value":"1"}],"variable":[]}},"response":[{"id":"7fe6dc61-0c17-46d9-9d8b-2055ee1420a7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"portID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:05:21 GMT"},{"key":"Content-Length","value":"1230"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 7698,\n        \"ProjectId\": \"UK69\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Boreas\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall Europe Windkraft GmbH\",\n        \"portID\": 1,\n        \"StakeholderId\": 8670,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    },\n    {\n        \"recordID\": 7697,\n        \"ProjectId\": \"UK67\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Norfolk Vanguard\",\n        \"ProjectStatus\": \"Consent Authorised\",\n        \"Country\": \"United Kingdom\",\n        \"PortName\": \"Lowestoft\",\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Vattenfall signed a memorandum of understanding (MoU) where the Lowestoft port will play a key role in the construction and operation of the wind farm.\",\n        \"AnalysisName\": \"ABP\",\n        \"ClientName\": \"Vattenfall AB\",\n        \"portID\": 1,\n        \"StakeholderId\": 8668,\n        \"Source\": \"http://www.istockanalyst.com/business/news/5514716/east-anglia-offshore-wind-signs-mou-with-iph-and-associated-british-ports\"\n    }\n]"},{"id":"9e8049fb-f2e6-44b2-9759-2d291821a408","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?portID=1","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"portID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0a8bbade-a10c-403c-b03d-76ccee7bbd44"},{"name":"All Port Stakeholders By StakeholderID","id":"3a123a2a-1954-4edb-887d-9f516a00ad3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?stakeholderID=40700","description":"<p>This <code>GET</code> operation allows you to retrieve all the port stakeholders within the Construction &amp; Heavy Maintenance Intelligence via the <code>stakeholderID</code> integer parameter.</p>\n","urlObject":{"path":["api","chmi","vessels","stakeholders","port"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderID","value":"40700"}],"variable":[]}},"response":[{"id":"d1f5f7af-9e26-4777-a470-8f0971be2f94","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?stakeholderID=40700","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"stakeholderID","value":"40700"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjaG1pXHZlc3NlbHNcc3Rha2Vob2xkZXJzXHBvcnQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 08 Apr 2022 15:05:48 GMT"},{"key":"Content-Length","value":"612"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 18235,\n        \"ProjectId\": \"US4J\",\n        \"ProjectType\": \"Windfarm\",\n        \"Name\": \"Empire Wind 1\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"Country\": \"United States\",\n        \"PortName\": null,\n        \"StakeholderType\": \"Port - Construction\",\n        \"StakeDescription\": \"Equinor has identified the Port of Coeymans as a likely site for manufacture of gravity based foundations for the project. These would be floated down river. This is not a confirmed order however.\",\n        \"AnalysisName\": \"Port of Coeymans\",\n        \"ClientName\": \"Equinor Wind US LLC\",\n        \"portID\": null,\n        \"StakeholderId\": 40700,\n        \"Source\": \"https://www.youtube.com/watch?v=lbjSJWlT_II&feature=youtu.be\"\n    }\n]"},{"id":"83102947-d0ce-4fb6-bb60-7a692bc616ae","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/chmi/vessels/stakeholders/port?stakeholderID=40700","host":["https://data.4coffshore.com"],"path":["api","chmi","vessels","stakeholders","port"],"query":[{"key":"stakeholderID","value":"40700"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3a123a2a-1954-4edb-887d-9f516a00ad3e"}],"id":"bfb3785a-901f-44e9-8d7d-54bed3007c48","_postman_id":"bfb3785a-901f-44e9-8d7d-54bed3007c48","description":""}],"id":"864c106e-8753-4eae-b648-65d192c7a430","description":"<p>The installation and maintenance sectors play vital roles in realising offshore wind farms and keeping them operating at full capacity.</p>\n<ul>\n<li><a href=\"#91caa963-3110-4105-b309-f5dbff83a219\">Current Contracts</a></li>\n<li><a href=\"#5ee485f2-fb00-4a71-b33f-af3bc4d04abe\">Future Contracts</a></li>\n<li><a href=\"#ec0eafec-bf22-4c33-bd3f-ea6dc52f529f\">Past Contracts</a></li>\n<li><a href=\"#932279ea-96ad-443c-b0f6-af1eacda0b79\">Vessels</a></li>\n<li><a href=\"#fdfb8aa6-cddc-4173-abba-1690e0b58090\">Vessel Events</a></li>\n<li><a href=\"#d82a3a97-5690-4ce7-9732-cc22526d379e\">Dedicated Platforms</a></li>\n<li><a href=\"#58a9f1cd-9870-4b15-9f4f-bf7f11c920de\">Shared Platforms</a></li>\n<li><a href=\"#68bbfecd-3efa-4bb7-b6ff-a62954e021a1\">Turbines</a></li>\n<li><a href=\"#bd15db43-ae43-47e1-86ae-fea5220d06be\">Turbine Foundations</a></li>\n<li><a href=\"#bfb3785a-901f-44e9-8d7d-54bed3007c48\">Port Stakeholders</a></li>\n</ul>\n<blockquote>\n<p><strong>Note</strong>: ForeSEE's Construction &amp; Heavy Maintenance Intelligence API requires a subscription, please contact our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a></p>\n</blockquote>\n","_postman_id":"864c106e-8753-4eae-b648-65d192c7a430"},{"name":"Subsea Cable Intelligence","item":[{"name":"Interconnectors","item":[{"name":"Interconnector Details","item":[{"name":"All Interconnectors Details","id":"9a490844-b854-4581-8a8c-709d8f0f7dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector project(s).</p>\n","urlObject":{"path":["api","cables","interconnectors",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"b709f0bc-c7ed-4edb-bbc3-852418f682e6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:33:29 GMT"},{"key":"Content-Length","value":"6410"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Apr 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 158,\n        \"RouteSubmarineLengthKm\": 81,\n        \"RouteLandLengthKm\": 77,\n        \"TotalSubmarineCableLengthKm\": 81,\n        \"DepthSubmarineMaxM\": 150,\n        \"Landfall1\": \"Stornoway (Lewis and Harris)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 1,\n        \"Converter1\": \"Arnish\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Arnish\",\n        \"ACVoltage1_kv\": 150,\n        \"Landfall2\": \"Dundonnell (UK mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 75,\n        \"Converter2\": \"Beauly\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Beauly, nr. Inverness\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"As well as the submarine interconnector infrastructure on the Isle of Lewis is to be upgraded, under the Lewis infrastructure works. The initial plan was for two new onshore circuits to link Stornoway and Gravir, the amount of capacity that needs to be transferred is lower than original estimates and therefore it is foreseen that only one circuit is required.\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/western-isles/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 2,\n        \"Name\": \"Caithness Moray\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 1200,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"20 Mar 2017\",\n        \"FullyCommissioned\": \"11 Jan 2019\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Scottish and Southern Electricity Networks (SSEN)\",\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": \"nkt cables Group A/S\",\n        \"CableInstall\": \"nkt cables Group A/S\",\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 161,\n        \"RouteSubmarineLengthKm\": 113,\n        \"RouteLandLengthKm\": 48,\n        \"TotalSubmarineCableLengthKm\": 226,\n        \"DepthSubmarineMaxM\": 93,\n        \"Landfall1\": \"Noss Head, north of Wick\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Spitall, Caithness\",\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Spitall, Caithness\",\n        \"ACVoltage1_kv\": 230,\n        \"Landfall2\": \"Tannachy, Portgordon\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Blackhillock, Moray\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Blackhillock, Moray\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": null,\n        \"Website\": \"http://www.ssen-transmission.co.uk/projects/caithness-moray/\",\n        \"ProjectCostMill\": 1100,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": \"The maximum allowance for the project is £1.118 billion, with the Spittal to Blackhillock section costing £865 million.\",\n        \"OffshoreCableComments\": \"2200mm2 Cu, 132 mm diameter, XLPE armoured lead sheath.\",\n        \"OnshoreCableComments\": \"1800mm2 Al, diameter 110 mm, XLPE lead sheath in Caithness. 2300mm2 Cu, diameter 115 mm, XLPE lead sheath in Moray.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 2200\n    },\n    {\n        \"PowerCableId\": 4,\n        \"Name\": \"Shetland HVDC Link\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Apr 2022\",\n        \"FullyCommissioned\": \"01 Apr 2024\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": \"nkt cables Group A/S\",\n        \"CableInstall\": \"nkt cables Group A/S\",\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 267,\n        \"RouteSubmarineLengthKm\": 257,\n        \"RouteLandLengthKm\": 10,\n        \"TotalSubmarineCableLengthKm\": 257,\n        \"DepthSubmarineMaxM\": 138,\n        \"Landfall1\": \"Noss Head (UK mainland)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 2,\n        \"Converter1\": \"Caithness Switching Station\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Noss Head, Caithness\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Weisdale Voe (Shetland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 8,\n        \"Converter2\": \"Upper Kergord\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Upper Kergord\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"Of the 600MW the Viking onshore wind farm has 412MW booked, which leaves 188MW for Peel Energy (70MW) and Energy Isles (150-200MW). Under the contract between the developer and ABB for the Caithness Moray link, the developer can appoint ABB to this project. The work includes a 132kV AC Gas Insulated Switchgear (GIS) substation and a 600MW VSC HVDC converter at Kergord\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/shetland/\",\n        \"ProjectCostMill\": 642,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"The cables will be bundled together and will include a fibre optic cable which\\r\\nwill be used to control and monitor electrical equipment. Once offshore the HVDC cable will be buried under soft sediment to a target depth of 1.8m, wherever possible. If the cable cannot be buried it will be protected by alternative methods, for example High\\r\\nDensity Polyethylene (HDPE) duct or rock placement.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"498f8441-9827-470d-b44f-9c2c89210338","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9a490844-b854-4581-8a8c-709d8f0f7dbb"},{"name":"interconnector Project Details by powercableID","id":"c3492aef-3595-4688-8a03-94ea3bc92516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?powercableID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>powercableID</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"powercableID","value":"1"}],"variable":[]}},"response":[{"id":"29ee261f-2829-4dc9-9728-c73b59bf7547","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"powercableID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:21:39 GMT"},{"key":"Content-Length","value":"1971"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Apr 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 158,\n        \"RouteSubmarineLengthKm\": 81,\n        \"RouteLandLengthKm\": 77,\n        \"TotalSubmarineCableLengthKm\": 81,\n        \"DepthSubmarineMaxM\": 150,\n        \"Landfall1\": \"Stornoway (Lewis and Harris)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 1,\n        \"Converter1\": \"Arnish\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Arnish\",\n        \"ACVoltage1_kv\": 150,\n        \"Landfall2\": \"Dundonnell (UK mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 75,\n        \"Converter2\": \"Beauly\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Beauly, nr. Inverness\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"As well as the submarine interconnector infrastructure on the Isle of Lewis is to be upgraded, under the Lewis infrastructure works. The initial plan was for two new onshore circuits to link Stornoway and Gravir, the amount of capacity that needs to be transferred is lower than original estimates and therefore it is foreseen that only one circuit is required.\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/western-isles/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"03d5bb8a-7487-4c3f-8a0e-00e217003928","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"powercableID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:23:32 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c3492aef-3595-4688-8a03-94ea3bc92516"},{"name":"All Interconnectors Details by certainty","id":"9038c342-f6f5-4d27-84ad-f9693de74c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?certainty=Low","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>certainty</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Low"}],"variable":[]}},"response":[{"id":"eb039f20-f001-414a-8a9a-d76faac0974a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?certainty=Low","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"certainty","value":"Low"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:30:17 GMT"},{"key":"Content-Length","value":"5420"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Apr 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 158,\n        \"RouteSubmarineLengthKm\": 81,\n        \"RouteLandLengthKm\": 77,\n        \"TotalSubmarineCableLengthKm\": 81,\n        \"DepthSubmarineMaxM\": 150,\n        \"Landfall1\": \"Stornoway (Lewis and Harris)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 1,\n        \"Converter1\": \"Arnish\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Arnish\",\n        \"ACVoltage1_kv\": 150,\n        \"Landfall2\": \"Dundonnell (UK mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 75,\n        \"Converter2\": \"Beauly\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Beauly, nr. Inverness\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"As well as the submarine interconnector infrastructure on the Isle of Lewis is to be upgraded, under the Lewis infrastructure works. The initial plan was for two new onshore circuits to link Stornoway and Gravir, the amount of capacity that needs to be transferred is lower than original estimates and therefore it is foreseen that only one circuit is required.\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/western-isles/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 5,\n        \"Name\": \"Channel Cable\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"France-United Kingdom\",\n        \"Capacity_MW\": 1400,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Europagrid Limited\",\n        \"Owners\": \"Channel Cable Limited\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 400,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 130,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": 51,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Paluel\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Paluel\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Ninfield\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Ninfield\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": 580,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"The cable system consists of two power cables and one optic cable bundled together.\",\n        \"OnshoreCableComments\": \"The cable system consists of two power cables and one optic cable bundled together.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 48,\n        \"Name\": \"IceLink (Interco Iceland-UK)\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-Iceland\",\n        \"Capacity_MW\": 1200,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 214, Project Classification: Future Project\\r\\nTYNDP 2018 Project Index: 214, Project Classification: Under consideration.\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": \"01 Jan 2030\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": null,\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 500,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 1500,\n        \"RouteSubmarineLengthKm\": 1000,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 2000,\n        \"DepthSubmarineMaxM\": 1100,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"Interconnector (Sea cable) between Iceland and Great Britain. The Cable is DC  with 800-1200 MW capacity and over 1.000 km long. 99.98% of the generation in Iceland  is RES. Icelands hydro generation is highly flexible and ideal for complementing intermittency of GB´s growing wind sector.\",\n        \"Website\": \"https://www.landsvirkjun.com/researchdevelopment/research/submarinecabletoeurope\",\n        \"ProjectCostMill\": 4000,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"0f6ad02f-9e84-4c31-983e-94dafa226dbc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?certainty=Low","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"certainty","value":"Low"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:32:02 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9038c342-f6f5-4d27-84ad-f9693de74c42"},{"name":"All Interconnectors Details by cablecurrent","id":"cbf7f6a6-1775-453f-8a95-e0412556a7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?cablecurrent=HVDC","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>cablecurrent</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"cablecurrent","value":"HVDC"}],"variable":[]}},"response":[{"id":"3e45dd6c-bb69-461c-acc0-e67a8fc06480","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?cablecurrent=HVDC","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"cablecurrent","value":"HVDC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:34:48 GMT"},{"key":"Content-Length","value":"6410"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Apr 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 158,\n        \"RouteSubmarineLengthKm\": 81,\n        \"RouteLandLengthKm\": 77,\n        \"TotalSubmarineCableLengthKm\": 81,\n        \"DepthSubmarineMaxM\": 150,\n        \"Landfall1\": \"Stornoway (Lewis and Harris)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 1,\n        \"Converter1\": \"Arnish\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Arnish\",\n        \"ACVoltage1_kv\": 150,\n        \"Landfall2\": \"Dundonnell (UK mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 75,\n        \"Converter2\": \"Beauly\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Beauly, nr. Inverness\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"As well as the submarine interconnector infrastructure on the Isle of Lewis is to be upgraded, under the Lewis infrastructure works. The initial plan was for two new onshore circuits to link Stornoway and Gravir, the amount of capacity that needs to be transferred is lower than original estimates and therefore it is foreseen that only one circuit is required.\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/western-isles/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 2,\n        \"Name\": \"Caithness Moray\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 1200,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"20 Mar 2017\",\n        \"FullyCommissioned\": \"11 Jan 2019\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Scottish and Southern Electricity Networks (SSEN)\",\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": \"nkt cables Group A/S\",\n        \"CableInstall\": \"nkt cables Group A/S\",\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 161,\n        \"RouteSubmarineLengthKm\": 113,\n        \"RouteLandLengthKm\": 48,\n        \"TotalSubmarineCableLengthKm\": 226,\n        \"DepthSubmarineMaxM\": 93,\n        \"Landfall1\": \"Noss Head, north of Wick\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Spitall, Caithness\",\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Spitall, Caithness\",\n        \"ACVoltage1_kv\": 230,\n        \"Landfall2\": \"Tannachy, Portgordon\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Blackhillock, Moray\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Blackhillock, Moray\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": null,\n        \"Website\": \"http://www.ssen-transmission.co.uk/projects/caithness-moray/\",\n        \"ProjectCostMill\": 1100,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": \"The maximum allowance for the project is £1.118 billion, with the Spittal to Blackhillock section costing £865 million.\",\n        \"OffshoreCableComments\": \"2200mm2 Cu, 132 mm diameter, XLPE armoured lead sheath.\",\n        \"OnshoreCableComments\": \"1800mm2 Al, diameter 110 mm, XLPE lead sheath in Caithness. 2300mm2 Cu, diameter 115 mm, XLPE lead sheath in Moray.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 2200\n    },\n    {\n        \"PowerCableId\": 4,\n        \"Name\": \"Shetland HVDC Link\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Apr 2022\",\n        \"FullyCommissioned\": \"01 Apr 2024\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": \"nkt cables Group A/S\",\n        \"CableInstall\": \"nkt cables Group A/S\",\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 267,\n        \"RouteSubmarineLengthKm\": 257,\n        \"RouteLandLengthKm\": 10,\n        \"TotalSubmarineCableLengthKm\": 257,\n        \"DepthSubmarineMaxM\": 138,\n        \"Landfall1\": \"Noss Head (UK mainland)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 2,\n        \"Converter1\": \"Caithness Switching Station\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Noss Head, Caithness\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Weisdale Voe (Shetland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 8,\n        \"Converter2\": \"Upper Kergord\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Upper Kergord\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"Of the 600MW the Viking onshore wind farm has 412MW booked, which leaves 188MW for Peel Energy (70MW) and Energy Isles (150-200MW). Under the contract between the developer and ABB for the Caithness Moray link, the developer can appoint ABB to this project. The work includes a 132kV AC Gas Insulated Switchgear (GIS) substation and a 600MW VSC HVDC converter at Kergord\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/shetland/\",\n        \"ProjectCostMill\": 642,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"The cables will be bundled together and will include a fibre optic cable which\\r\\nwill be used to control and monitor electrical equipment. Once offshore the HVDC cable will be buried under soft sediment to a target depth of 1.8m, wherever possible. If the cable cannot be buried it will be protected by alternative methods, for example High\\r\\nDensity Polyethylene (HDPE) duct or rock placement.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"b0e37e6a-453c-48fa-a3cd-e9b207c7906f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?cablecurrent=HVDC","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"cablecurrent","value":"HVDC"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cbf7f6a6-1775-453f-8a95-e0412556a7a6"},{"name":"All Interconnectors Details by projectstatus","id":"babd23e6-b504-40df-9202-da71a2071fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?projectstatus=Consent Application Submitted","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>projectstatus</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"projectstatus","value":"Consent Application Submitted"}],"variable":[]}},"response":[{"id":"c4f6017b-de74-4652-ad41-f62f0b1d8e21","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?projectstatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"projectstatus","value":"Consent Application Submitted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:56:45 GMT"},{"key":"Content-Length","value":"5468"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"ProjectCertainty\": \"Low\",\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Apr 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 158,\n        \"RouteSubmarineLengthKm\": 81,\n        \"RouteLandLengthKm\": 77,\n        \"TotalSubmarineCableLengthKm\": 81,\n        \"DepthSubmarineMaxM\": 150,\n        \"Landfall1\": \"Stornoway (Lewis and Harris)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 1,\n        \"Converter1\": \"Arnish\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Arnish\",\n        \"ACVoltage1_kv\": 150,\n        \"Landfall2\": \"Dundonnell (UK mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 75,\n        \"Converter2\": \"Beauly\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Beauly, nr. Inverness\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"As well as the submarine interconnector infrastructure on the Isle of Lewis is to be upgraded, under the Lewis infrastructure works. The initial plan was for two new onshore circuits to link Stornoway and Gravir, the amount of capacity that needs to be transferred is lower than original estimates and therefore it is foreseen that only one circuit is required.\",\n        \"Website\": \"https://www.ssen-transmission.co.uk/projects/western-isles/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 12,\n        \"Name\": \"NorthConnect\",\n        \"ProjectCertainty\": \"Medium\",\n        \"Countries\": \"United Kingdom-Norway\",\n        \"Capacity_MW\": 1400,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 190, Project Classification: Mid-term Project, PCI Label: 1.10\\r\\nTYNDP 2018 Project Index: 190, Project Classification: Under consideration.\",\n        \"CableInstallStarts\": \"30 Jun 2026\",\n        \"FullyCommissioned\": \"31 Dec 2027\",\n        \"Decommissioned\": null,\n        \"Developers\": \"NorthConnect KS\",\n        \"Owners\": \"E-CO Energi AS,Agder Energi,Lyse Energi AS,Vattenfall AB\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 525,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 650,\n        \"RouteSubmarineLengthKm\": 647.4,\n        \"RouteLandLengthKm\": 2.6,\n        \"TotalSubmarineCableLengthKm\": 1294.8,\n        \"DepthSubmarineMaxM\": 900,\n        \"Landfall1\": \"Long Haven Bay\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 2.5,\n        \"Converter1\": \"Fourfields, Boddam, Peterhead\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Peterhead\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Simadalen\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 0.1,\n        \"Converter2\": \"Simadalen\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Sima\",\n        \"ACVoltage2_kv\": 300,\n        \"ProjectComments\": \"Cap and Floor Window 2 project.\",\n        \"Website\": \"http://www.northconnect.no/\",\n        \"ProjectCostMill\": 1300,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2026,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 65,\n        \"Name\": \"ELMED (Italy-Tunisia)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Italy-Tunisia\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Consent Application Submitted\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 29, Project Classification: Mid-term Project.  PCI Label 3.2.7\\r\\nTYNDP 2018 Project Index: 29 Current status is 'In planning'.\\r\\nTYNDP 2020 Project Index: 29\",\n        \"CableInstallStarts\": \"01 Jan 2025\",\n        \"FullyCommissioned\": \"01 Jan 2027\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Elmed Etudes\",\n        \"Owners\": \"Terna S.p.A. - Rete Elettrica Nazionale,Societe Tunisienne de l'electricite et du Gaz\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 400,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 250,\n        \"RouteSubmarineLengthKm\": 192,\n        \"RouteLandLengthKm\": 33,\n        \"TotalSubmarineCableLengthKm\": 384,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": \"Marinella di Selinunte\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": 32,\n        \"Converter1\": \"Partanna\",\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Partanna\",\n        \"ACVoltage1_kv\": 380,\n        \"Landfall2\": \"Kelibia\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 1,\n        \"Converter2\": \"El Hawaria\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"El Hawaria\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": \"Proejct has been granted PCI status.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 600,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2027,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"2a900735-40b1-434e-a311-5a2f87f8b2aa","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?projectstatus=Consent Application Submitted","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"projectstatus","value":"Consent Application Submitted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"babd23e6-b504-40df-9202-da71a2071fbf"},{"name":"All Interconnectors Details by developers","id":"b19fa464-5d9c-4533-a934-67bde48000ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?developers=Element Power","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>developers</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"developers","value":"Element Power"}],"variable":[]}},"response":[{"id":"7e1046d5-8307-4a83-bb77-9232178bb6a3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?developers=Element Power","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"developers","value":"Element Power"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:06:04 GMT"},{"key":"Content-Length","value":"5421"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 60,\n        \"Name\": \"Greenlink\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 500,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 286, Project Classification: Future Project\\r\\nTYNDP 2018 Project Index: 286, Project Classification: Planned but not yet permitting.\\r\\nTYNDP 2020 Project Index: 286, Project Classification: Planned but not yet permitting.\",\n        \"CableInstallStarts\": \"15 Oct 2023\",\n        \"FullyCommissioned\": \"31 Dec 2024\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power,Partners Group\",\n        \"CableManu\": \"Sumitomo Corporation\",\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Symmetrical monopole\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 200,\n        \"RouteSubmarineLengthKm\": 170,\n        \"RouteLandLengthKm\": 30,\n        \"TotalSubmarineCableLengthKm\": 340,\n        \"DepthSubmarineMaxM\": 100,\n        \"Landfall1\": \"Pembrokeshire\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Pembroke\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pembroke\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": \"County Wexford\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Great Island\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Great Island\",\n        \"ACVoltage2_kv\": 220,\n        \"ProjectComments\": \"Cap and Floor Window 1 project.\",\n        \"Website\": \"http://www.greenlinkinterconnector.eu/index.php\",\n        \"ProjectCostMill\": 500,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"The cabling will consist of two power cables and a fibre optic cable, which will be used for communication purposes.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2023,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 156,\n        \"Name\": \"Greenwire North\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 1000,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": \"Currently on hold. An agreement between the Irish and British governments could not be reached to export the power. TYNDP 2016 Project Index: 290, Project Classification: Future Project. Not in TYNDP 2018.\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": 262,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pentir\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Onshore Wind Farm Substations\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This proposed project aims to export onshore wind produced in the Irish Midlands to the north of Wales.\",\n        \"Website\": \"http://greenwire.ie/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 157,\n        \"Name\": \"Greenwire South\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 1300,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": \"Currently on hold. An agreement between the Irish and British governments could not be reached to export the power. TYNDP 2016 Project Index: 287, Project Classification: Future Project. Not in TYNDP 2018, therefore the status has been changed to dormant as it seems unlikely to go ahead.\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": 288,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pembroke\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Onshore Wind Farm Substations\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This proposed project aims to export onshore wind produced in the Irish Midlands to the north of Wales.\",\n        \"Website\": \"http://greenwire.ie/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"ac869048-ba8c-4751-8a94-88692dd8e849","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?developers=Element Power","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"developers","value":"Element Power"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b19fa464-5d9c-4533-a934-67bde48000ff"},{"name":"All Interconnectors Details by owners","id":"f159e0ac-27b5-4c19-b77d-089ca6164467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?owners=Element Power","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>owners</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"owners","value":"Element Power"}],"variable":[]}},"response":[{"id":"1dc90d3c-a4c8-46e7-af1d-ff8a43fa2fa7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?owners=Element Power","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"owners","value":"Element Power"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:11:11 GMT"},{"key":"Content-Length","value":"4967"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 156,\n        \"Name\": \"Greenwire North\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 1000,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": \"Currently on hold. An agreement between the Irish and British governments could not be reached to export the power. TYNDP 2016 Project Index: 290, Project Classification: Future Project. Not in TYNDP 2018.\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": 262,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pentir\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Onshore Wind Farm Substations\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This proposed project aims to export onshore wind produced in the Irish Midlands to the north of Wales.\",\n        \"Website\": \"http://greenwire.ie/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 157,\n        \"Name\": \"Greenwire South\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 1300,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": \"Currently on hold. An agreement between the Irish and British governments could not be reached to export the power. TYNDP 2016 Project Index: 287, Project Classification: Future Project. Not in TYNDP 2018, therefore the status has been changed to dormant as it seems unlikely to go ahead.\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": 288,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pembroke\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Onshore Wind Farm Substations\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This proposed project aims to export onshore wind produced in the Irish Midlands to the north of Wales.\",\n        \"Website\": \"http://greenwire.ie/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 158,\n        \"Name\": \"Greenconnect\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 700,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Dormant\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 292, Project Classification: Future Project\\r\\nNot proposed for TYNDP 2018 therefore marked Dormant\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": 155,\n        \"RouteSubmarineLengthKm\": null,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pentir\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Dublin\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"5e81f363-53db-476d-9ff2-935466b4f5f3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?owners=Element Power","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"owners","value":"Element Power"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f159e0ac-27b5-4c19-b77d-089ca6164467"},{"name":"All Interconnectors Details by manufacturers","id":"eb69aee0-2a48-4fe7-b9c0-47061917dd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?manufacturers=Fulgor S.A.","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>manufacturers</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"manufacturers","value":"Fulgor S.A."}],"variable":[]}},"response":[{"id":"5ffb9639-c027-4093-9007-29d8b1be3b0b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?manufacturers=Fulgor S.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"manufacturers","value":"Fulgor S.A."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:12:29 GMT"},{"key":"Content-Length","value":"4558"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 110,\n        \"Name\": \"Aigina-Methana 2012\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"MVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"05 Jul 2012\",\n        \"FullyCommissioned\": \"07 Jul 2012\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Hellenic Electricity Distribution Network Operator S.A. (HEDNO S.A.) (Διαχειριστής του Ελληνικού Δικτύου Διανομής Ηλεκτρικής Ενέργειας )\",\n        \"CableManu\": \"Fulgor S.A.\",\n        \"CableInstall\": \"Assodivers\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 20,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 10.5,\n        \"RouteSubmarineLengthKm\": 9.79,\n        \"RouteLandLengthKm\": 0.71,\n        \"TotalSubmarineCableLengthKm\": 9.79,\n        \"DepthSubmarineMaxM\": 104,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"The project supports a previous interconnection between the island of Aegina (Aigina) and Methana. These cables were installed in 1976 and 1997.\",\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"Cable Weight: 23.6kg/m in air\\r\\nCable diameter; 105mm\\r\\nTrenching Legth&Cover depth: 954m@ 1m\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 292,\n        \"Name\": \"Paros-Naxos 1973\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"MVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": \"01 Jan 1973\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Public Power Corporation (PPC) S.A.\",\n        \"CableManu\": \"Fulgor S.A.\",\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 20,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 7.5,\n        \"RouteSubmarineLengthKm\": 5,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 10,\n        \"DepthSubmarineMaxM\": 40,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"3 x 150 Al\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Al\",\n        \"ConductorSize\": 450\n    },\n    {\n        \"PowerCableId\": 293,\n        \"Name\": \"Paros-Antiparos\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"MVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": \"01 Jan 1973\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Public Power Corporation (PPC) S.A.\",\n        \"CableManu\": \"Fulgor S.A.\",\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 20,\n        \"NumSubmarineCables\": 4,\n        \"RouteTotalLengthKm\": 1.9,\n        \"RouteSubmarineLengthKm\": 1,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 4,\n        \"DepthSubmarineMaxM\": 15,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"1 x 50 Al\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Al\",\n        \"ConductorSize\": 50\n    }\n]"},{"id":"49cfae65-f7e6-4fb6-be21-e7e6de87b6ea","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?manufacturers=Fulgor S.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"manufacturers","value":"Fulgor S.A."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"eb69aee0-2a48-4fe7-b9c0-47061917dd67"},{"name":"All Interconnectors Details by installers","id":"3a5540a3-e968-4570-bb0e-8f5986a80cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?installers=Prysmian Group S.p.A.","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>installers</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"installers","value":"Prysmian Group S.p.A."}],"variable":[]}},"response":[{"id":"52d88783-75ad-4a2e-b813-a2b0dce7465a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?installers=Prysmian Group S.p.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"installers","value":"Prysmian Group S.p.A."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:14:13 GMT"},{"key":"Content-Length","value":"45671"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 6,\n        \"Name\": \"COBRAcable\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Netherlands-Denmark\",\n        \"Capacity_MW\": 700,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 71, Project Classification: Mid-term Project, PCI Label: 1.5\\r\\nTYNDP 2018 Project Index: 71\",\n        \"CableInstallStarts\": \"30 Aug 2017\",\n        \"FullyCommissioned\": \"30 Sep 2019\",\n        \"Decommissioned\": null,\n        \"Developers\": \"TenneT TSO B.V.,Energinet.dk\",\n        \"Owners\": \"TenneT TSO B.V.,Energinet.dk\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.,Assodivers\",\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 325,\n        \"RouteSubmarineLengthKm\": 299,\n        \"RouteLandLengthKm\": 26,\n        \"TotalSubmarineCableLengthKm\": 598,\n        \"DepthSubmarineMaxM\": 39,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 21,\n        \"Converter1\": \"Eemshaven\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Eemshaven\",\n        \"ACVoltage1_kv\": 380,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 1,\n        \"Converter2\": \"Endrup\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Endrup\",\n        \"ACVoltage2_kv\": 380,\n        \"ProjectComments\": \"In Danish waters the submarine cable travels on land over Fanø island. The cable route passes through the international water of three countries, namely, Netherlands, Denmark and Germany.   At a later stage the design allows an offshore wind farm to be connected to the interconnector.  The link was awarded a subsidy for EUR 86.5 million under the European Energy Programme for Recovery (EEPR). The link qualified for the subsidy as it would be included any future North Sea energy grid, the cable will give access to more energy markets and therefore increase competition, and the link will contribute to the integration of wind energy into the grid.\",\n        \"Website\": \"http://www.cobracable.eu/\",\n        \"ProjectCostMill\": 4700,\n        \"CurrencyId\": \"DKK\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"XLPE. A fibre optic cable is to be installed in order to facilitate communications between the converters.\",\n        \"OnshoreCableComments\": \"A fibre optic cable is to be installed in order to facilitate communications between the converters.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 10,\n        \"Name\": \"North Sea Link (NSL)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Norway-United Kingdom\",\n        \"Capacity_MW\": 1400,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 110, Project Classification: Mid-term Project, PCI Label: 1.10\\r\\nTYNDP 2018 Project Index: 110\\r\\nTYNDP 2020 Project Index: 110\",\n        \"CableInstallStarts\": \"15 May 2018\",\n        \"FullyCommissioned\": \"01 Dec 2021\",\n        \"Decommissioned\": null,\n        \"Developers\": \"National Grid NSN Link Ltd,Statnett SF\",\n        \"Owners\": \"Statnett SF,National Grid NSN Link Ltd\",\n        \"CableManu\": \"Prysmian Group S.p.A.,Nexans France\",\n        \"CableInstall\": \"Prysmian Group S.p.A.,Nexans France\",\n        \"DCVoltage_kV\": 500,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 724,\n        \"RouteSubmarineLengthKm\": 714,\n        \"RouteLandLengthKm\": 10,\n        \"TotalSubmarineCableLengthKm\": 1428,\n        \"DepthSubmarineMaxM\": 600,\n        \"Landfall1\": \"Hylsfjorden\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 6.5,\n        \"Converter1\": \"Kvilldal\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Kvilldal\",\n        \"ACVoltage1_kv\": 420,\n        \"Landfall2\": \"Cambois Beach Slipway\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 3.5,\n        \"Converter2\": \"East Sleekburn (Blyth)\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Blyth\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": \"The project was formally known as the NSN Link. Cap and Floor Window 1 project. PCI status. The cables will be buried at depths between 1-3m\",\n        \"Website\": \"http://northsealink.com/\",\n        \"ProjectCostMill\": 2000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": \"Previous reports had stated €1.5 billion but in an update in February 2016 it was stated at €2 billion.\",\n        \"OffshoreCableComments\": \"Submarine cable length 340km in UK waters. MIND. Target burial depth 1-1.5m.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 16,\n        \"Name\": \"Western HVDC Link\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": 2200,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 77, Project Classification: Future Project\",\n        \"CableInstallStarts\": \"05 Oct 2014\",\n        \"FullyCommissioned\": \"16 Oct 2018\",\n        \"Decommissioned\": null,\n        \"Developers\": \"NGET/SPT Upgrades Ltd\",\n        \"Owners\": \"National Grid Offshore,ScottishPower Transmission Ltd.\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 600,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 422,\n        \"RouteSubmarineLengthKm\": 385,\n        \"RouteLandLengthKm\": 37,\n        \"TotalSubmarineCableLengthKm\": 770,\n        \"DepthSubmarineMaxM\": 164,\n        \"Landfall1\": \"Ardneil Bay\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 4,\n        \"Converter1\": \"Hunterston\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Hunterston\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": \"Leasowe\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 33,\n        \"Converter2\": \"Flintshire Bridge\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Connah's Quay\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": null,\n        \"Website\": \"http://www.westernhvdclink.co.uk/\",\n        \"ProjectCostMill\": 1000,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \" Burial depth for most fo the route 1.5m.\\r\\nCable Weight: Power 57.7kg/m Fibre Optic:3kg/m in air\\r\\nCable Diameter: 137mm Fibre optic:35mm\\r\\nJetting Length& Cover Depth: 21200@2m 15000@3m\\r\\n\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 24,\n        \"Name\": \"Balearic Islands: ROMULO\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Spain-Spain\",\n        \"Capacity_MW\": 400,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Jan 2010\",\n        \"FullyCommissioned\": \"01 Aug 2012\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"RED ELÉCTRICA DE ESPAÑA\",\n        \"CableManu\": \"Nexans France,Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Nexans France,Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 250,\n        \"Configuration\": \"Bipolar with metallic return\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 244,\n        \"RouteSubmarineLengthKm\": 237,\n        \"RouteLandLengthKm\": 4,\n        \"TotalSubmarineCableLengthKm\": 474,\n        \"DepthSubmarineMaxM\": 1485,\n        \"Landfall1\": \"Sagunto (mainland)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 4,\n        \"Converter1\": \"Morvedre\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Morvedre\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": \"Santa Ponsa (Mallorca)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 3,\n        \"Converter2\": \"Calvia\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Santa Ponsa\",\n        \"ACVoltage2_kv\": 220,\n        \"ProjectComments\": \"Spain-Majorca/Mallorca link.\",\n        \"Website\": \"http://www.ree.es/en/activities/unique-projects/romulo-project\",\n        \"ProjectCostMill\": 420,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"MI \\r\\nShallow: Cu 750 mm2 Single armour Depth < 200-220 m. Weight: 23.5 kg/m\\r\\nDeep: Cu 750 mm2 Double armour. 29.5 kg/m\\r\\n2 submarine cables, 1 return cable \\r\\n2 fibre optic with 48 fibres each\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 750\n    },\n    {\n        \"PowerCableId\": 57,\n        \"Name\": \"Channel Islands: Normandie 3\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"France-Jersey\",\n        \"Capacity_MW\": 100,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"19 Apr 2014\",\n        \"FullyCommissioned\": \"15 Dec 2014\",\n        \"Decommissioned\": null,\n        \"Developers\": \"DC Interconnect, Inc.\",\n        \"Owners\": \"Guernsey Electricty,Jersey Electricity Company Limited,Réseau de Transport d'Electricité (RTE)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 90,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 58,\n        \"RouteSubmarineLengthKm\": 32,\n        \"RouteLandLengthKm\": 26,\n        \"TotalSubmarineCableLengthKm\": 32,\n        \"DepthSubmarineMaxM\": 88,\n        \"Landfall1\": \"Armanville\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 19,\n        \"Substation1\": \"Periers\",\n        \"ACVoltage1_kv\": 90,\n        \"Landfall2\": \"Gorey\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 7,\n        \"Substation2\": \"South Hill\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": \"https://www.jec.co.uk/about-us/about-us/our-projects/normandie-3/\",\n        \"ProjectCostMill\": 70,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 59,\n        \"Name\": \"Viking Link\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United Kingdom-Denmark\",\n        \"Capacity_MW\": 1400,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 167, Project Classification: Mid-term Project, PCI Label: 1.14.\\r\\nFinal investment decision was expected in March 2018, then April 2018 but this has been further delayed. \\r\\nTYNDP 2018 Project Index: 167\\r\\nTYNDP 2020 Project Index: 167\",\n        \"CableInstallStarts\": \"10 May 2021\",\n        \"FullyCommissioned\": \"31 Dec 2023\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Energinet.dk,National Grid Company PLC\",\n        \"Owners\": \"National Grid Viking Link Limited,Energinet.dk\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 525,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 765,\n        \"RouteSubmarineLengthKm\": 630,\n        \"RouteLandLengthKm\": 135,\n        \"TotalSubmarineCableLengthKm\": 1260,\n        \"DepthSubmarineMaxM\": 80,\n        \"Landfall1\": \"Boygrift\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 55,\n        \"Converter1\": \"North Ing Drove, Bicker Fen\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Bicker Fen\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 76,\n        \"Converter2\": \"Revsing\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Revsing\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": \"The original plan was for 1,000MW but this was increased to 1,400MW. The length of the submarine cable is planned to be between 600-700km. The cable route will pass through Danish, German, Dutch and British waters. The preferred converter technology is VSC. Cap and Floor Window 1 project.\",\n        \"Website\": \"http://www.viking-link.com/\",\n        \"ProjectCostMill\": 2000,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"MIND. Early target burial depth 1.5m, 15cm diameter.\",\n        \"OnshoreCableComments\": \"The onshore cabling will be more than 50 km on each end.\",\n        \"AnalystStartYear\": 2021,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 61,\n        \"Name\": \"Sardegna Peninsola Italy (SA.PE.I)\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Italy-Italy\",\n        \"Capacity_MW\": 1000,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Dec 2007\",\n        \"FullyCommissioned\": \"01 Jul 2011\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 500,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 435,\n        \"RouteSubmarineLengthKm\": 420,\n        \"RouteLandLengthKm\": 15,\n        \"TotalSubmarineCableLengthKm\": 840,\n        \"DepthSubmarineMaxM\": 1640,\n        \"Landfall1\": \"Nettuno (mainland)\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 14,\n        \"Converter1\": \"Borgo Sabotino\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Overhead\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Latina\",\n        \"ACVoltage1_kv\": 380,\n        \"Landfall2\": \"Fiume Santo (Sardinia)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 1,\n        \"Converter2\": \"Fiume Santo, Sardinia\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Fiume Sanro, Sassari\",\n        \"ACVoltage2_kv\": 380,\n        \"ProjectComments\": null,\n        \"Website\": \"http://www.sapei.it/\",\n        \"ProjectCostMill\": 750,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"MIND, 500kV, 1150mm2 AL,\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Al\",\n        \"ConductorSize\": 1150\n    },\n    {\n        \"PowerCableId\": 64,\n        \"Name\": \"Messina II\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Italy-Italy\",\n        \"Capacity_MW\": 1100,\n        \"CableCurrent\": \"EHVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": \"The project completion was delayed due to protests.\",\n        \"CableInstallStarts\": \"01 Oct 2011\",\n        \"FullyCommissioned\": \"28 May 2016\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 380,\n        \"NumSubmarineCables\": 6,\n        \"RouteTotalLengthKm\": 44,\n        \"RouteSubmarineLengthKm\": 38,\n        \"RouteLandLengthKm\": 6,\n        \"TotalSubmarineCableLengthKm\": 228,\n        \"DepthSubmarineMaxM\": 376,\n        \"Landfall1\": \"Fiumara (mainland)\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 4,\n        \"Substation1\": \"Villafranca Tirrena\",\n        \"ACVoltage1_kv\": 380,\n        \"Landfall2\": \"Favazzine (Sicily)\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 2,\n        \"Substation2\": \"Scilla\",\n        \"ACVoltage2_kv\": 380,\n        \"ProjectComments\": \"The project is part of Terna's work to improve the Italian grid and as such the offshore transmission assets are part of a wider project. The whole project consists of Sorgente substation - 21 km overhead lines - Villafranca Tirrena substation - subsea cable - Scilla substation -  40 km overhead lines - Rizziconi substation. The cable route for Sorgente - Rizziconi is 105km.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 700,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"6 power cables and 2 optical cables laid in bundle with 2 power cables.\\r\\nCable weight; Power: 43kg/m Fibre optic: 3kg/m in water\\r\\nCable diameter:Power:142mm Fibre optic: 37mm\\r\\nJetting Length&cover depth: 82000m@1m\\r\\nTrenching Length&Cover depth:2552m@0.5m\\r\\nAlternative Protection: Mattresses:800m\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 72,\n        \"Name\": \"Capri-Torre Annunziata\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Italy-Italy\",\n        \"Capacity_MW\": 160,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"08 Nov 2014\",\n        \"FullyCommissioned\": \"30 Jun 2017\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 150,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 31,\n        \"RouteSubmarineLengthKm\": 30,\n        \"RouteLandLengthKm\": 1,\n        \"TotalSubmarineCableLengthKm\": 30,\n        \"DepthSubmarineMaxM\": 120,\n        \"Landfall1\": \"Capri\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Ecological Island of Gasto\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Mainland\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Torre Annunziata\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"The project is part of the Progetta Insula initiative and will connect Capri island to the Italian mainland and this is the first submarine cable to Capri.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 150,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": \"The cost is for the new connection between Capri and Torre, and also upgrading the submarine link between Cuma and Lacco Ameno (Ischia island) and the onshore cabling between Cuma and Patria.\",\n        \"OffshoreCableComments\": \"Cable Weight : 212kg/m in air\\r\\nCable Diameter;83mm\\r\\nJetting Length&Cover Depth: 24742m@ 1m\\r\\nAlternative Protection: Mattresses: 126m\",\n        \"OnshoreCableComments\": \"The cabling is protected using XLPE technology.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 74,\n        \"Name\": \"Dardanelles Submarine Cable Link 1 (Lapseki-Sütlüce)\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Turkey-Turkey\",\n        \"Capacity_MW\": 2000,\n        \"CableCurrent\": \"EHVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"19 Nov 2014\",\n        \"FullyCommissioned\": \"01 Sep 2015\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Turkiye Elektrik Iletim A.S. (TEIAS)\",\n        \"Owners\": \"Turkiye Elektrik Iletim A.S. (TEIAS)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 380,\n        \"NumSubmarineCables\": 6,\n        \"RouteTotalLengthKm\": 4.65,\n        \"RouteSubmarineLengthKm\": 4,\n        \"RouteLandLengthKm\": 0.65,\n        \"TotalSubmarineCableLengthKm\": 24,\n        \"DepthSubmarineMaxM\": 100,\n        \"Landfall1\": \"Avrupa\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Sutluce\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Asya\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Lapseki\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"Also known as the Canakkale Project.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 66.7,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"XLPE Cu cross section 1600mm2 diameter 155mm.\\r\\nCable weight: Power: 60kg/m Fiber optic:3.2kg/m\\r\\nCable diameter: 153mm Fibre optic:35mm\\r\\njetting Length&Cover Depth:45.3km@1.5km\\r\\nAlternative Protection:Mattresses 2012m\",\n        \"OnshoreCableComments\": \"XLPE Cu cross section 2000mm2 diameter 138mm.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 1600\n    },\n    {\n        \"PowerCableId\": 75,\n        \"Name\": \"Dardanelles Submarine Cable Link 2 (Lapseki-Sütlüce)\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Turkey-Turkey\",\n        \"Capacity_MW\": 2000,\n        \"CableCurrent\": \"EHVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"13 Jan 2016\",\n        \"FullyCommissioned\": \"01 Apr 2017\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Turkiye Elektrik Iletim A.S. (TEIAS)\",\n        \"Owners\": \"Turkiye Elektrik Iletim A.S. (TEIAS)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 380,\n        \"NumSubmarineCables\": 6,\n        \"RouteTotalLengthKm\": 4,\n        \"RouteSubmarineLengthKm\": 3.6,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 21.6,\n        \"DepthSubmarineMaxM\": 100,\n        \"Landfall1\": \"Avrupa\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Sutluce\",\n        \"ACVoltage1_kv\": 380,\n        \"Landfall2\": \"Asya\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Lapseki\",\n        \"ACVoltage2_kv\": 380,\n        \"ProjectComments\": \"Also known as the Canakkale Project.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 63.6,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"XLPE Cu cross section 1600mm2 \\r\\nCable Diameter: Power: 153mm Fibre Optic: 35mm\\r\\nCable Weight: Power: 60kg/m Fibre Optic; 3.2kg/m\\r\\nJetting Length& cover depth: 32.000m@ 1.5 m DOC\\r\\nTrenching Length&cover Depth: 1350m@0.75m DOc\\r\\nAlternative protection: Mattresses 1320m\",\n        \"OnshoreCableComments\": \"XLPE Cu cross section 2000mm2 diameter 138mm.\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 1600\n    },\n    {\n        \"PowerCableId\": 91,\n        \"Name\": \"Balearic Islands: Ibiza - Formentera\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Spain-Spain\",\n        \"Capacity_MW\": 53,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StatusComments\": \"In the planned actions of the electricity transmission plan for the Balearic Islands 2016 to 2020.\",\n        \"CableInstallStarts\": \"01 Jan 2022\",\n        \"FullyCommissioned\": \"01 Dec 2022\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"RED ELÉCTRICA DE ESPAÑA\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 132,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 37,\n        \"RouteSubmarineLengthKm\": 27.15,\n        \"RouteLandLengthKm\": 10.06,\n        \"TotalSubmarineCableLengthKm\": 54.3,\n        \"DepthSubmarineMaxM\": 62,\n        \"Landfall1\": \"Sa Punta (Ibiza)\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 5.16,\n        \"Substation1\": \"Torrent\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Es Pujols (Formentera)\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 4.46,\n        \"Substation2\": \"Formentera\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This project is included in Electrica de Espana's Planning Network Electricity Transmission 2015-2020 (Planificación de la red de transporte de electricidad 2015-2020). This is included in the Planned Actions 2015-2020 (Actuaciones planificadas 2015-2020).\",\n        \"Website\": null,\n        \"ProjectCostMill\": 96,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"Three-core. Burial depth 1m.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2022,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 99,\n        \"Name\": \"Canary Islands: Lanzarote - Fuerteventura (132kV)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Spain-Spain\",\n        \"Capacity_MW\": 120,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"16 Nov 2021\",\n        \"FullyCommissioned\": \"31 Dec 2022\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"RED ELÉCTRICA DE ESPAÑA\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 132,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 20,\n        \"RouteSubmarineLengthKm\": 15,\n        \"RouteLandLengthKm\": 5,\n        \"TotalSubmarineCableLengthKm\": 15,\n        \"DepthSubmarineMaxM\": 57,\n        \"Landfall1\": \"Playa de Montana Roja (Lanzarote)\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Playa Blanca\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Playa de los Verilitos (Fuerteventura)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"La Oliva\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": 36,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": \"Cost of cable component is busgeted at €36 m.\",\n        \"OffshoreCableComments\": \"Three-core\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2021,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 113,\n        \"Name\": \"Cyclades Phase A: Lavrio (Mainland) -Siros\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": 200,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"18 Nov 2015\",\n        \"FullyCommissioned\": \"01 Jul 2017\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Independent Power Transmission Operator (ADMIE) (ΑΝΕΞΑΡΤΗΤΟΣ ΔΙΑΧΕΙΡΙΣΤΗΣ ΜΕΤΑΦΟΡΑΣ ΗΛΕΚΤΡΙΚΗΣ ΕΝΕΡΓΕΙΑΣ Α.Ε.)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 150,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 109.3,\n        \"RouteSubmarineLengthKm\": 108,\n        \"RouteLandLengthKm\": 1.3,\n        \"TotalSubmarineCableLengthKm\": 108,\n        \"DepthSubmarineMaxM\": 276,\n        \"Landfall1\": \"Lavrio\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 1,\n        \"Substation1\": \"Lavrio\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Siros\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 0.3,\n        \"Substation2\": \"Siros\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This project aims to secure continuous and adequate power supply for the northern Cyclades islands namely Syros, Tinos, Mykonos, Paros and Naxos. Prior to the project only Andros was connected via a subsea link to the 150kV mainland system, with a 20kV feed to Tinos Island. Other islands have been served by expensive and dirty off-grid local generation from heavy fuel and diesel. The HVAC interconnections will substitute this with power generated by cheaper and less polluting CCGTs (Combined Cycle Gas Turbine) on the mainland system Residential and tourist developments are increasing demand beyond the current level of off-grid generation, with levels expected to threaten the stability and reliability of electricity supply, notably during the peak summer season. In addition to providing adequate power supply, the project is providing the necessary infrastructure to exploit significant wind and solar resources.  There are 3 Phases to the Cyclades Projects; A: Lavrion (mainland) to Syros, Syros to Northern Tinos, Paros to Cyros, Mykanos to Syros. Total Budget EUR 240m B: Naxos to Paros, Paros to Mykanos.  Total Budget EUR 40m C: Second connection from Lavrui (mainland) to Syros. Total Budget EUR 110m  Cable Note: Apparent Power 200MVA\",\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 300\n    },\n    {\n        \"PowerCableId\": 384,\n        \"Name\": \"Crete-Peloponnese (Crete Interconnection Phase 1)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": 360,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": \"Included in the TYNDP 2020 draft.\\r\\n\",\n        \"CableInstallStarts\": \"01 Sep 2020\",\n        \"FullyCommissioned\": \"23 Dec 2020\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Independent Power Transmission Operator (ADMIE) (ΑΝΕΞΑΡΤΗΤΟΣ ΔΙΑΧΕΙΡΙΣΤΗΣ ΜΕΤΑΦΟΡΑΣ ΗΛΕΚΤΡΙΚΗΣ ΕΝΕΡΓΕΙΑΣ Α.Ε.)\",\n        \"CableManu\": \"Prysmian Group S.p.A.,Fulgor S.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.,Fulgor S.A.,Jan de Nul Group\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 150,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 173,\n        \"RouteSubmarineLengthKm\": 135.7,\n        \"RouteLandLengthKm\": 71.5,\n        \"TotalSubmarineCableLengthKm\": 271.4,\n        \"DepthSubmarineMaxM\": 1114,\n        \"Landfall1\": \"Maleas (mainland)\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 37.5,\n        \"Substation1\": \"Molai\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"West Crete\",\n        \"CableTypeLandfalltoConverter2\": \"Overhead and Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 34,\n        \"Substation2\": \"Chania\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"Phase I of connections between Crete and the Greek mainland. Phase II consists of a DC connection between Crete and Attica. Moloi substation to Peloponnese terminal station overhead line 27.5 km and Peloponnese terminal station to landing site near Neapoli underground 10 km.\",\n        \"Website\": \"http://www.admie.gr/fileadmin/groups/EDAS_DSS/MASM/DPA_2021_2030/DPA_2021-2030_Parartima_I.pdf\",\n        \"ProjectCostMill\": 356.4,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": \"The stated cost includes the pre-development costs. This project is partially funded by the EU and the Greek Government through ΕΣΠΑ 2014-2020.\",\n        \"OffshoreCableComments\": \"2 x 200 MVA cables.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2020,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 385,\n        \"Name\": \"Crete-Attica (Crete Interconnection Phase 2)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Greece-Greece\",\n        \"Capacity_MW\": 1000,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": \"There is an identified need for a DC connection of 700 MW and the latest commissioning date has been used for this project. This is a multiterminal project between Greece, Cyprus and Israel.\\r\\nIncluded in TYNDP 2020 draft.\\r\\n\",\n        \"CableInstallStarts\": \"13 Nov 2021\",\n        \"FullyCommissioned\": \"30 Jun 2024\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Independent Power Transmission Operator (ADMIE) (ΑΝΕΞΑΡΤΗΤΟΣ ΔΙΑΧΕΙΡΙΣΤΗΣ ΜΕΤΑΦΟΡΑΣ ΗΛΕΚΤΡΙΚΗΣ ΕΝΕΡΓΕΙΑΣ Α.Ε.)\",\n        \"CableManu\": \"Prysmian Group S.p.A.,Nexans Norway AS\",\n        \"CableInstall\": \"Nexans Norway AS,Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 500,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 379,\n        \"RouteSubmarineLengthKm\": 340,\n        \"RouteLandLengthKm\": 39,\n        \"TotalSubmarineCableLengthKm\": 680,\n        \"DepthSubmarineMaxM\": 1137,\n        \"Landfall1\": \"Korakia (Crete)\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": 6,\n        \"Converter1\": \"Damasta\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Kopakia\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Pachi Megara (mainland)\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 33,\n        \"Converter2\": \"Koumoundouros\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Attica\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This is a multiterminal project between Greece, Cyprus and Israel. The cost is EUR 3.5 billion but it has been divided equally between the three sections. States a saving of around €10 billion and Greece will see most of this. It does not state the time frame for this saving, I suspect it is over the life time of the project. http://www.euroasia-interconnector.com/News-EuroAsia_Interconnector_Heraklion_Congress,1049?Period=2016-02 Mentions Stage 1 (1,000 MW) which is the 2019, 2020 and 2022 commissioning years. Stage 2 ? The tenders in July 2016 mention 8 HVDC onshore stations.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 915,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": \"Originally costed at €1000m\",\n        \"OffshoreCableComments\": \"2 x500MW cables.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2021,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 436,\n        \"Name\": \"Capri - Sorrento\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Italy-Italy\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"22 Aug 2019\",\n        \"FullyCommissioned\": \"31 Dec 2019\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 150,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 18.8,\n        \"RouteSubmarineLengthKm\": 16,\n        \"RouteLandLengthKm\": 2.8,\n        \"TotalSubmarineCableLengthKm\": 16,\n        \"DepthSubmarineMaxM\": 102,\n        \"Landfall1\": \"Capri\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Sorrento\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This is the second connection to Capri island.\",\n        \"Website\": null,\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"Single core cables\",\n        \"OnshoreCableComments\": \"Single core cables\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 454,\n        \"Name\": \"Cebu-Negros-Panay Phase 3 (CNP-3)\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Philippines-Philippines\",\n        \"Capacity_MW\": 400,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StatusComments\": \"Onshore construction appears to be taking place so it is assumed that the project as been at least authorised.\\r\\nProject's estimated cost would be 43,414.11 PMn.\",\n        \"CableInstallStarts\": \"01 Oct 2021\",\n        \"FullyCommissioned\": \"01 Jan 2022\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"National Grid Corporation of the Philippines (NGCP)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 230,\n        \"NumSubmarineCables\": 6,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 30,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 180,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": \"Saiton\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Siaton\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Sibutad\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Sibutad\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This is the third phase of a three phase project that links Cebu and Negros. Ultimately all three phase will join Cebu-Negros-Panay. Phase 2 is an overland connection on Cebu island between Magdugo and Cebu City.\",\n        \"Website\": \"https://r7.emb.gov.ph/wp-content/uploads/2018/06/Proposed-230kV-Backbone-Project-Stage-3-Phase-1.-NGCP-2.pdf\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"Six HVAC single core, XLPE, double wire armouring\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2021,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 519,\n        \"Name\": \"China Hainan 500kV Project II(海南500kv 联网工程二回路线工程\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"China-China\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"12 Feb 2019\",\n        \"FullyCommissioned\": \"31 May 2019\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": null,\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": \"Monopolar\",\n        \"ACVoltage_kv\": 500,\n        \"NumSubmarineCables\": 4,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 30.3,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 121.2,\n        \"DepthSubmarineMaxM\": 44,\n        \"Landfall1\": \"Zhanjiang (湛江）\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Fushan（福山）\",\n        \"CableTypeLandfalltoConverter2\": \"Overhead\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Overhead\",\n        \"CableTypeLandfallToSubstation2\": \"Overhead\",\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": 320,\n        \"CurrencyId\": \"CNY\",\n        \"CostComments\": \"China Nuclear E&C Group, China Southern Power Grid, China Huaneng Group,Hainan Province people's government are co-funding the project CEPX with amout of 320million RBM.\",\n        \"OffshoreCableComments\": \"4x30.5km 500kv HVAC submarine cable interconnection was installed in this project.Cables will be operated in AC configuration, but are designed to work in DC configuration as well.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 628,\n        \"Name\": \"MONtenegro-ITAly (MONITA) Second Module\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Italy-Montenegro\",\n        \"Capacity_MW\": 600,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 28, Project Classification: Mid-term Project, PCI Label: 3.19.1\\r\\nTYNDP 2018 Project Index: 28\\r\\nTYNDP 2020 Project Index: 28\",\n        \"CableInstallStarts\": \"01 Jan 2024\",\n        \"FullyCommissioned\": \"01 Jan 2026\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Crnogorski Elektroprenosni Sistem (CGES) AD,Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Sumitomo Electric Industries, Ltd (住友電気工業株式会社),Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": 500,\n        \"Configuration\": \"Bipolar\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 415,\n        \"RouteSubmarineLengthKm\": 393,\n        \"RouteLandLengthKm\": 22,\n        \"TotalSubmarineCableLengthKm\": 393,\n        \"DepthSubmarineMaxM\": 1200,\n        \"Landfall1\": \"Pescara\",\n        \"CableTypeLandfallToConverter1\": \"Underground\",\n        \"LengthLandCableToConverter1_km\": 16,\n        \"Converter1\": \"Villanova\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": \"Underground\",\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Villanova\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": \"Budva\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": 6,\n        \"Converter2\": \"Lastva\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Lastva\",\n        \"ACVoltage2_kv\": 400,\n        \"ProjectComments\": \"The cable route passes through a sea area within Croatian maritime jurisdiction. The original route was redirected after the route interfered with Croatia's oil and gas exploration.\",\n        \"Website\": null,\n        \"ProjectCostMill\": 775,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"MIND.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2024,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 734,\n        \"Name\": \"Fundy Isles: Deer Island-Campobello Island Replacement cable\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Canada-Canada\",\n        \"Capacity_MW\": 50,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": \"The Fundy Isles Submarine Cables provide electricity to Deer Island to Campobello Island, Campobello Island and Grand Manan Island.   The original cables were installed in 1978 and are nearing the end of their useful life.The new cables will be rated higher than the existing to allow for the potential addition of future renewable energy projects.\",\n        \"CableInstallStarts\": \"24 Aug 2019\",\n        \"FullyCommissioned\": \"01 Dec 2021\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Energie NB Power\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.,DeepOcean 1 UK Ltd\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 69,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 3.4,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 3.4,\n        \"DepthSubmarineMaxM\": 120,\n        \"Landfall1\": \"Chocolate Cave\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Chocolate Cave\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Wilsons Beach\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Wilsons Beach\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": \"https://www.nbpower.com/en/about-us/projects/fundy-isles-transmission-power-line-project/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"300 mm² 69 kV three-core\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": 300\n    },\n    {\n        \"PowerCableId\": 735,\n        \"Name\": \"Fundy Isles: Campobello Island-Grand Manan Island Replacement cable\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"Canada-Canada\",\n        \"Capacity_MW\": 50,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Under Construction\",\n        \"StatusComments\": \"The Fundy Isles Submarine Cables provide electricity to Deer Island to Campobello Island, Campobello Island and Grand Manan Island.   The original cables were installed in 1978 and are nearing the end of their useful life.The new cables will be rated higher than the existing to allow for the potential addition of future renewable energy projects.\",\n        \"CableInstallStarts\": \"24 Aug 2019\",\n        \"FullyCommissioned\": \"01 Dec 2021\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Energie NB Power\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.,DeepOcean 1 UK Ltd\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 69,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 16.5,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 16.5,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Little Whale Cove\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Long Eddy Point\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": \"https://www.nbpower.com/en/about-us/projects/fundy-isles-transmission-power-line-project/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"300 mm² 69 kV three-core\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": 300\n    },\n    {\n        \"PowerCableId\": 883,\n        \"Name\": \"Silver Run Cable Project\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United States-United States\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"23 Sep 2019\",\n        \"FullyCommissioned\": \"01 Dec 2020\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Silver Run Electric (SRE) (LS Power)\",\n        \"CableManu\": \"NSW, Hans Schramm &amp; Sohn GmbH &amp; Co. KG and Tiefbau-GmbH \\\"Unterweser\\\" (TAGU)\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 230,\n        \"NumSubmarineCables\": 7,\n        \"RouteTotalLengthKm\": 8,\n        \"RouteSubmarineLengthKm\": 4.8,\n        \"RouteLandLengthKm\": 3.2,\n        \"TotalSubmarineCableLengthKm\": 33.6,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": \"Delaware\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"New Jersey\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": \"http://www.silverrunelectric.com/\",\n        \"ProjectCostMill\": null,\n        \"CurrencyId\": null,\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2019,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"fb1b1339-2f28-4d01-ba55-a4d5c8b03795","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?installers=Prysmian Group S.p.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"installers","value":"Prysmian Group S.p.A."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3a5540a3-e968-4570-bb0e-8f5986a80cfd"},{"name":"All Interconnectors Details by substationName","id":"ee251f0b-cddc-4163-bdc6-36295f6b6f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?converterName=Ragusa","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>substationName</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterName","value":"Ragusa"}],"variable":[]}},"response":[{"id":"a5ef58ea-ed15-461c-8266-0ae10a8cf862","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?substationName=Ragusa","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"substationName","value":"Ragusa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:19:31 GMT"},{"key":"Content-Length","value":"2889"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 67,\n        \"Name\": \"Malta-Sicily\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"Malta-Italy\",\n        \"Capacity_MW\": 200,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Dec 2013\",\n        \"FullyCommissioned\": \"09 Apr 2015\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"Enemalta,Terna S.p.A. - Rete Elettrica Nazionale\",\n        \"CableManu\": \"Nexans Norway AS\",\n        \"CableInstall\": \"Nexans Norway AS\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 220,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 118,\n        \"RouteSubmarineLengthKm\": 98,\n        \"RouteLandLengthKm\": 20,\n        \"TotalSubmarineCableLengthKm\": 98,\n        \"DepthSubmarineMaxM\": 160,\n        \"Landfall1\": \"Qalet Marku\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Magħtab\",\n        \"ACVoltage1_kv\": 132,\n        \"Landfall2\": \"Marina di Ragusa\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Ragusa\",\n        \"ACVoltage2_kv\": 230,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": 160,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"630 mm2 Cu 3-core XLPE. Target burial depth 1m.\",\n        \"OnshoreCableComments\": \"1000 mm2 Al XLPE single core\",\n        \"AnalystStartYear\": null,\n        \"ConductorType\": \"Cu\",\n        \"ConductorSize\": 630\n    },\n    {\n        \"PowerCableId\": 968,\n        \"Name\": \"Malta-Sicily 2\",\n        \"ProjectCertainty\": \"Medium\",\n        \"Countries\": \"Malta-Italy\",\n        \"Capacity_MW\": 200,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Concept/Early Planning\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"01 Dec 2024\",\n        \"FullyCommissioned\": \"01 Jun 2025\",\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": null,\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 98,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": 98,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": null,\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Maghtab\",\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": null,\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Ragusa\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": null,\n        \"ProjectCostMill\": 170,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2024,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"8ec99db6-59d0-49ed-8661-b1b0a7c91428","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?substationName=Ragusa","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"substationName","value":"Ragusa"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ee251f0b-cddc-4163-bdc6-36295f6b6f6c"},{"name":"All Interconnectors Details by converterName","id":"9ca3c116-775d-4fad-8c72-40cdf568fd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?converterName=Pembroke","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>converterName</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterName","value":"Pembroke"}],"variable":[]}},"response":[{"id":"e9483b54-32fc-40d0-8120-bc1a21fe67a8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?converterName=Pembroke","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"converterName","value":"Pembroke"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:24:06 GMT"},{"key":"Content-Length","value":"3816"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 42,\n        \"Name\": \"North Wales Connection Option 2 Deeside-Wylfa - Pembroke HVDC Link\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"United Kingdom-United Kingdom\",\n        \"Capacity_MW\": null,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Cancelled\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 79, Project Classification: Future Project\",\n        \"CableInstallStarts\": null,\n        \"FullyCommissioned\": null,\n        \"Decommissioned\": null,\n        \"Developers\": null,\n        \"Owners\": \"National Grid Offshore\",\n        \"CableManu\": null,\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": null,\n        \"RouteTotalLengthKm\": null,\n        \"RouteSubmarineLengthKm\": 337,\n        \"RouteLandLengthKm\": null,\n        \"TotalSubmarineCableLengthKm\": null,\n        \"DepthSubmarineMaxM\": null,\n        \"Landfall1\": \"Deeside\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Deeside, Wylfa and Pembroke\",\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": null,\n        \"ACVoltage1_kv\": null,\n        \"Landfall2\": \"Pembroke\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Deeside, Wylfa and Pembroke\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": null,\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": \"This was one of many options, in the end the developer decided to go ahead with on-land cables. The reasons for this were that the subsea cable options cost more, maintenance of subsea cables is more difficult, and this would have been the first time subsea cabling would have linked directly to a nuclear power station.\",\n        \"Website\": \"http://www.northwalesconnection.com/\",\n        \"ProjectCostMill\": 1877,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    },\n    {\n        \"PowerCableId\": 60,\n        \"Name\": \"Greenlink\",\n        \"ProjectCertainty\": \"High\",\n        \"Countries\": \"United Kingdom-Ireland\",\n        \"Capacity_MW\": 500,\n        \"CableCurrent\": \"HVDC\",\n        \"ProjectStatus\": \"Pre-Construction\",\n        \"StatusComments\": \"TYNDP 2016 Project Index: 286, Project Classification: Future Project\\r\\nTYNDP 2018 Project Index: 286, Project Classification: Planned but not yet permitting.\\r\\nTYNDP 2020 Project Index: 286, Project Classification: Planned but not yet permitting.\",\n        \"CableInstallStarts\": \"15 Oct 2023\",\n        \"FullyCommissioned\": \"31 Dec 2024\",\n        \"Decommissioned\": null,\n        \"Developers\": \"Element Power\",\n        \"Owners\": \"Element Power,Partners Group\",\n        \"CableManu\": \"Sumitomo Corporation\",\n        \"CableInstall\": null,\n        \"DCVoltage_kV\": 320,\n        \"Configuration\": \"Symmetrical monopole\",\n        \"ACVoltage_kv\": null,\n        \"NumSubmarineCables\": 2,\n        \"RouteTotalLengthKm\": 200,\n        \"RouteSubmarineLengthKm\": 170,\n        \"RouteLandLengthKm\": 30,\n        \"TotalSubmarineCableLengthKm\": 340,\n        \"DepthSubmarineMaxM\": 100,\n        \"Landfall1\": \"Pembrokeshire\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": \"Pembroke\",\n        \"CableTypeConverterToSubstation1\": \"Underground\",\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": null,\n        \"Substation1\": \"Pembroke\",\n        \"ACVoltage1_kv\": 400,\n        \"Landfall2\": \"County Wexford\",\n        \"CableTypeLandfalltoConverter2\": null,\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": \"Great Island\",\n        \"CableTypeConverterToSubstation2\": null,\n        \"CableTypeLandfallToSubstation2\": null,\n        \"LengthLandCableToSubstation2_km\": null,\n        \"Substation2\": \"Great Island\",\n        \"ACVoltage2_kv\": 220,\n        \"ProjectComments\": \"Cap and Floor Window 1 project.\",\n        \"Website\": \"http://www.greenlinkinterconnector.eu/index.php\",\n        \"ProjectCostMill\": 500,\n        \"CurrencyId\": \"EUR\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": \"The cabling will consist of two power cables and a fibre optic cable, which will be used for communication purposes.\",\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": 2023,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"fc064678-b506-4562-a6ce-37387d316f96","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?converterName=Pembroke","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"converterName","value":"Pembroke"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9ca3c116-775d-4fad-8c72-40cdf568fd60"},{"name":"All Interconnectors Details by landfallName","id":"60cb0e53-3c4d-4b76-a1ad-f8ed0786aca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/details?landfallName=Armanville","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector project via the <code>landfallName</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"landfallName","value":"Armanville"}],"variable":[]}},"response":[{"id":"a3cb9d97-3db7-4863-a5a7-01678fd2b8dc","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?landfallName=Armanville","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"landfallName","value":"Armanville"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:26:41 GMT"},{"key":"Content-Length","value":"1627"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableId\": 57,\n        \"Name\": \"Channel Islands: Normandie 3\",\n        \"ProjectCertainty\": null,\n        \"Countries\": \"France-Jersey\",\n        \"Capacity_MW\": 100,\n        \"CableCurrent\": \"HVAC\",\n        \"ProjectStatus\": \"Fully Commissioned\",\n        \"StatusComments\": null,\n        \"CableInstallStarts\": \"19 Apr 2014\",\n        \"FullyCommissioned\": \"15 Dec 2014\",\n        \"Decommissioned\": null,\n        \"Developers\": \"DC Interconnect, Inc.\",\n        \"Owners\": \"Guernsey Electricty,Jersey Electricity Company Limited,Réseau de Transport d'Electricité (RTE)\",\n        \"CableManu\": \"Prysmian Group S.p.A.\",\n        \"CableInstall\": \"Prysmian Group S.p.A.\",\n        \"DCVoltage_kV\": null,\n        \"Configuration\": null,\n        \"ACVoltage_kv\": 90,\n        \"NumSubmarineCables\": 1,\n        \"RouteTotalLengthKm\": 58,\n        \"RouteSubmarineLengthKm\": 32,\n        \"RouteLandLengthKm\": 26,\n        \"TotalSubmarineCableLengthKm\": 32,\n        \"DepthSubmarineMaxM\": 88,\n        \"Landfall1\": \"Armanville\",\n        \"CableTypeLandfallToConverter1\": null,\n        \"LengthLandCableToConverter1_km\": null,\n        \"Converter1\": null,\n        \"CableTypeConverterToSubstation1\": null,\n        \"CableTypeLandfallToSubstation1\": null,\n        \"LengthLandCableToSubstation1_km\": 19,\n        \"Substation1\": \"Periers\",\n        \"ACVoltage1_kv\": 90,\n        \"Landfall2\": \"Gorey\",\n        \"CableTypeLandfalltoConverter2\": \"Underground\",\n        \"LengthLandCableToConverter2_km\": null,\n        \"Converter2\": null,\n        \"CableTypeConverterToSubstation2\": \"Underground\",\n        \"CableTypeLandfallToSubstation2\": \"Underground\",\n        \"LengthLandCableToSubstation2_km\": 7,\n        \"Substation2\": \"South Hill\",\n        \"ACVoltage2_kv\": null,\n        \"ProjectComments\": null,\n        \"Website\": \"https://www.jec.co.uk/about-us/about-us/our-projects/normandie-3/\",\n        \"ProjectCostMill\": 70,\n        \"CurrencyId\": \"GBP\",\n        \"CostComments\": null,\n        \"OffshoreCableComments\": null,\n        \"OnshoreCableComments\": null,\n        \"AnalystStartYear\": null,\n        \"ConductorType\": null,\n        \"ConductorSize\": null\n    }\n]"},{"id":"dd765a50-ebf0-4b3a-a11f-0201ac99edb9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/details?landfallName=Armanville","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","details"],"query":[{"key":"landfallName","value":"Armanville"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGRldGFpbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 07:35:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"60cb0e53-3c4d-4b76-a1ad-f8ed0786aca9"}],"id":"e350783c-d2c8-4220-bd54-df545566db45","description":"<p>The following endpoints allow you to retrieve the technical specifications of a single or multiple Interconnector project(s)</p>\n","_postman_id":"e350783c-d2c8-4220-bd54-df545566db45"},{"name":"Interconnector Events","item":[{"name":"All Interconnectors Events","id":"001b0714-63d9-47de-aa35-d202e9a8832d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector event(s).</p>\n","urlObject":{"path":["api","cables","interconnectors","events"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"823f13cf-e700-4837-a2ec-7c73a57c52f0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 08:56:42 GMT"},{"key":"Content-Length","value":"1858"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableEventId\": 418,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2023-04-01T00:00:00\",\n        \"EventType\": \"Operation - Fully Commissioned\",\n        \"Expr1\": \"Assuming approval of the needs case then the cable is expected to be in service early 2023.\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityShortDescription\": \"Medium\",\n        \"InformationSource\": \"National Grid NOA 2017 / 2018\"\n    },\n    {\n        \"PowerCableEventId\": 419,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2018-08-14T00:00:00\",\n        \"EventType\": \"Planning - Other Application Submitted\",\n        \"Expr1\": \"Submission of the needs case - this has finally been submitted to Ofgem after slipping from 2015 and then 2016. Originally: By the end of 2015 the developer plans to submit a Needs Case to the Office of Gas and Electricity Markets (Ofgem), this outlines the need for the transmission reinforcement. This will be followed by a Costs and Outputs submission to Ofgem.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssen-transmission.co.uk/news-views/articles/2018/8/ssen-submits-needs-case-to-ofgem-for-western-isles-transmission-link/\"\n    },\n    {\n        \"PowerCableEventId\": 745,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2013-06-14T00:00:00\",\n        \"EventType\": \"Planning - Other Application Submitted\",\n        \"Expr1\": \"The needs case for the project was submitted to the regulator. This submission details the need for the project, and explains why it was chosen over other options and how to proceed with the work. Ofgem will assess the project in terms of efficiency and economic viability. Should the project be given the green light a decision will be made as to whether to allow a financial investment to be made.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssepd.co.uk/PressReleases/Projects/WesternIsles/2359/\"\n    }\n]"},{"id":"d042e776-1825-4d9a-b731-7856110d5660","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"001b0714-63d9-47de-aa35-d202e9a8832d"},{"name":"All Interconnectors Events by powercableID","id":"41a96a6f-b1e3-4b4c-91ad-20e3bff39bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events?powercableID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector events via the <code>powercableID</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"powercableID","value":"1"}],"variable":[]}},"response":[{"id":"196e1125-c27b-4a1b-ab50-aec7ef83d3cf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"powercableID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 10:56:15 GMT"},{"key":"Content-Length","value":"1858"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableEventId\": 418,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2023-04-01T00:00:00\",\n        \"EventType\": \"Operation - Fully Commissioned\",\n        \"Expr1\": \"Assuming approval of the needs case then the cable is expected to be in service early 2023.\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityShortDescription\": \"Medium\",\n        \"InformationSource\": \"National Grid NOA 2017 / 2018\"\n    },\n    {\n        \"PowerCableEventId\": 419,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2018-08-14T00:00:00\",\n        \"EventType\": \"Planning - Other Application Submitted\",\n        \"Expr1\": \"Submission of the needs case - this has finally been submitted to Ofgem after slipping from 2015 and then 2016. Originally: By the end of 2015 the developer plans to submit a Needs Case to the Office of Gas and Electricity Markets (Ofgem), this outlines the need for the transmission reinforcement. This will be followed by a Costs and Outputs submission to Ofgem.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssen-transmission.co.uk/news-views/articles/2018/8/ssen-submits-needs-case-to-ofgem-for-western-isles-transmission-link/\"\n    },\n    {\n        \"PowerCableEventId\": 745,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2013-06-14T00:00:00\",\n        \"EventType\": \"Planning - Other Application Submitted\",\n        \"Expr1\": \"The needs case for the project was submitted to the regulator. This submission details the need for the project, and explains why it was chosen over other options and how to proceed with the work. Ofgem will assess the project in terms of efficiency and economic viability. Should the project be given the green light a decision will be made as to whether to allow a financial investment to be made.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssepd.co.uk/PressReleases/Projects/WesternIsles/2359/\"\n    }\n]"},{"id":"3d896cc0-51b0-4635-9b5a-188abd5657dc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"powercableID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"41a96a6f-b1e3-4b4c-91ad-20e3bff39bb3"},{"name":"All Interconnectors Events by certainty","id":"f6d38b2c-bf09-472a-a5cd-c4883c6fe16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector events via the <code>certainty</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"6bf6bd44-0061-408e-a5e1-76dc9b60cc55","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 10:57:51 GMT"},{"key":"Content-Length","value":"1239"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableEventId\": 1248,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2017-04-01T00:00:00\",\n        \"EventType\": \"Other -\",\n        \"Expr1\": \"The developer is aiming to submit a needs case to Ofgem in the spring.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"http://www.bibbyhydromap.com/news/bibby-hydromap-completes-western-isles-connection-survey-operations/\"\n    },\n    {\n        \"PowerCableEventId\": 2720,\n        \"PowerCableId\": 1,\n        \"Name\": \"Western Isles Link\",\n        \"EventDate\": \"2017-04-01T01:00:00\",\n        \"EventType\": \"Planning - Procurement Process (Supply Chain)\",\n        \"Expr1\": \"The developer is scheduled to award contracts to a preferred bidder.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssen-transmission.co.uk/media/1830/consultationontreatmentofnonmainlandgbonshorewindprojectsssenresponsefinal.pdf\"\n    },\n    {\n        \"PowerCableEventId\": 600,\n        \"PowerCableId\": 2,\n        \"Name\": \"Caithness Moray\",\n        \"EventDate\": \"2017-09-01T00:00:00\",\n        \"EventType\": \"Installation - Other\",\n        \"Expr1\": \"The onshore underground cable works are scheduled to be completed in this month.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityShortDescription\": \"High\",\n        \"InformationSource\": \"https://www.ssepd.co.uk/WorkArea/DownloadAsset.aspx?id=6669\"\n    }\n]"},{"id":"767eda00-8cd2-40de-b58c-b0e93e7f480a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f6d38b2c-bf09-472a-a5cd-c4883c6fe16a"},{"name":"All Interconnectors Events by integrity","id":"07d4a9f0-cd19-485b-ba29-98c2a1341cbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/events?integrity=Low","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Interconnector events via the <code>integrity</code> parameter</p>\n","urlObject":{"path":["api","cables","interconnectors","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Low"}],"variable":[]}},"response":[{"id":"d8d060a4-7e60-4472-9a2b-2d329d1fa4c2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?integrity=Low","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"integrity","value":"Low"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 10:59:09 GMT"},{"key":"Content-Length","value":"1294"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableEventId\": 2895,\n        \"PowerCableId\": 76,\n        \"Name\": \"Finlandskabeln\",\n        \"EventDate\": \"2015-02-01T00:00:00\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"Expr1\": \"This is the earliest that submarine cable construction could have started.\",\n        \"CertaintyDescription\": \"Unlikely\",\n        \"IntegrityShortDescription\": \"Low\",\n        \"InformationSource\": \"4C Offshore estimate\"\n    },\n    {\n        \"PowerCableEventId\": 404,\n        \"PowerCableId\": 89,\n        \"Name\": \"Balearic Islands: Ibiza - Formentera 1972\",\n        \"EventDate\": \"2020-01-01T00:00:00\",\n        \"EventType\": \"Decommissioning - Decommissioning\",\n        \"Expr1\": \"This project is due to be decommissioned and replaced by a new cable project between the islands. Decommissioning is estimated to take place after the new cable is installed.\",\n        \"CertaintyDescription\": \"Unlikely\",\n        \"IntegrityShortDescription\": \"Low\",\n        \"InformationSource\": \"4C Offshore estimate\"\n    },\n    {\n        \"PowerCableEventId\": 405,\n        \"PowerCableId\": 90,\n        \"Name\": \"Balearic Islands: Ibiza - Formentera 1980\",\n        \"EventDate\": \"2020-01-01T00:00:00\",\n        \"EventType\": \"Decommissioning - Decommissioning\",\n        \"Expr1\": \"This project is due to be decommissioned and replaced by a new cable project between the islands. Decommissioning is estimated to take place after the new cable is installed.\",\n        \"CertaintyDescription\": \"Unlikely\",\n        \"IntegrityShortDescription\": \"Low\",\n        \"InformationSource\": \"4C Offshore estimate\"\n    }\n]"},{"id":"7bd49813-c650-45d7-a245-bc7ed88ef213","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/events?integrity=Low","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","events"],"query":[{"key":"integrity","value":"Low"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"07d4a9f0-cd19-485b-ba29-98c2a1341cbf"}],"id":"436624bf-8092-444b-9de7-2c94e8f64946","_postman_id":"436624bf-8092-444b-9de7-2c94e8f64946","description":""},{"name":"Interconnector Stakeholders","item":[{"name":"All Interconnectors Stakeholders","id":"4ebeff97-11ad-4a83-865c-9cf0ed8ce3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector stakeholder(s).</p>\n","urlObject":{"path":["api","cables","interconnectors","stakeholders"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"a44005f3-c378-4c2a-a4e2-d2f9f22c50e3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:46:54 GMT"},{"key":"Content-Length","value":"1963"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableStakeholderId\": 1,\n        \"PowerCableId\": 1,\n        \"ProjectName\": \"Western Isles Link\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/WesternIsles/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    },\n    {\n        \"PowerCableStakeholderId\": 2,\n        \"PowerCableId\": 1,\n        \"ProjectName\": \"Western Isles Link\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Owner-Offshore Transmission\",\n        \"Client\": null,\n        \"Stake\": 100,\n        \"CountUnit\": \"Percentage\",\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/WesternIsles/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 46\n    },\n    {\n        \"PowerCableStakeholderId\": 1878,\n        \"PowerCableId\": 1,\n        \"ProjectName\": \"Western Isles Link\",\n        \"OrganisationName\": \"Bibby HydroMap (ceased trading)\",\n        \"StakeholderType\": \"Surveyor-Geophysical\",\n        \"Client\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Conducted geophysical, geotechnical, benthic and land surveys of the cable route. Surveys techniques included side scan sonar, magnetometer, sub bottom profiler, 80 CPT's and vibrocores, and 26 benthic drop down video and grab sampling stations.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"http://www.bibbyhydromap.com/news/bibby-hydromap-completes-western-isles-connection-survey-operations/\",\n        \"DateOfSource\": \"2016-08-10T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 52\n    }\n]"},{"id":"d3dbbc18-7ec1-4961-862f-f26d08d0144b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4ebeff97-11ad-4a83-865c-9cf0ed8ce3a8"},{"name":"All Interconnectors Stakeholders by powercableID","id":"35682110-e02e-4a39-a13f-c4de2cfafc18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?powercableID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector stakeholder(s) via <code>powercableID</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"powercableID","value":"1"}],"variable":[]}},"response":[{"id":"65f11ce6-fbfc-4db0-b86d-b842f6eaa84b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"powercableID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:49:34 GMT"},{"key":"Content-Length","value":"539"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableStakeholderId\": 1,\n        \"PowerCableId\": 1,\n        \"ProjectName\": \"Western Isles Link\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/WesternIsles/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    }\n]"},{"id":"fa71ccc1-becd-44b7-9804-44edc7c9c154","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?powercableID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"powercableID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"35682110-e02e-4a39-a13f-c4de2cfafc18"},{"name":"All Interconnectors Stakeholders by stakeholderType","id":"f80dae24-ee87-4ef6-adfa-007c219805e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?stakeholderType=Operator","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector stakeholder(s) via <code>stakeholderType</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Operator"}],"variable":[]}},"response":[{"id":"512af84d-29de-4500-9fa0-628f1788978f","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?stakeholderType=Operator","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"stakeholderType","value":"Operator"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:51:17 GMT"},{"key":"Content-Length","value":"1610"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableStakeholderId\": 1,\n        \"PowerCableId\": 1,\n        \"ProjectName\": \"Western Isles Link\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/WesternIsles/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    },\n    {\n        \"PowerCableStakeholderId\": 3,\n        \"PowerCableId\": 2,\n        \"ProjectName\": \"Caithness Moray\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/CaithnessMoray/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    },\n    {\n        \"PowerCableStakeholderId\": 7,\n        \"PowerCableId\": 4,\n        \"ProjectName\": \"Shetland HVDC Link\",\n        \"OrganisationName\": \"Scottish Hydro Electric Transmission plc (SHE Transmission)\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"Owner and operator of the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"https://www.ssepd.co.uk/Shetland/\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    }\n]"},{"id":"a8aaf280-5b12-4165-8e9e-be8209db6f54","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?stakeholderType=Operator","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"stakeholderType","value":"Operator"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f80dae24-ee87-4ef6-adfa-007c219805e1"},{"name":"All Interconnectors Stakeholders by organisationName","id":"111b0ed0-3977-4bfe-b68c-92d122754999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Energinet.dk","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector stakeholder(s) via <code>organisationName</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"Energinet.dk"}],"variable":[]}},"response":[{"id":"b7be3664-095a-48b8-8ec8-a817df1e553d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Energinet.dk","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"organisationName","value":"Energinet.dk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:52:42 GMT"},{"key":"Content-Length","value":"1673"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableStakeholderId\": 15,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Energinet.dk\",\n        \"StakeholderType\": \"Operator\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"TenneT and Energinet.dk are jointly developing the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"http://www.tennet.eu/nl/grid-projects/international-projects/cobracable.html\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 45\n    },\n    {\n        \"PowerCableStakeholderId\": 16,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Energinet.dk\",\n        \"StakeholderType\": \"Owner-Offshore Transmission\",\n        \"Client\": null,\n        \"Stake\": 50,\n        \"CountUnit\": \"Percentage\",\n        \"StakeDescription\": \"TenneT and Energinet.dk are jointly developing the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"http://www.tennet.eu/nl/grid-projects/international-projects/cobracable.html\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 46\n    },\n    {\n        \"PowerCableStakeholderId\": 17,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Energinet.dk\",\n        \"StakeholderType\": \"Developer\",\n        \"Client\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"StakeDescription\": \"TenneT and Energinet.dk are jointly developing the project.\",\n        \"CurrencyId\": null,\n        \"ValueOfStake\": null,\n        \"CostDescription\": null,\n        \"Source\": \"http://www.tennet.eu/nl/grid-projects/international-projects/cobracable.html\",\n        \"DateOfSource\": \"2015-01-15T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 14\n    }\n]"},{"id":"d11c4a70-4599-453b-8f6e-46893f1764fd","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Energinet.dk","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"organisationName","value":"Energinet.dk"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"111b0ed0-3977-4bfe-b68c-92d122754999"},{"name":"All Interconnectors Stakeholders by clientName","id":"b973464b-f88b-4465-9d9d-2008d7498cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Prysmian Group S.p.A.","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector stakeholder(s) via <code>clientName</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"Prysmian Group S.p.A."}],"variable":[]}},"response":[{"id":"0d77ff86-fa78-4512-a49e-67dc48f1a72c","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Prysmian Group S.p.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"organisationName","value":"Prysmian Group S.p.A."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:54:37 GMT"},{"key":"Content-Length","value":"2609"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PowerCableStakeholderId\": 1134,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Prysmian Group S.p.A.\",\n        \"StakeholderType\": \"Manufacturer-HVDC Cabling\",\n        \"Client\": null,\n        \"Stake\": 600,\n        \"CountUnit\": \"Subsea cable length km\",\n        \"StakeDescription\": \"Turn-key contract to supply and install 325 km HVDC bipole 320 kV cabling to the project. The 325 km cable route consists of 299 km submarine, 1 km onshore in the Netherlands and 25 km Denmark.\",\n        \"CurrencyId\": \"EUR\",\n        \"ValueOfStake\": 250,\n        \"CostDescription\": \"The cost reflects all aspects of the contract.\",\n        \"Source\": \"https://www.prysmiangroup.com/sites/default/files/corporate/media/downloads/pdf/press-releases/PR_Prysmian-_Cobra_01_02_2016_ENG.pdf\",\n        \"DateOfSource\": \"2016-02-01T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 152\n    },\n    {\n        \"PowerCableStakeholderId\": 1135,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Prysmian Group S.p.A.\",\n        \"StakeholderType\": \"Manufacturer-Onshore Cabling\",\n        \"Client\": null,\n        \"Stake\": 52,\n        \"CountUnit\": \"Onshore cable length km\",\n        \"StakeDescription\": \"Turn-key contract to supply and install 325 km HVDC bipole 320 kV cabling to the project. The 325 km cable route consists of 299 km submarine, 1 km onshore in the Netherlands and 25 km Denmark.\",\n        \"CurrencyId\": \"EUR\",\n        \"ValueOfStake\": 250,\n        \"CostDescription\": \"The cost reflects all aspects of the contract.\",\n        \"Source\": \"https://www.prysmiangroup.com/sites/default/files/corporate/media/downloads/pdf/press-releases/PR_Prysmian-_Cobra_01_02_2016_ENG.pdf \",\n        \"DateOfSource\": \"2016-02-01T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 130\n    },\n    {\n        \"PowerCableStakeholderId\": 1136,\n        \"PowerCableId\": 6,\n        \"ProjectName\": \"COBRAcable\",\n        \"OrganisationName\": \"Prysmian Group S.p.A.\",\n        \"StakeholderType\": \"Installer-HVDC Cabling\",\n        \"Client\": null,\n        \"Stake\": 507,\n        \"CountUnit\": \"Subsea cable length km\",\n        \"StakeDescription\": \"Turn-key contract to supply and install 325 km HVDC bipole 320 kV cabling to the project. The 325 km cable route consists of 299 km submarine, 1 km onshore in the Netherlands and 25 km Denmark.  Burial tools: Heavy-Duty Plough, Hydroplow and Vertical Injector & RS1 (Rotech)\",\n        \"CurrencyId\": \"EUR\",\n        \"ValueOfStake\": 250,\n        \"CostDescription\": \"The cost reflects all aspects of the contract.\",\n        \"Source\": \"http://www.prysmiangroup.com/en/corporate/media/news/Contract-worth-around-250-M-for-a-submarine-power-cable-link-between-the-Netherlands-and-Denmark/\",\n        \"DateOfSource\": \"2016-02-01T00:00:00\",\n        \"IsExpired\": 0,\n        \"VesselName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null,\n        \"StakeholderTypeId\": 151\n    }\n]"},{"id":"dc2f0b42-8e24-4330-875e-5257cd8a8f41","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/stakeholders?organisationName=Prysmian Group S.p.A.","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","stakeholders"],"query":[{"key":"organisationName","value":"Prysmian Group S.p.A."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b973464b-f88b-4465-9d9d-2008d7498cce"}],"id":"c0fbb31f-f53a-4267-bbcc-bf57272647b0","_postman_id":"c0fbb31f-f53a-4267-bbcc-bf57272647b0","description":""},{"name":"Cable Vessels","item":[{"name":"All Cable Vessels Details","id":"39cc7917-fbdc-4f32-b1b8-ec4d61f38a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessels(s).</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"5dd004a2-b268-46c9-9bb5-d927c8a4e623","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:57:18 GMT"},{"key":"Content-Length","value":"7480"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 30.48,\n        \"CallSign\": \"2BDP4\",\n        \"Classification\": \"LR ✠100 A1 Pontoon\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 7000,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1984-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Auxiliary Engines - Perkins 4008TAG2\",\n        \"FlagISO2Digit\": \"UK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 5689,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8405892\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 91.72,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 15,\n        \"MaxDraftM\": 6.16,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 1.2,\n        \"MMSI\": null,\n        \"Name\": \"AMT Explorer\",\n        \"NetTonnageTons\": 1706,\n        \"Notes\": \"The cable barge AMT Explorer sank on Thursday, July 3 2014 around 50 miles southwest of Sardinia while carrying Prysmian’s power cables to the North Sea.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.cablesm.fr/amtexplorer2pp.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1984,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"StatusDescription\": \"Decommissioned\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"CompanyWeb\": \"http://www.augustea.com\",\n        \"CompanyName\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"Shipyard\": null\n    },\n    {\n        \"VesselId\": 5,\n        \"AccommodationPersons\": 34,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 34,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 13,\n        \"CallSign\": \"SMWY\",\n        \"Classification\": \"BV I ✠ Special Service/Cable Laying Ship. Unrestricted Navigation CL, Ice III, AUT-UMS, DYNAPOS AM/AT\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Hydralift SWL\",\n        \"Crane1RadiusM\": 21,\n        \"Crane1Tons\": 7,\n        \"Crane2Description\": \"3 x small cranes\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 3,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1200,\n        \"CarouselNotes\": \"Three turntables. Two with the outer and inner diameter of 11,7/3 m and load of 1200 tons resp. 800 tons, and one with the outer and inner diameter of \\r\\n8/3 m load 400 tons. Max. height is about 3,40 m. \\r\\nMax. total weight of cargo is about 1,200 tons in total. \\r\\nJointing & Testing\\r\\nFully equiped utilities for jointing fiber optic cables. Air-conditioned. Testing utilities with capability of testing fiber optic cables. \\r\\nSetup for repair of power cables with a bending radius of 3 m.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Kongsberg K.Pos 22 \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 10V23L-VO\",\n        \"FlagISO2Digit\": \"SE\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 2138,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7229502\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2015\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 86.6,\n        \"MaxCargoWeightTons\": 1200,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.88,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 7,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"265098000\",\n        \"Name\": \"Pleijel\",\n        \"NetTonnageTons\": 495,\n        \"Notes\": \"Pleijel is a cable laying and repair vessel. It can be configured with different auxiliary equipment. It has DP2\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Stern azimuth thruster, 800 kW\\r\\nAzimuth thruster, \",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 9,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/5.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://balticoffshore.se/vessels/cs-pleijel/\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1972,\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": 3,\n        \"ExportProjects\": 2,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Baltic Offshore\",\n        \"CompanyWeb\": \"http://www.balticoffshore.se\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"Shipyard\": \"Sonderborg Skibsvaerft A/S\"\n    },\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"aba92a24-38ea-42bf-b494-bb49d8c9791b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"39cc7917-fbdc-4f32-b1b8-ec4d61f38a16"},{"name":"Cable Vessel Details by vesselName","id":"ba9cdf78-3494-4a9a-8a86-15070347576f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselName=Cable One","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>vesselName</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Cable One"}],"variable":[]}},"response":[{"id":"0aab50cd-45ee-4060-ab76-162b513bde8a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:02:42 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"571ad969-a9cc-4bcb-9228-d681909c0c4e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ba9cdf78-3494-4a9a-8a86-15070347576f"},{"name":"Cable Vessel Details by vesselID","id":"6128e9cc-72c8-430b-b1f6-da989795ed65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>vesselID</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"1"}],"variable":[]}},"response":[{"id":"6874e552-9fae-4378-953b-3052e41cf35a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"vesselID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:04:58 GMT"},{"key":"Content-Length","value":"2144"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 30.48,\n        \"CallSign\": \"2BDP4\",\n        \"Classification\": \"LR ✠100 A1 Pontoon\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 7000,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1984-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Auxiliary Engines - Perkins 4008TAG2\",\n        \"FlagISO2Digit\": \"UK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 5689,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8405892\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 91.72,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 15,\n        \"MaxDraftM\": 6.16,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 1.2,\n        \"MMSI\": null,\n        \"Name\": \"AMT Explorer\",\n        \"NetTonnageTons\": 1706,\n        \"Notes\": \"The cable barge AMT Explorer sank on Thursday, July 3 2014 around 50 miles southwest of Sardinia while carrying Prysmian’s power cables to the North Sea.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.cablesm.fr/amtexplorer2pp.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1984,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"StatusDescription\": \"Decommissioned\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"CompanyWeb\": \"http://www.augustea.com\",\n        \"CompanyName\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"Shipyard\": null\n    }\n]"},{"id":"253f9f82-35c0-4a4a-87a1-c95620d278d6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?vesselID=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"vesselID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6128e9cc-72c8-430b-b1f6-da989795ed65"},{"name":"Cable Vessel Details by callsign","id":"b3f641d0-cefd-43a3-8c0a-e8123ed6268a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?callsign=OVZC2","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>callSign</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"OVZC2"}],"variable":[]}},"response":[{"id":"b75d4859-2fb6-48e8-b7e7-451706cbf180","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?callsign=OVZC2","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"callsign","value":"OVZC2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:07:06 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"4ba9d0fe-02ad-47af-a77a-07f3e8695a0c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?callsign=OVZC2","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"callsign","value":"OVZC2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b3f641d0-cefd-43a3-8c0a-e8123ed6268a"},{"name":"All Cable Vessel Details by owner","id":"c713b64f-b788-4f7a-aec3-18de14826a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?callsign=OVZC2","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>owner</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"OVZC2"}],"variable":[]}},"response":[{"id":"2df03e28-1592-418c-bc25-732a0785f0ad","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?owner=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"owner","value":"JD-Contractor AS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:09:02 GMT"},{"key":"Content-Length","value":"7373"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 15,\n        \"AccommodationPersons\": 26,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 26,\n        \"BollardPullTonnes\": 30,\n        \"BreadthM\": 21.3,\n        \"CallSign\": \"OU8603\",\n        \"Classification\": \"BV I ✠ Mach, Unrestricted navigation \",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A - Frame\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 40,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1800,\n        \"CarouselNotes\": \"The vessel is equipped with a turntable, a 300KN cable tensioner, cable chute and a cable highway with 5m radius\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1930-01-19T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"6 point mooring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Diesel Generators: 3 - 161 kVA - 129 kW - 232 hp\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 1922,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8646484\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 81.71,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.24,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 40,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 2.4,\n        \"MMSI\": \"219002349\",\n        \"Name\": \"Henry P. Lading\",\n        \"NetTonnageTons\": 577,\n        \"Notes\": \"Henry P. Lading was built as a pontoon and is equipped with an  anchor winch, 6 warp winches and 2 capstan winches complete with anchors, chains and wires. She has accommodation for 26 people. The most important equipment on board is the hydraulically operated laying (capstan) wheel and the big  turntable with various tension devices and roller paths.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": null,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/15.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474434\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1930,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 2,\n        \"ExportProjects\": 7,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable lay barge\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Palmers Shipbuilding and Iron Company\"\n    },\n    {\n        \"VesselId\": 16,\n        \"AccommodationPersons\": 10,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 10,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 5.83,\n        \"CallSign\": \"J8HP2\",\n        \"Classification\": \"BV I ✠ Hull,  ✠ Mach, Special service /Buoylayer \",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"Derrick crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 2,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 1,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1961-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Bolnes 5DNL 190/600\",\n        \"FlagISO2Digit\": \"VC\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 106.42,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8865614\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 28.8,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 1.7,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 2,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"375052000\",\n        \"Name\": \"MS Honte\",\n        \"NetTonnageTons\": 24.83,\n        \"Notes\": \"MS Honte is a dive Support Vessel with low draught (DSV)  and is equipped for embedding of cables. The vessel has accommodation for 10 persons. The permanent crew consists of three persons. The crew can be supplemented with divers as required.\",\n        \"NumberCrew\": 3,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": \"1 Screw Propeller Solid LB 5.00 at 430 rpm \",\n        \"TankNotes\": \"Fresh water: 9.2m3\",\n        \"TransitSpeedKn\": 8,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/16.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474459\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1961,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": 4,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Rijkswerf\"\n    }\n]"},{"id":"c5ffe945-a39d-4876-8557-79646e4df780","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?owner=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"owner","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c713b64f-b788-4f7a-aec3-18de14826a70"},{"name":"All Cable Vessel Details by shipyard","id":"1f85ea57-d530-4fda-9460-1398964fd6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?shipyard=Goole Shipbuilding & Repair","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>shipyard</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}],"variable":[]}},"response":[{"id":"296b00ea-87af-4f3a-9e0d-5cb12514f05b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?shipyard=Goole Shipbuilding & Repair","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:10:31 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"6774ad95-0393-4cc3-b894-318dd8374a0f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?shipyard=Goole Shipbuilding & Repair","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1f85ea57-d530-4fda-9460-1398964fd6ee"},{"name":"All Cable Vessel Details by numberpassengers","id":"2feb20bd-ad96-4b65-8249-72744a31b9e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberpassengers=11","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>numberpassengers</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberpassengers","value":"11"}],"variable":[]}},"response":[{"id":"f81a48a4-1a8c-4f13-86e3-951b4e3b32d8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:13:40 GMT"},{"key":"Content-Length","value":"4977"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 180,\n        \"AccommodationPersons\": 24,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 24,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 12.5,\n        \"CallSign\": \"ORLA\",\n        \"Classification\": \"BV I ✠ Special Service Salvage\",\n        \"ConstructionCountry\": \"BE\",\n        \"Crane1Description\": \"Marlift telescopic crane: 8.8t@19.4m, 13.4@13, 24.5@7.4\",\n        \"Crane1RadiusM\": 7.4,\n        \"Crane1Tons\": 24.5,\n        \"Crane2Description\": \"ACTA boat crane on aft deck\",\n        \"Crane2RadiusM\": 7,\n        \"Crane2Tons\": 1.5,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1991-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"4 point mooring. Bow thruster 3 bladed propeller.\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Caterpillar 3508 STD total power 1350kW\",\n        \"FlagISO2Digit\": \"NL\",\n        \"FreeDeckSpaceM2\": 375,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"0.5 - 0.7m3 /day in port\\r\\n4-5m3 /day at full speed\",\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 856,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8918564\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2001\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 56.65,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxDraftM\": 2.69,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 24,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 2.5,\n        \"MMSI\": \"244820406\",\n        \"Name\": \"Seisund\",\n        \"NetTonnageTons\": 256,\n        \"Notes\": \"Offshore Beaver can be used for dive support, salvage and cable laying. The vessel was previously owned by URS Salvage and Contracting before sale to Workship Contractors. who then sold the vessel to Seisund AS of Torangsvag, Norway in June 2017. The vessel was bought to support salmon farming.\",\n        \"NumberCrew\": 9,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": \"Offshore Beaver;Union Beaver\",\n        \"PropDescription\": \"Two main propellers\",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/180.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": null,\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1991,\n        \"AnythingProjects\": 10,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Unknown\",\n        \"CompanyWeb\": null,\n        \"CompanyName\": \"Unknown\",\n        \"Shipyard\": null\n    }\n]"},{"id":"80454a22-d555-4387-85bf-bb338166a0b7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"2feb20bd-ad96-4b65-8249-72744a31b9e4"},{"name":"All Cable Vessel Details by numberengines","id":"d9e39048-b561-41df-8257-3bf74dddfb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberengines=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>numberengines</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberengines","value":"1"}],"variable":[]}},"response":[{"id":"68f8fab2-c863-451c-a30f-4af438ddda65","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numberengines","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:14:58 GMT"},{"key":"Content-Length","value":"7613"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 5,\n        \"AccommodationPersons\": 34,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 34,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 13,\n        \"CallSign\": \"SMWY\",\n        \"Classification\": \"BV I ✠ Special Service/Cable Laying Ship. Unrestricted Navigation CL, Ice III, AUT-UMS, DYNAPOS AM/AT\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Hydralift SWL\",\n        \"Crane1RadiusM\": 21,\n        \"Crane1Tons\": 7,\n        \"Crane2Description\": \"3 x small cranes\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 3,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1200,\n        \"CarouselNotes\": \"Three turntables. Two with the outer and inner diameter of 11,7/3 m and load of 1200 tons resp. 800 tons, and one with the outer and inner diameter of \\r\\n8/3 m load 400 tons. Max. height is about 3,40 m. \\r\\nMax. total weight of cargo is about 1,200 tons in total. \\r\\nJointing & Testing\\r\\nFully equiped utilities for jointing fiber optic cables. Air-conditioned. Testing utilities with capability of testing fiber optic cables. \\r\\nSetup for repair of power cables with a bending radius of 3 m.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Kongsberg K.Pos 22 \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 10V23L-VO\",\n        \"FlagISO2Digit\": \"SE\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 2138,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7229502\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2015\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 86.6,\n        \"MaxCargoWeightTons\": 1200,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.88,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 7,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"265098000\",\n        \"Name\": \"Pleijel\",\n        \"NetTonnageTons\": 495,\n        \"Notes\": \"Pleijel is a cable laying and repair vessel. It can be configured with different auxiliary equipment. It has DP2\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Stern azimuth thruster, 800 kW\\r\\nAzimuth thruster, \",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 9,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/5.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://balticoffshore.se/vessels/cs-pleijel/\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1972,\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": 3,\n        \"ExportProjects\": 2,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Baltic Offshore\",\n        \"CompanyWeb\": \"http://www.balticoffshore.se\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"Shipyard\": \"Sonderborg Skibsvaerft A/S\"\n    },\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 16,\n        \"AccommodationPersons\": 10,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 10,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 5.83,\n        \"CallSign\": \"J8HP2\",\n        \"Classification\": \"BV I ✠ Hull,  ✠ Mach, Special service /Buoylayer \",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"Derrick crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 2,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 1,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1961-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Bolnes 5DNL 190/600\",\n        \"FlagISO2Digit\": \"VC\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 106.42,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8865614\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 28.8,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 1.7,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 2,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"375052000\",\n        \"Name\": \"MS Honte\",\n        \"NetTonnageTons\": 24.83,\n        \"Notes\": \"MS Honte is a dive Support Vessel with low draught (DSV)  and is equipped for embedding of cables. The vessel has accommodation for 10 persons. The permanent crew consists of three persons. The crew can be supplemented with divers as required.\",\n        \"NumberCrew\": 3,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": \"1 Screw Propeller Solid LB 5.00 at 430 rpm \",\n        \"TankNotes\": \"Fresh water: 9.2m3\",\n        \"TransitSpeedKn\": 8,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/16.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474459\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1961,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": 4,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Rijkswerf\"\n    }\n]"},{"id":"e6b6d390-16c0-4100-a4a7-c6ac92d374f3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numberengines","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"d9e39048-b561-41df-8257-3bf74dddfb6d"},{"name":"All Cable Vessel Details by numbercrew","id":"0e803a32-1e33-4b3b-9a5d-1644c30e1efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numbercrew=5","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>numbercrew</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numbercrew","value":"5"}],"variable":[]}},"response":[{"id":"79026521-cd36-40fe-bfcf-b40e0421e056","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:17:32 GMT"},{"key":"Content-Length","value":"7003"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 639,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 12,\n        \"CallSign\": \"OZLP2\",\n        \"Classification\": \"BV I ✠ 3/3 (E) - Dredger\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 6,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1980-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Volvo Penta D12P-B MH 2x350 hp\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 510,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7944762\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 46.5,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.77,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 6,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"219000558\",\n        \"Name\": \"MS Grete Fighter\",\n        \"NetTonnageTons\": 174,\n        \"Notes\": \"MS Grete Fighter has grab equipment for stone, sand and soil. Digging with either a 2.2m3 or 3.0m3 bucket. Also equipped with underwater video. It has three legs for stability.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 7,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/639.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.peter-madsen.dk/gf.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1980,\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Dredger\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Peter Madsen Rederi A/S\",\n        \"CompanyWeb\": \"http://www.peter-madsen.dk/\",\n        \"CompanyName\": \"Peter Madsen Rederi A/S\",\n        \"Shipyard\": \"Bogense Skibsværft A/S (ceased trading)\"\n    },\n    {\n        \"VesselId\": 1802,\n        \"AccommodationPersons\": 5,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 5,\n        \"BollardPullTonnes\": 22,\n        \"BreadthM\": 8.64,\n        \"CallSign\": \"PBGI\",\n        \"Classification\": \"BV I  ✠ Hull 3/3 (E) * Coastal Area 30 miles from shore * MACH\",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"HS Marine AKC 115LHE4 , 4.4ton @ 15,5m\",\n        \"Crane1RadiusM\": 15.5,\n        \"Crane1Tons\": 4.4,\n        \"Crane2Description\": \"SWL A-frame + 8 mtr. plough (5.8 ton)\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 25,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"2006-05-01T00:00:00\",\n        \"Design\": \"Damen Shoalbuster 2308\",\n        \"DPClass\": null,\n        \"DPNotes\": \"Bow thruster 1 x Kalkman 120 HP.\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Caterpillar 3412 D\",\n        \"FlagISO2Digit\": \"NL\",\n        \"FreeDeckSpaceM2\": 38,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Reintjes\",\n        \"GearBoxModel\": \"WAF 464L\",\n        \"GearBoxRatio\": \"5.042:1\",\n        \"GrossTonnageTons\": 123,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"9382463\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"18-24m\",\n        \"LOAM\": 23.35,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxDraftM\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 4,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10.5\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"245431000\",\n        \"Name\": \"Baloe\",\n        \"NetTonnageTons\": 37,\n        \"Notes\": \"Baloe is a Damen built shoalbuster used for general construction support.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"2 x Promarin\",\n        \"TankNotes\": \"Fresh water: 13900 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1802.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"https://www.hermansr.com/workboats/shoalbusters/shoalbuster-2308-baloe\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 2006,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Herman Sr BV\",\n        \"CompanyWeb\": \"http://www.hermansr.com/\",\n        \"CompanyName\": \"Herman Sr BV\",\n        \"Shipyard\": \"Damen Shipyards\"\n    }\n]"},{"id":"d9ba80bd-526b-4c09-9aaa-8a701c69ceeb","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0e803a32-1e33-4b3b-9a5d-1644c30e1efd"},{"name":"All Cable Vessel Details by berths","id":"b6660b2a-3661-4d76-b4f3-e83a706c182b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?berths=16","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>berths</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"berths","value":"16"}],"variable":[]}},"response":[{"id":"1bded561-14c1-4498-83f3-752fa80dd121","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?berths=16","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"berths","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:19:04 GMT"},{"key":"Content-Length","value":"7132"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 1739,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.31,\n        \"CallSign\": \"WCW9003\",\n        \"Classification\": null,\n        \"ConstructionCountry\": null,\n        \"Crane1Description\": \"Knuckle aft crane.\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": null,\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point anchoring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"12 V71 Detroit Diesels 800HP\",\n        \"FlagISO2Digit\": \"US\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Twin Disc\",\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": \"4:1\",\n        \"GrossTonnageTons\": null,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": null,\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 30.48,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.74,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"338104509\",\n        \"Name\": \"Megan T Miller\",\n        \"NetTonnageTons\": null,\n        \"Notes\": \"Megan T Miller is a utility vessel which has been used for geotechnical work. It can also provide ROV support. It was used on the Block Island project to clear obstacles from the seabed.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"4\\\" shafts\",\n        \"TankNotes\": \"Water: 1000 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1739.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.millermarineservices.com/EquipmentMeganMiller.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Miller Marine Services\",\n        \"CompanyWeb\": \"http://www.millermarineservices.com/index.html\",\n        \"CompanyName\": \"Miller Marine Services\",\n        \"Shipyard\": null\n    },\n    {\n        \"VesselId\": 2175,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 8.3,\n        \"CallSign\": \"HP7058\",\n        \"Classification\": \"INSB\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Gantry crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 3.2,\n        \"Crane2Description\": \"Hydraulic crane\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 2.5,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 478,\n        \"CarouselNotes\": \"Cable tanks: 2 x 2.5m ID - 8m\\r\\nCable capacity: 235m3\\r\\nCable drums: 2 x 3m dianeter D&N Hydraulics 20t SWL\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Bow thruster 200kW\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 40626VO\",\n        \"FlagISO2Digit\": \"PA\",\n        \"FreeDeckSpaceM2\": 311,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"950lt / day during cable operations.\",\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 480,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7411820\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"1985\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 46.33,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.5,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 3,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"356126000\",\n        \"Name\": \"CLV Ikaros I\",\n        \"NetTonnageTons\": 170,\n        \"Notes\": \"CLV Ikaros has worked on an inter-connector project. It is a specialised shallow draft cable laying vessel capable of conducting all types of cable operations.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Bow thruster: 360 degree Gill thruster 200kW\",\n        \"TankNotes\": \"Fresh water: 25m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/2175.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.maritech.gr/images/vesselspecs/c-l_ikaros.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": null,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"MARITECH\",\n        \"CompanyWeb\": \"http://www.maritech.gr\",\n        \"CompanyName\": \"MARITECH\",\n        \"Shipyard\": \"Vestvaerftet\"\n    }\n]"},{"id":"1a12431c-9811-4b64-b0cc-f948dc387933","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?berths=16","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"berths","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"b6660b2a-3661-4d76-b4f3-e83a706c182b"},{"name":"All Cable Vessel Details by accommodationpersons","id":"e71a3c2a-c57b-41dc-b7da-f1c0edae994e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels?accommodationpersons=16","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel(s) via <code>accommodationpersons</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"accommodationpersons","value":"16"}],"variable":[]}},"response":[{"id":"f368803b-ada6-4dfd-9bb5-182457075c0a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:20:21 GMT"},{"key":"Content-Length","value":"7258"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 546,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.73,\n        \"CallSign\": \"OF3100\",\n        \"Classification\": \"DNV GL ✠ 1A1 E0 \",\n        \"ConstructionCountry\": \"FI\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1978-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": null,\n        \"FlagISO2Digit\": \"FI\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 376,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7636341\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"01/06/2013\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 42.6,\n        \"MaxCargoWeightTons\": 250,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.1,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"230234000\",\n        \"Name\": \"Telepaatti\",\n        \"NetTonnageTons\": 117,\n        \"Notes\": \"Cable vessel Telepaatti was built in 1987 specially as a cable vessel for the demanding circumstances on Finnish coastline. This vessel is well adapted for laying telecommunications- and electrical cables and plumbing lines. The location of the ship is on a central spot on the edge of the Baltic sea. During harsh winter time the vessel is being moved to a more southern location when needed in order to maintain the operation ability on the ice free sea areas.\",\n        \"NumberCrew\": 7,\n        \"NumberEngines\": null,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 11,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/546.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"https://exchange.dnv.com/Exchange/main.aspx?extool=vessel&subview=summary&vesselid=11454\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1978,\n        \"AnythingProjects\": null,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not in offshore wind market\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Relacom\",\n        \"CompanyWeb\": \"http://www.relacom.com/\",\n        \"CompanyName\": \"Relacom\",\n        \"Shipyard\": \"STX Finland Oy (Aker Yards Oy)\"\n    },\n    {\n        \"VesselId\": 1739,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.31,\n        \"CallSign\": \"WCW9003\",\n        \"Classification\": null,\n        \"ConstructionCountry\": null,\n        \"Crane1Description\": \"Knuckle aft crane.\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": null,\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point anchoring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"12 V71 Detroit Diesels 800HP\",\n        \"FlagISO2Digit\": \"US\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Twin Disc\",\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": \"4:1\",\n        \"GrossTonnageTons\": null,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": null,\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 30.48,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.74,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"338104509\",\n        \"Name\": \"Megan T Miller\",\n        \"NetTonnageTons\": null,\n        \"Notes\": \"Megan T Miller is a utility vessel which has been used for geotechnical work. It can also provide ROV support. It was used on the Block Island project to clear obstacles from the seabed.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"4\\\" shafts\",\n        \"TankNotes\": \"Water: 1000 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1739.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.millermarineservices.com/EquipmentMeganMiller.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Miller Marine Services\",\n        \"CompanyWeb\": \"http://www.millermarineservices.com/index.html\",\n        \"CompanyName\": \"Miller Marine Services\",\n        \"Shipyard\": null\n    }\n]"},{"id":"2d7af6cf-f361-4b35-9c49-209bad342a7a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e71a3c2a-c57b-41dc-b7da-f1c0edae994e"}],"id":"e9afdbe3-2588-441b-bcc3-b98d907e8532","_postman_id":"e9afdbe3-2588-441b-bcc3-b98d907e8532","description":""},{"name":"Cable Vessel Events","item":[{"name":"All Cable Vessel Events","id":"e2ce6350-5b3c-45a5-bb66-d372302132ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s).</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"189fb331-b65b-4abd-924a-16e3af4e3035","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRzXA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:22:54 GMT"},{"key":"Content-Length","value":"1057"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5218,\n        \"VesselId\": 5,\n        \"Name\": \"Pleijel\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"EventDate\": \"1972-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Sonderborg Skibsvaerft A/S built Pleijel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    },\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    }\n]"},{"id":"74a01ddd-16c7-4eea-a3ca-e5b163f2ee1a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e2ce6350-5b3c-45a5-bb66-d372302132ab"},{"name":"All Cable Vessel Events by vesselID","id":"1192743f-5e22-4e75-a827-4b11245091be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselID=6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>vesselID</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"6"}],"variable":[]}},"response":[{"id":"5f5acfab-a17f-4d77-8e52-9d44d3a27453","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:24:09 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"5cb6e749-2059-43f8-a676-d2aaa0d29329","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1192743f-5e22-4e75-a827-4b11245091be"},{"name":"All Cable Vessel Events by vesselName","id":"352d5a7c-0453-4b69-bcfe-9cd2930d3d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselName=Cable One","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>vesselName</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Cable One"}],"variable":[]}},"response":[{"id":"b80ab698-11d1-4806-b35e-3acb165252bb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:25:36 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"24bab7c0-1e73-4cd7-9385-fd70cd627901","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"352d5a7c-0453-4b69-bcfe-9cd2930d3d05"},{"name":"All Cable Vessel Events by companyName","id":"4e0c1e77-5edd-4b9a-8441-25301dd3cb94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?companyName=JD-Contractor AS","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>companyName</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"companyName","value":"JD-Contractor AS"}],"variable":[]}},"response":[{"id":"c85b51b9-8006-4d24-90ee-cd90b6a8563b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:27:00 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"61b78f54-e8e1-49fe-be72-8e5c24f44a01","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4e0c1e77-5edd-4b9a-8441-25301dd3cb94"},{"name":"All Cable Vessel Events by eventType","id":"3fc76731-c09a-41af-a5cb-d331233e1b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?eventType=Delivery","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>eventType</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventType","value":"Delivery"}],"variable":[]}},"response":[{"id":"5b139045-b840-4f48-9ec7-4a20367f886a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:29:30 GMT"},{"key":"Content-Length","value":"1022"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5218,\n        \"VesselId\": 5,\n        \"Name\": \"Pleijel\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"EventDate\": \"1972-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Sonderborg Skibsvaerft A/S built Pleijel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 4954,\n        \"VesselId\": 7,\n        \"Name\": \"CS Sovereign\",\n        \"CompanyName\": \"Global Offshore\",\n        \"EventDate\": \"1991-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Van de Giessen de Noord delivered CS Sovereign.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"81e70d32-1d1f-495c-a782-b356e143d6b2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3fc76731-c09a-41af-a5cb-d331233e1b57"},{"name":"All Cable Vessel Events by certainty","id":"84545e61-47db-4b5d-82c0-a9d42c37694d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>certainty</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"5c9c13a7-c48d-42d0-8ad5-0d9cb740361d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"c62cbe7b-7914-4797-92b3-54406dfe4d06","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:30:51 GMT"},{"key":"Content-Length","value":"1068"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 5375,\n        \"VesselId\": 124,\n        \"Name\": \"Forth Guardsman\",\n        \"CompanyName\": \"Briggs Marine Contractors Ltd.\",\n        \"EventDate\": \"1983-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Kambara Kisen Co., Ltd. built the Forth Guardsman\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"DNV GL\"\n    },\n    {\n        \"VesselEventId\": 64,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2014-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    }\n]"}],"_postman_id":"84545e61-47db-4b5d-82c0-a9d42c37694d"},{"name":"All Cable Vessel Events by integrity","id":"63bab64d-858a-4e37-aaf7-c3a85f7c7733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?integrity=Medium Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Interconnector Cable Vessel Event(s) via <code>Integrity</code> parameter.</p>\n","urlObject":{"path":["api","cables","interconnectors","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Medium Confidence"}],"variable":[]}},"response":[{"id":"df1dd949-061e-4a1b-8fa2-fc57a3e3b20f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"30ce52b4-f62f-4992-88d0-9390e36e06d0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:31:54 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5221,\n        \"VesselId\": 15,\n        \"Name\": \"Henry P. Lading\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1930-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Palmers Shipbuilding and Iron Company built the vessel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 64,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2014-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    },\n    {\n        \"VesselEventId\": 63,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2010-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    }\n]"},{"id":"72154151-e0d6-4e04-aaef-cef84cb1a278","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:32:32 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"63bab64d-858a-4e37-aaf7-c3a85f7c7733"}],"id":"9fef61c7-31a0-40ac-aaf4-10692754c600","_postman_id":"9fef61c7-31a0-40ac-aaf4-10692754c600","description":""}],"id":"9c860a7b-12dc-42c1-ac13-60af4f7313cc","_postman_id":"9c860a7b-12dc-42c1-ac13-60af4f7313cc","description":""},{"name":"Cable Wind","item":[{"name":"Project Details","item":[{"name":"All Project Details","id":"7168b9a5-d576-437d-b020-22e0dd93c2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/cables/wind","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"fd6e1078-6268-43b4-9321-e4cdec2d58c2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/cables/wind"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 14:55:16 GMT"},{"key":"Content-Length","value":"10649"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 1,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"OtherNames\": \"Durres\",\n        \"CountryName\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"Round\": null,\n        \"Region\": \"Durrës\",\n        \"Comments\": \"Blue H Technologies BV ceased trading in October 2012.\",\n        \"Website\": null,\n        \"MostRecentEvent\": \"10 Oct 2012: Blue H Technologies cease trading.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"ArrayInstallationStarts\": null,\n        \"ExportInstallationStarts\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": null,\n        \"ModelledNumberTurbines\": null,\n        \"ModelledNumSubstations\": null,\n        \"ModelledArrayCableKm\": null,\n        \"ModelledACExportCableKm\": null,\n        \"ArrayManCostEURM\": null,\n        \"ArrayInsCostEURM\": null,\n        \"ACExportManCostEURM\": null,\n        \"ACExportInsCostEURM\": null,\n        \"Owners\": null,\n        \"Developers\": null,\n        \"Operators\": null,\n        \"CapacityMWMax\": 539,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 154,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"Foundation\": \"Floating: Not Specified\",\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 36,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": 41.37278152,\n        \"Lon\": 19.23974125,\n        \"SeaName\": \"Adriatic Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 2,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"Round\": null,\n        \"Region\": \"Unknown\",\n        \"Comments\": \"The project is a hybrid wind-wave power concept with a total capacity of 9MW for each Power Platform. The platform will consist of one wind turbine (up to 7MW) and 6 (up to 1.5MW) oscillating water column (OWC) wave devices. The design is for six or more 'energy islands' to be put together in an array.\",\n        \"Website\": \"http://www.globalrenewablesolutions.org/\",\n        \"MostRecentEvent\": \"01 Apr 2017: Global Renewable Solutions intends testing the power platform, minus wind turbine, off of the coast of Co. Mayo. Ireland in the second quarter of 2017.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"ArrayInstallationStarts\": null,\n        \"ExportInstallationStarts\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": null,\n        \"AnalystOffshoreStartYear\": null,\n        \"AnalystConfidence\": null,\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": null,\n        \"ModelledNumberTurbines\": null,\n        \"ModelledNumSubstations\": null,\n        \"ModelledArrayCableKm\": null,\n        \"ModelledACExportCableKm\": null,\n        \"ArrayManCostEURM\": null,\n        \"ArrayInsCostEURM\": null,\n        \"ACExportManCostEURM\": null,\n        \"ACExportInsCostEURM\": null,\n        \"Owners\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Developers\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 7,\n        \"CapacityMWMin\": 3,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 1,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 3,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": -38.36744554,\n        \"Lon\": 141.67465919,\n        \"SeaName\": \"Great Australian Bight\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 3,\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"Victoria\",\n        \"Comments\": \"The project is proposed to be located off the south coast of Gippsland within a 496m2 area. This site offers: \\r\\n• Good offshore wind conditions with consistent and strong winds \\r\\n• Suitable water depths of around 20-40 metres \\r\\n• Access to existing transmission infrastructure in the Latrobe Valley, enabling connection to the National Electricity Market (NEM) \\r\\n• Proximity to a local workforce, leading education and training providers, and supply chain with electricity generation experience (Latrobe Valley) and oil and gas maritime experience (Bass Strait) \\r\\n• Proximity to existing ports for construction and operations • Distance from sensitive environmental areas, major shipping channels and commercial oil and gas fields.\",\n        \"Website\": \"http://www.starofthesouth.com.au\",\n        \"MostRecentEvent\": \"01 Jan 2022: Detailed assessment of potential impacts as part of an Environment Impact Statement (EIS) and Environment Effects Statement (EES) across 2021-22\",\n        \"ParkConstructionStarts\": \"01 Jan 2027\",\n        \"OffshoreConstructionStarts\": \"01 Jan 2027\",\n        \"SubmittedForConsent\": \"01 Jan 2023\",\n        \"ConsentAuthorised\": \"31 Dec 2024\",\n        \"FinancialClose\": \"01 Jan 2025\",\n        \"ArrayInstallationStarts\": null,\n        \"ExportInstallationStarts\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"01 Jan 2030\",\n        \"AnalystOffshoreStartYear\": 2027,\n        \"AnalystConfidence\": \"Low\",\n        \"AnalystComments\": \"Star of the South, a partnership between Offshore Energy Pty Ltd. and Copenhagen Infrastructure Partners (CIP), are developing Australia’s first proposed offshore wind farm. The project area is located 7-25 km off the south coast of Gippsland, Victoria with a capacity of up to 2.2 GW. A exploration license was granted in March 2019 to undertake necessary technical and environmental studies. Scoping for the environment assessments are underway. Developers must complete an Environmental Impact Statement (EIS) for the Australian Government and an Environmental Effects Statement (EES) for the State of Victoria. A separate license will also be sought from the Australian government to construct, operate and decommission the windfarm. The EIS and EES will be prepared between 2021 and 2022. Public review and submissions of the EIS and EES will take place in 2023 and a decision at Federal level from the Minister for the Environment and at State level from the Minister for Planning is expected 2024. Subject to approvals and meeting feasibility requirements, Star of the South foresee reaching financial close middle of the decade. Offshore construction set for 2027 with the project coming online in phases.\\r\\n\\r\\nAwarded funding, under Round 1 of the Energy Innovation Fund (EIF) from State of VIC in November 2021.\\r\\n\\r\\nThe Australian Government is currently working on a new regulatory framework to enable offshore clean energy projects in the form of an Offshore Clean Energy Infrastructure Bill. An early consultation took place in early 2020. The legislative settings and framework aim to be in place in 2021. Australian offshore wind industry will also need to work around an incomplete supply chain. Star of the South will use a local supply chain where possible but will be reliant on imports for the main components which are not manufactured in Australia and expect to ultilise jack up vessels from established markets.\\r\\n\\r\\nIn February 2022 the State of VIC announced first offshore wind targets for at least 2 GW by 2032, 4 GW by 2035 and 9 GW by 2040. In the long term the state is targeting Net-Zero by 2050 with 20% energy capacity coming from 13 GW of offshore wind. \",\n        \"ModelledCapacityMW\": 2200,\n        \"ModelledNumberTurbines\": 158,\n        \"ModelledNumSubstations\": 4,\n        \"ModelledArrayCableKm\": 408.49285714285713,\n        \"ModelledACExportCableKm\": 51.63,\n        \"ArrayManCostEURM\": 102.12321428571428,\n        \"ArrayInsCostEURM\": 224.67107142857145,\n        \"ACExportManCostEURM\": 33.0432,\n        \"ACExportInsCostEURM\": 25.815,\n        \"Owners\": \"Offshore Energy Pty Ltd,Copenhagen Infrastructure Partners\",\n        \"Developers\": \"Offshore Energy Pty Ltd,Copenhagen Infrastructure Partners\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 2200,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": 8,\n        \"TurbineMWMax\": 12,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 400,\n        \"NumExportCables\": 13,\n        \"CableLengthExportKm\": 30,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 390,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": 0,\n        \"DCCableLengthKm\": 0,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": 0,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Up to 13 AC export cables. Estimated 20-40km of offshore export cable, buried in the seabed where possible. Up to four AC substations could be required.\",\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": 80,\n        \"OnshoreCableComments\": \"The transmission route will come to shore around Reeves Beach and travel underground through Darriman, Giffard West and Hiamdale to the Latrobe Valley.  Up to four onshore substations may be required. Around 60-80km of onshore transmission line, mostly underground.\",\n        \"NumOffshoreSubstations\": 4,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Latrobe Valley\",\n        \"LandingPoint\": \"Reeves Beach\",\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"WaterDepthMinM\": 17.6,\n        \"WaterDepthMaxM\": 50,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 40,\n        \"DistanceFromShoreQuoted\": 7,\n        \"DistanceFromShoreAuto\": 15,\n        \"AreaSqKm\": 579.82,\n        \"Lat\": -38.78673865,\n        \"Lon\": 146.92342645,\n        \"SeaName\": \"Bass Strait\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 25,\n        \"GridSolution\": null\n    }\n]"},{"id":"3ac4a6bf-a0f2-4398-a12a-ae44323b44ee","name":"Failed Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://data.4coffshore.com/api/cables/wind"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:26:09 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7168b9a5-d576-437d-b020-22e0dd93c2fd"},{"name":"Project Details by windfarmID","id":"a083824d-7da8-4ded-bb5d-22184d3591c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"3cc1d79f-5f89-45c8-b11a-14a194b2defe","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 14:57:17 GMT"},{"key":"Content-Length","value":"4281"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 2022,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"OtherNames\": \"GGOWL\",\n        \"CountryName\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Round 2\",\n        \"Region\": \"England, East of England\",\n        \"Comments\": \"Project CAPEX cost derived from Fluor's end of year financial reports: 2008 saw an initial project cost of $1.8 billion, charges were then added to Fluor's accounts in 2010 ($343m), 2011 ($60m) and 2012 ($416m). Values were adjusted according to inflation and converted to GBP, bringing the April 2013 estimated CAPEX cost at around £1.883 billion.\\r\\n\\r\\nThe total estimated value of the Greater Gabbard Transmission Assets is £323,666,658 including financing and transaction costs (22nd November 2013); included in this value are the offshore substation, cables, onshore substation, connection costs, development, transaction costs and interest during construction.\",\n        \"Website\": \"http://www.sse.com/GreaterGabbard/\",\n        \"MostRecentEvent\": \"09 Aug 2021: Ofgem has concluded that an export cable failure at the windfarm , from 24 August 2020 to 26 August 2020 was caused by an exceptional event. The fault was caused by rising oil levels located within the Cable Sealing End (CSE) on Export Circuit 3, that resulted in oil leaks, was due to SF gas release as a result of a failure of the SF O ring seals at the top of the CSE.\\r\\n\\r\\n\\\"The Authority directs that the Licensee’s reported system incentive performance be adjusted to offset the full duration of the Transmission Service Reduction: 9,643 MWh reported system incentive performance for incentive year 8 (beginning 1 January 2020), as follows: 24 August 2020 to 26 August 2020 – 9,643 MWh\\\".\",\n        \"ParkConstructionStarts\": \"01 Jul 2009\",\n        \"OffshoreConstructionStarts\": \"01 Jul 2009\",\n        \"SubmittedForConsent\": \"01 Aug 2005\",\n        \"ConsentAuthorised\": \"01 Feb 2007\",\n        \"FinancialClose\": \"01 Feb 2008\",\n        \"ArrayInstallationStarts\": \"01 Apr 2010\",\n        \"ExportInstallationStarts\": \"06 Oct 2010\",\n        \"FirstPower\": \"28 Dec 2010\",\n        \"FullCommissioning\": \"07 Aug 2013\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 504,\n        \"ModelledNumberTurbines\": 140,\n        \"ModelledNumSubstations\": 2,\n        \"ModelledArrayCableKm\": 153,\n        \"ModelledACExportCableKm\": 152.5,\n        \"ArrayManCostEURM\": 38.25,\n        \"ArrayInsCostEURM\": 84.15,\n        \"ACExportManCostEURM\": 97.600000000000009,\n        \"ACExportInsCostEURM\": 76.25,\n        \"Owners\": \"RWE Renewables,SSE Renewables (formerly Airtricity)\",\n        \"Developers\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"Operators\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"CapacityMWMax\": 504,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3.6,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 140,\n        \"NumExportCables\": 3,\n        \"CableLengthExportKm\": 45.5,\n        \"ExportAdditionalRequirementKm\": 16,\n        \"ACTotalExportKm\": 152.5,\n        \"ExportNominalVoltageKV\": 132,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"800\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Spare export cable is stored in Harwich.\\r\\nA 16km connects the Galloper offshore substation (not wind farm) to the Inner Gabbard offshore substation.\",\n        \"CableLengthInfieldKm\": 153,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": \"240\",\n        \"InfieldCableComments\": \"With 48 Single Mode 9/125/245µm fibres. Class 2 stranded conductors with longitudinal water blocking; Semi conductive extruded conductor screen; Semi-conductive core screen; Copper tape metallic screen. Armour package comprising single layer galvanised steel wire. 4.2mm Polyethylene outer sheath.\\r\\nSpare cable stored with Offshore Marine Management and Harwich Dock Company.\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 0.59,\n        \"OnshoreCableComments\": \"132kV, 3 core cables.\",\n        \"NumOffshoreSubstations\": 2,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Leiston 132kV Substation\",\n        \"LandingPoint\": \"Sizewell\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 3.7,\n        \"WaterDepthMaxM\": 37,\n        \"DevDepthMinM\": 20,\n        \"DevDepthMaxM\": 32,\n        \"DistanceFromShoreQuoted\": 36,\n        \"DistanceFromShoreAuto\": 32,\n        \"AreaSqKm\": 146.13,\n        \"Lat\": 51.88398379,\n        \"Lon\": 1.93583846,\n        \"SeaName\": \"North Sea, Southern North Sea (Thames)\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    }\n]"},{"id":"4d026866-385a-48e2-8712-356a4cd8a45c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a083824d-7da8-4ded-bb5d-22184d3591c9"},{"name":"Project Details by windfarmStatus","id":"533ea5cb-d821-4664-ad6f-1a5c5a644d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?windfarmStatus=Fully Commissioned","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>windfarmStatus</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}],"variable":[]}},"response":[{"id":"d029d0a7-35a9-4197-8ded-4c01b0d8dc96","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?windfarmStatus=Fully Commissioned","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 14:58:46 GMT"},{"key":"Content-Length","value":"9315"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 37,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Monopile foundations were used following results of ground survey. \\r\\nArea concession was granted in June 2006. The Belwind 2 project will connect to Northwind before connecting direct to shore.\\r\\n\\r\\nZeeland Seaports was acting as loadport for the Northwind (April 2013)\",\n        \"Website\": \"http://www.northwindenergy.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"OffshoreConstructionStarts\": \"07 Apr 2013\",\n        \"SubmittedForConsent\": \"15 May 2006\",\n        \"ConsentAuthorised\": \"11 Nov 2009\",\n        \"FinancialClose\": \"28 Jun 2012\",\n        \"ArrayInstallationStarts\": \"16 Jul 2013\",\n        \"ExportInstallationStarts\": \"01 Jul 2013\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"30 Jun 2014\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 216,\n        \"ModelledNumberTurbines\": 72,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 51,\n        \"ModelledACExportCableKm\": 43,\n        \"ArrayManCostEURM\": 12.75,\n        \"ArrayInsCostEURM\": 28.05,\n        \"ACExportManCostEURM\": 27.52,\n        \"ACExportInsCostEURM\": 21.5,\n        \"Owners\": \"Aspiravi Holding NV,Parkwind NV,Sumitomo Corporation (住友商事) Europe Holding Limited\",\n        \"Developers\": \"Northwind NV (formerly ELDEPASCO LTD)\",\n        \"Operators\": \"A&amp;P Wind Services NV\",\n        \"CapacityMWMax\": 216,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 43,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 43,\n        \"ExportNominalVoltageKV\": 245,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"265\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Diameter of 28 cm and a weight of 120 kg/m\",\n        \"CableLengthInfieldKm\": 51,\n        \"InfieldNominalVoltageKV\": 36,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 1,\n        \"OnshoreCableLengthKm\": 2.1,\n        \"OnshoreCableComments\": \"220kV, only one cable\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges/Stevin\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 15.3,\n        \"WaterDepthMaxM\": 23,\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"DistanceFromShoreQuoted\": 37,\n        \"DistanceFromShoreAuto\": 36,\n        \"AreaSqKm\": 13.84,\n        \"Lat\": 51.61941118,\n        \"Lon\": 2.90184956,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 38,\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"OtherNames\": \"Zone 3 and Bligh Bank\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Depth range for whole concession area is 15-37m\\r\\nRevenues via Renewable Energy Certificate sold to Elia for 20 years at €107/MWh\",\n        \"Website\": \"http://www.belwind.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"OffshoreConstructionStarts\": \"30 Aug 2009\",\n        \"SubmittedForConsent\": \"01 Jun 2006\",\n        \"ConsentAuthorised\": \"20 Feb 2008\",\n        \"FinancialClose\": \"24 Jul 2009\",\n        \"ArrayInstallationStarts\": \"01 Jan 2010\",\n        \"ExportInstallationStarts\": \"01 Aug 2010\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"09 Dec 2010\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 165,\n        \"ModelledNumberTurbines\": 55,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 50,\n        \"ModelledACExportCableKm\": 52,\n        \"ArrayManCostEURM\": 12.5,\n        \"ArrayInsCostEURM\": 27.500000000000004,\n        \"ACExportManCostEURM\": 33.28,\n        \"ACExportInsCostEURM\": 26,\n        \"Owners\": \"Meewind,Parkwind NV\",\n        \"Developers\": \"Belwind NV\",\n        \"Operators\": \"Belwind NV\",\n        \"CapacityMWMax\": 165,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 55,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 52,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 52,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": \"630/500\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3 x 1 x 630/500 mm2 CU, 170 kV\",\n        \"CableLengthInfieldKm\": 50,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": \"55 individual lengths of 33 kV cables\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"1200mm2 Al, 87/150kV (NKT Cables)\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges (Elia 150 kV station)\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 11.6,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 46,\n        \"DistanceFromShoreAuto\": 44,\n        \"AreaSqKm\": 13.08,\n        \"Lat\": 51.67021111,\n        \"Lon\": 2.8028375,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 20,\n        \"GridSolution\": null\n    }\n]"},{"id":"14f217b1-7583-41d3-be6e-aba29f907af2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?windfarmStatus=Fully Commissioned","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"windfarmStatus","value":"Fully Commissioned"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"533ea5cb-d821-4664-ad6f-1a5c5a644d14"},{"name":"Project Details by countryName","id":"4332d346-2b9f-4577-a9db-ed6c178259b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?countryName=Belgium","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Belgium"}],"variable":[]}},"response":[{"id":"85442595-de99-47a4-ac1b-0f7c00158683","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:00:13 GMT"},{"key":"Content-Length","value":"9315"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 37,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Monopile foundations were used following results of ground survey. \\r\\nArea concession was granted in June 2006. The Belwind 2 project will connect to Northwind before connecting direct to shore.\\r\\n\\r\\nZeeland Seaports was acting as loadport for the Northwind (April 2013)\",\n        \"Website\": \"http://www.northwindenergy.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"OffshoreConstructionStarts\": \"07 Apr 2013\",\n        \"SubmittedForConsent\": \"15 May 2006\",\n        \"ConsentAuthorised\": \"11 Nov 2009\",\n        \"FinancialClose\": \"28 Jun 2012\",\n        \"ArrayInstallationStarts\": \"16 Jul 2013\",\n        \"ExportInstallationStarts\": \"01 Jul 2013\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"30 Jun 2014\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 216,\n        \"ModelledNumberTurbines\": 72,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 51,\n        \"ModelledACExportCableKm\": 43,\n        \"ArrayManCostEURM\": 12.75,\n        \"ArrayInsCostEURM\": 28.05,\n        \"ACExportManCostEURM\": 27.52,\n        \"ACExportInsCostEURM\": 21.5,\n        \"Owners\": \"Aspiravi Holding NV,Parkwind NV,Sumitomo Corporation (住友商事) Europe Holding Limited\",\n        \"Developers\": \"Northwind NV (formerly ELDEPASCO LTD)\",\n        \"Operators\": \"A&amp;P Wind Services NV\",\n        \"CapacityMWMax\": 216,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 43,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 43,\n        \"ExportNominalVoltageKV\": 245,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"265\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Diameter of 28 cm and a weight of 120 kg/m\",\n        \"CableLengthInfieldKm\": 51,\n        \"InfieldNominalVoltageKV\": 36,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 1,\n        \"OnshoreCableLengthKm\": 2.1,\n        \"OnshoreCableComments\": \"220kV, only one cable\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges/Stevin\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 15.3,\n        \"WaterDepthMaxM\": 23,\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"DistanceFromShoreQuoted\": 37,\n        \"DistanceFromShoreAuto\": 36,\n        \"AreaSqKm\": 13.84,\n        \"Lat\": 51.61941118,\n        \"Lon\": 2.90184956,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 38,\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"OtherNames\": \"Zone 3 and Bligh Bank\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Depth range for whole concession area is 15-37m\\r\\nRevenues via Renewable Energy Certificate sold to Elia for 20 years at €107/MWh\",\n        \"Website\": \"http://www.belwind.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"OffshoreConstructionStarts\": \"30 Aug 2009\",\n        \"SubmittedForConsent\": \"01 Jun 2006\",\n        \"ConsentAuthorised\": \"20 Feb 2008\",\n        \"FinancialClose\": \"24 Jul 2009\",\n        \"ArrayInstallationStarts\": \"01 Jan 2010\",\n        \"ExportInstallationStarts\": \"01 Aug 2010\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"09 Dec 2010\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 165,\n        \"ModelledNumberTurbines\": 55,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 50,\n        \"ModelledACExportCableKm\": 52,\n        \"ArrayManCostEURM\": 12.5,\n        \"ArrayInsCostEURM\": 27.500000000000004,\n        \"ACExportManCostEURM\": 33.28,\n        \"ACExportInsCostEURM\": 26,\n        \"Owners\": \"Meewind,Parkwind NV\",\n        \"Developers\": \"Belwind NV\",\n        \"Operators\": \"Belwind NV\",\n        \"CapacityMWMax\": 165,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 55,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 52,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 52,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": \"630/500\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3 x 1 x 630/500 mm2 CU, 170 kV\",\n        \"CableLengthInfieldKm\": 50,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": \"55 individual lengths of 33 kV cables\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"1200mm2 Al, 87/150kV (NKT Cables)\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges (Elia 150 kV station)\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 11.6,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 46,\n        \"DistanceFromShoreAuto\": 44,\n        \"AreaSqKm\": 13.08,\n        \"Lat\": 51.67021111,\n        \"Lon\": 2.8028375,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 20,\n        \"GridSolution\": null\n    }\n]"},{"id":"f85d3ffc-2cf8-49a5-ac68-e142efb50dce","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4332d346-2b9f-4577-a9db-ed6c178259b4"},{"name":"Project Details by region","id":"e3db9d3a-4809-4b22-827b-7ead77e738a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?region=Vlaanderen","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>region</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"region","value":"Vlaanderen"}],"variable":[]}},"response":[{"id":"44ad3dba-7827-4e59-8a58-220b978c1127","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?region=Vlaanderen","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"region","value":"Vlaanderen"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:01:29 GMT"},{"key":"Content-Length","value":"9315"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 37,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Monopile foundations were used following results of ground survey. \\r\\nArea concession was granted in June 2006. The Belwind 2 project will connect to Northwind before connecting direct to shore.\\r\\n\\r\\nZeeland Seaports was acting as loadport for the Northwind (April 2013)\",\n        \"Website\": \"http://www.northwindenergy.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"OffshoreConstructionStarts\": \"07 Apr 2013\",\n        \"SubmittedForConsent\": \"15 May 2006\",\n        \"ConsentAuthorised\": \"11 Nov 2009\",\n        \"FinancialClose\": \"28 Jun 2012\",\n        \"ArrayInstallationStarts\": \"16 Jul 2013\",\n        \"ExportInstallationStarts\": \"01 Jul 2013\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"30 Jun 2014\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 216,\n        \"ModelledNumberTurbines\": 72,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 51,\n        \"ModelledACExportCableKm\": 43,\n        \"ArrayManCostEURM\": 12.75,\n        \"ArrayInsCostEURM\": 28.05,\n        \"ACExportManCostEURM\": 27.52,\n        \"ACExportInsCostEURM\": 21.5,\n        \"Owners\": \"Aspiravi Holding NV,Parkwind NV,Sumitomo Corporation (住友商事) Europe Holding Limited\",\n        \"Developers\": \"Northwind NV (formerly ELDEPASCO LTD)\",\n        \"Operators\": \"A&amp;P Wind Services NV\",\n        \"CapacityMWMax\": 216,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 43,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 43,\n        \"ExportNominalVoltageKV\": 245,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"265\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Diameter of 28 cm and a weight of 120 kg/m\",\n        \"CableLengthInfieldKm\": 51,\n        \"InfieldNominalVoltageKV\": 36,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 1,\n        \"OnshoreCableLengthKm\": 2.1,\n        \"OnshoreCableComments\": \"220kV, only one cable\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges/Stevin\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 15.3,\n        \"WaterDepthMaxM\": 23,\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"DistanceFromShoreQuoted\": 37,\n        \"DistanceFromShoreAuto\": 36,\n        \"AreaSqKm\": 13.84,\n        \"Lat\": 51.61941118,\n        \"Lon\": 2.90184956,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 38,\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"OtherNames\": \"Zone 3 and Bligh Bank\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Depth range for whole concession area is 15-37m\\r\\nRevenues via Renewable Energy Certificate sold to Elia for 20 years at €107/MWh\",\n        \"Website\": \"http://www.belwind.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"OffshoreConstructionStarts\": \"30 Aug 2009\",\n        \"SubmittedForConsent\": \"01 Jun 2006\",\n        \"ConsentAuthorised\": \"20 Feb 2008\",\n        \"FinancialClose\": \"24 Jul 2009\",\n        \"ArrayInstallationStarts\": \"01 Jan 2010\",\n        \"ExportInstallationStarts\": \"01 Aug 2010\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"09 Dec 2010\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 165,\n        \"ModelledNumberTurbines\": 55,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 50,\n        \"ModelledACExportCableKm\": 52,\n        \"ArrayManCostEURM\": 12.5,\n        \"ArrayInsCostEURM\": 27.500000000000004,\n        \"ACExportManCostEURM\": 33.28,\n        \"ACExportInsCostEURM\": 26,\n        \"Owners\": \"Meewind,Parkwind NV\",\n        \"Developers\": \"Belwind NV\",\n        \"Operators\": \"Belwind NV\",\n        \"CapacityMWMax\": 165,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 55,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 52,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 52,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": \"630/500\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3 x 1 x 630/500 mm2 CU, 170 kV\",\n        \"CableLengthInfieldKm\": 50,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": \"55 individual lengths of 33 kV cables\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"1200mm2 Al, 87/150kV (NKT Cables)\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges (Elia 150 kV station)\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 11.6,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 46,\n        \"DistanceFromShoreAuto\": 44,\n        \"AreaSqKm\": 13.08,\n        \"Lat\": 51.67021111,\n        \"Lon\": 2.8028375,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 20,\n        \"GridSolution\": null\n    }\n]"},{"id":"0d543408-7ea1-43d5-ab65-c1c12b0e9a59","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?region=Vlaanderen","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"region","value":"Vlaanderen"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e3db9d3a-4809-4b22-827b-7ead77e738a0"},{"name":"Project Details by analystConfidence","id":"203ca680-8201-46c9-9221-151c71478fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?analystConfidence=High","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>analystConfidence</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"analystConfidence","value":"High"}],"variable":[]}},"response":[{"id":"44457c6a-f39c-4982-8a5b-e84c71095533","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?analystConfidence=High","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"analystConfidence","value":"High"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:03:29 GMT"},{"key":"Content-Length","value":"10266"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 9,\n        \"WindfarmId\": \"AU08\",\n        \"Name\": \"Oceanex - Illawarra\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"Round\": null,\n        \"Region\": \"New South Wales\",\n        \"Comments\": null,\n        \"Website\": null,\n        \"MostRecentEvent\": \"25 Nov 2021: Parliament has endorsed a package of new laws which will support the development of Australia’s offshore energy industry. The Offshore Electricity Infrastructure Bill 2021 provides a critical legal framework and pathway for electricity infrastructure projects, including offshore wind farms, in Commonwealth waters.\",\n        \"ParkConstructionStarts\": null,\n        \"OffshoreConstructionStarts\": null,\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": null,\n        \"FinancialClose\": null,\n        \"ArrayInstallationStarts\": null,\n        \"ExportInstallationStarts\": null,\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"01 Jan 2031\",\n        \"AnalystOffshoreStartYear\": 2035,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": \"Oceanex is proposing to develop a minium of 5 projects, exceeding 9 GW, off the coast of New South Wales and Western Australia, four of which will be floating. Oceanex plan to start construction of their first project in 2027 and COD from 2031. Timeframes aim to coincide with transmission and grid availability following coal plant closures. However, framework and route to markets are still not established. Developers will have to tackle an incomplete supply chain with reliance on a lot of overseas fabrication and vessels.  It most likely that floating developments will need to be phased with pre-commercial scale sites first hence capacity is revised down.\\r\\n\\r\\nThe Australian offshore wind market is in the very early stages of development. Clarity on regulation, offtake/support mechanisms, incorporation into marine spatial plans, grid development plans and energy policy is needed, with clear long term targets. There is already a large project pipeline (30 GW+) but given the progress needed 4C has modelled a conservative buildout until there is more transparency. Wind farms chosen in the australian POP are purely representative of future buildout in this forecast.\",\n        \"ModelledCapacityMW\": 600,\n        \"ModelledNumberTurbines\": 30,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 95.535,\n        \"ModelledACExportCableKm\": 74.19,\n        \"ArrayManCostEURM\": 23.88375,\n        \"ArrayInsCostEURM\": 52.544250000000005,\n        \"ACExportManCostEURM\": 47.4816,\n        \"ACExportInsCostEURM\": 37.095,\n        \"Owners\": \"OCEANEX ENERGY PTY LTD\",\n        \"Developers\": \"OCEANEX ENERGY PTY LTD\",\n        \"Operators\": null,\n        \"CapacityMWMax\": 2000,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": null,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": null,\n        \"NumExportCables\": null,\n        \"CableLengthExportKm\": null,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": null,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": null,\n        \"InfieldNominalVoltageKV\": null,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"NumOffshoreSubstations\": null,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": null,\n        \"LandingPoint\": null,\n        \"Foundation\": \"Floating: Not Specified\",\n        \"WaterDepthMinM\": null,\n        \"WaterDepthMaxM\": null,\n        \"DevDepthMinM\": null,\n        \"DevDepthMaxM\": null,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": null,\n        \"AreaSqKm\": null,\n        \"Lat\": -34.54896498,\n        \"Lon\": 151.14871964,\n        \"SeaName\": \"Tasman Sea\",\n        \"Georegion\": \"Australasia\",\n        \"IsEstimatedLocation\": \"Yes\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 37,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Monopile foundations were used following results of ground survey. \\r\\nArea concession was granted in June 2006. The Belwind 2 project will connect to Northwind before connecting direct to shore.\\r\\n\\r\\nZeeland Seaports was acting as loadport for the Northwind (April 2013)\",\n        \"Website\": \"http://www.northwindenergy.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"OffshoreConstructionStarts\": \"07 Apr 2013\",\n        \"SubmittedForConsent\": \"15 May 2006\",\n        \"ConsentAuthorised\": \"11 Nov 2009\",\n        \"FinancialClose\": \"28 Jun 2012\",\n        \"ArrayInstallationStarts\": \"16 Jul 2013\",\n        \"ExportInstallationStarts\": \"01 Jul 2013\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"30 Jun 2014\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 216,\n        \"ModelledNumberTurbines\": 72,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 51,\n        \"ModelledACExportCableKm\": 43,\n        \"ArrayManCostEURM\": 12.75,\n        \"ArrayInsCostEURM\": 28.05,\n        \"ACExportManCostEURM\": 27.52,\n        \"ACExportInsCostEURM\": 21.5,\n        \"Owners\": \"Aspiravi Holding NV,Parkwind NV,Sumitomo Corporation (住友商事) Europe Holding Limited\",\n        \"Developers\": \"Northwind NV (formerly ELDEPASCO LTD)\",\n        \"Operators\": \"A&amp;P Wind Services NV\",\n        \"CapacityMWMax\": 216,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 43,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 43,\n        \"ExportNominalVoltageKV\": 245,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"265\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Diameter of 28 cm and a weight of 120 kg/m\",\n        \"CableLengthInfieldKm\": 51,\n        \"InfieldNominalVoltageKV\": 36,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 1,\n        \"OnshoreCableLengthKm\": 2.1,\n        \"OnshoreCableComments\": \"220kV, only one cable\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges/Stevin\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 15.3,\n        \"WaterDepthMaxM\": 23,\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"DistanceFromShoreQuoted\": 37,\n        \"DistanceFromShoreAuto\": 36,\n        \"AreaSqKm\": 13.84,\n        \"Lat\": 51.61941118,\n        \"Lon\": 2.90184956,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    }\n]"},{"id":"140a3ddc-3439-4a77-a24d-ec2b5f9203d0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?analystConfidence=High","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"analystConfidence","value":"High"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"203ca680-8201-46c9-9221-151c71478fcf"},{"name":"Project Details by owners","id":"9df9e9b6-a56a-41c9-963c-fe85894b47df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?owners=Socofe","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>owners</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"owners","value":"Socofe"}],"variable":[]}},"response":[{"id":"7a69a6da-278c-4627-8cfb-0aa53afe4c27","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?owners=Socofe","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"owners","value":"Socofe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:05:24 GMT"},{"key":"Content-Length","value":"10505"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 40,\n        \"WindfarmId\": \"BE05\",\n        \"Name\": \"Rentel\",\n        \"OtherNames\": null,\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": null,\n        \"Website\": \"http://www.rentel.be\",\n        \"MostRecentEvent\": \"09 Mar 2021: DEME Offshore and Sabca performed tests with autonomous drones preparing for autonomous surveillance, rescue and detection missions in the near future. Their goal is to replace critical and ad hoc operations with autonomous aerial vehicles. The pilot study represents the first commercial, cross-border, ‘beyond visual line of sight’ (BVLOS) drone operations to take place at offshore wind farms in the North Sea. \\r\\n\",\n        \"ParkConstructionStarts\": \"24 Jul 2017\",\n        \"OffshoreConstructionStarts\": \"24 Jul 2017\",\n        \"SubmittedForConsent\": \"08 Jul 2013\",\n        \"ConsentAuthorised\": \"08 Feb 2013\",\n        \"FinancialClose\": \"03 Oct 2016\",\n        \"ArrayInstallationStarts\": \"31 Aug 2017\",\n        \"ExportInstallationStarts\": \"09 Oct 2017\",\n        \"FirstPower\": \"30 Jul 2018\",\n        \"FullCommissioning\": \"31 Dec 2018\",\n        \"AnalystOffshoreStartYear\": 2017,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 309,\n        \"ModelledNumberTurbines\": 42,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 45,\n        \"ModelledACExportCableKm\": 44.5,\n        \"ArrayManCostEURM\": 11.25,\n        \"ArrayInsCostEURM\": 24.750000000000004,\n        \"ACExportManCostEURM\": 28.48,\n        \"ACExportInsCostEURM\": 22.25,\n        \"Owners\": \"Elicio Offshore (formerly Electrawinds Offshore NV),Rent-A-Port Energy n.v.,Otary RS N.V.,Aspiravi Offshore NV,Power@Sea NV,DEME NV,SRIW Environment,Socofe,Z-kracht\",\n        \"Developers\": \"Rentel N.V.\",\n        \"Operators\": \"Otary RS N.V.\",\n        \"CapacityMWMax\": 309,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 7,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 42,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 40,\n        \"ExportAdditionalRequirementKm\": 4.5,\n        \"ACTotalExportKm\": 44.5,\n        \"ExportNominalVoltageKV\": 220,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": 0,\n        \"DCCableLengthKm\": 0,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": 0,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"40km cable from Rentel Substation to Zeebrugge.\\r\\nWhen the MOG is available Rentel will connect also via a 4.5km 220kV from Rentel Substation to the Modular Offshore Grid (MOG)\",\n        \"CableLengthInfieldKm\": 45,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": null,\n        \"OnshoreCableLengthKm\": null,\n        \"OnshoreCableComments\": null,\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"GridConnectionPoint\": \"Direct to shore (Zeebrugge) in first instance then also via Modular Offshore Grid when available\",\n        \"LandingPoint\": \"Zeebrugge\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 23.5,\n        \"WaterDepthMaxM\": 34,\n        \"DevDepthMinM\": 22,\n        \"DevDepthMaxM\": 36,\n        \"DistanceFromShoreQuoted\": 34,\n        \"DistanceFromShoreAuto\": 32,\n        \"AreaSqKm\": 23.25,\n        \"Lat\": 51.59134824,\n        \"Lon\": 2.94456284,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 20,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 44,\n        \"WindfarmId\": \"BE09\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"OtherNames\": \"Zone 1, C-Power 2\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Phase 2 comprises 6 turbines in Area A (SW Part) and 24 turbines in Area B (NE Part)\\r\\n\\r\\nPhases 2 and 3 share one export cable and one offshore substation.\\r\\n\\r\\nThe developer, C-Power, has 950EUR loan to finance this phase of the project.\\r\\nEneco has announced it will purchase half of all the electricity generated from the project. \\r\\nThe project cost reflects all 3 phases and includes electrical connections.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"25 Nov 2010\",\n        \"OffshoreConstructionStarts\": \"25 Nov 2010\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"25 Nov 2010\",\n        \"ArrayInstallationStarts\": \"12 Aug 2011\",\n        \"ExportInstallationStarts\": \"11 Apr 2012\",\n        \"FirstPower\": \"02 Jun 2012\",\n        \"FullCommissioning\": \"31 Jan 2013\",\n        \"AnalystOffshoreStartYear\": 2010,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 184.5,\n        \"ModelledNumberTurbines\": 30,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 45.7641,\n        \"ModelledACExportCableKm\": 38.7,\n        \"ArrayManCostEURM\": 11.441025,\n        \"ArrayInsCostEURM\": 25.170255,\n        \"ACExportManCostEURM\": 24.768,\n        \"ACExportInsCostEURM\": 19.35,\n        \"Owners\": \"DEME NV,EDF Energies Nouvelles Group,Socofe,Nuhma,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 184.5,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 30,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 38.7,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 38.7,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3-phase 150kV submarine cable. Thornton Bank Phase II and III share one export cable and substation.\",\n        \"CableLengthInfieldKm\": 25,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 2,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"170kV\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WaterDepthMinM\": 5.9,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 28,\n        \"AreaSqKm\": 12.12,\n        \"Lat\": 51.5564308,\n        \"Lon\": 2.96915138,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    }\n]"},{"id":"c8138c45-c9d0-4c7c-88f1-836963dd2316","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?owners=Socofe","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"owners","value":"Socofe"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9df9e9b6-a56a-41c9-963c-fe85894b47df"},{"name":"Project Details by developers","id":"dcbad084-caa7-4bb2-ac61-085b3611668d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?developers=C-Power nv","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>developers</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"developers","value":"C-Power nv"}],"variable":[]}},"response":[{"id":"fad17b94-1485-47c0-9946-8d9496903d77","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?developers=C-Power nv","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"developers","value":"C-Power nv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:07:07 GMT"},{"key":"Content-Length","value":"10156"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 44,\n        \"WindfarmId\": \"BE09\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"OtherNames\": \"Zone 1, C-Power 2\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Phase 2 comprises 6 turbines in Area A (SW Part) and 24 turbines in Area B (NE Part)\\r\\n\\r\\nPhases 2 and 3 share one export cable and one offshore substation.\\r\\n\\r\\nThe developer, C-Power, has 950EUR loan to finance this phase of the project.\\r\\nEneco has announced it will purchase half of all the electricity generated from the project. \\r\\nThe project cost reflects all 3 phases and includes electrical connections.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"25 Nov 2010\",\n        \"OffshoreConstructionStarts\": \"25 Nov 2010\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"25 Nov 2010\",\n        \"ArrayInstallationStarts\": \"12 Aug 2011\",\n        \"ExportInstallationStarts\": \"11 Apr 2012\",\n        \"FirstPower\": \"02 Jun 2012\",\n        \"FullCommissioning\": \"31 Jan 2013\",\n        \"AnalystOffshoreStartYear\": 2010,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 184.5,\n        \"ModelledNumberTurbines\": 30,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 45.7641,\n        \"ModelledACExportCableKm\": 38.7,\n        \"ArrayManCostEURM\": 11.441025,\n        \"ArrayInsCostEURM\": 25.170255,\n        \"ACExportManCostEURM\": 24.768,\n        \"ACExportInsCostEURM\": 19.35,\n        \"Owners\": \"DEME NV,EDF Energies Nouvelles Group,Socofe,Nuhma,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 184.5,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 30,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 38.7,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 38.7,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3-phase 150kV submarine cable. Thornton Bank Phase II and III share one export cable and substation.\",\n        \"CableLengthInfieldKm\": 25,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 2,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"170kV\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WaterDepthMinM\": 5.9,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 28,\n        \"AreaSqKm\": 12.12,\n        \"Lat\": 51.5564308,\n        \"Lon\": 2.96915138,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 45,\n        \"WindfarmId\": \"BE10\",\n        \"Name\": \"Thornton Bank - phase III\",\n        \"OtherNames\": \"Zone 1, C-Power 2\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Phase 3 comprises 18 turbines in Area A only (SW Part) \\r\\n\\r\\nPhases 2 and 3 share one export cable and one offshore substation. \\r\\nThe project cost reflects all 3 phases.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"07 Oct 2021: Jack up vessel MPI Adventure arrived on site to support heavy maintenance work.\",\n        \"ParkConstructionStarts\": \"01 Apr 2011\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2011\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"25 Nov 2010\",\n        \"ArrayInstallationStarts\": \"16 Jun 2012\",\n        \"ExportInstallationStarts\": \"17 Sep 2013\",\n        \"FirstPower\": \"01 Sep 2013\",\n        \"FullCommissioning\": \"18 Sep 2013\",\n        \"AnalystOffshoreStartYear\": 2011,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 110.7,\n        \"ModelledNumberTurbines\": 18,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 34,\n        \"ModelledACExportCableKm\": 0,\n        \"ArrayManCostEURM\": 8.5,\n        \"ArrayInsCostEURM\": 18.700000000000003,\n        \"ACExportManCostEURM\": 0,\n        \"ACExportInsCostEURM\": 0,\n        \"Owners\": \"DEME NV,EDF Energies Nouvelles Group,Socofe,Nuhma,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 110.7,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 18,\n        \"NumExportCables\": 0,\n        \"CableLengthExportKm\": 0,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 0,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"NOTE: Thornton Bank Phase II and III share one export cable and substation.\",\n        \"CableLengthInfieldKm\": 34,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 2,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"170kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Project Shares Phase II's Substation and cable\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WaterDepthMinM\": 10.2,\n        \"WaterDepthMaxM\": 21.5,\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 25.5,\n        \"DistanceFromShoreQuoted\": 26,\n        \"DistanceFromShoreAuto\": 28,\n        \"AreaSqKm\": 7.29,\n        \"Lat\": 51.54027173,\n        \"Lon\": 2.92176148,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    }\n]"},{"id":"32d32cb1-ca54-4f6f-9ab6-917a0e726dc7","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?developers=C-Power nv","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"developers","value":"C-Power nv"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"dcbad084-caa7-4bb2-ac61-085b3611668d"},{"name":"Project Details by operators","id":"632c8c5b-f03d-472e-88b9-643e5f8bcabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?operators=C-Power nv","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>operators</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"operators","value":"C-Power nv"}],"variable":[]}},"response":[{"id":"859a1a93-52de-4e0c-a440-102bfdc0664e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?operators=C-Power nv","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"operators","value":"C-Power nv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:08:27 GMT"},{"key":"Content-Length","value":"10156"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 45,\n        \"WindfarmId\": \"BE10\",\n        \"Name\": \"Thornton Bank - phase III\",\n        \"OtherNames\": \"Zone 1, C-Power 2\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Phase 3 comprises 18 turbines in Area A only (SW Part) \\r\\n\\r\\nPhases 2 and 3 share one export cable and one offshore substation. \\r\\nThe project cost reflects all 3 phases.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"07 Oct 2021: Jack up vessel MPI Adventure arrived on site to support heavy maintenance work.\",\n        \"ParkConstructionStarts\": \"01 Apr 2011\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2011\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"25 Nov 2010\",\n        \"ArrayInstallationStarts\": \"16 Jun 2012\",\n        \"ExportInstallationStarts\": \"17 Sep 2013\",\n        \"FirstPower\": \"01 Sep 2013\",\n        \"FullCommissioning\": \"18 Sep 2013\",\n        \"AnalystOffshoreStartYear\": 2011,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 110.7,\n        \"ModelledNumberTurbines\": 18,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 34,\n        \"ModelledACExportCableKm\": 0,\n        \"ArrayManCostEURM\": 8.5,\n        \"ArrayInsCostEURM\": 18.700000000000003,\n        \"ACExportManCostEURM\": 0,\n        \"ACExportInsCostEURM\": 0,\n        \"Owners\": \"DEME NV,EDF Energies Nouvelles Group,Socofe,Nuhma,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 110.7,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 18,\n        \"NumExportCables\": 0,\n        \"CableLengthExportKm\": 0,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 0,\n        \"ExportNominalVoltageKV\": null,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"NOTE: Thornton Bank Phase II and III share one export cable and substation.\",\n        \"CableLengthInfieldKm\": 34,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 2,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"170kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Project Shares Phase II's Substation and cable\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WaterDepthMinM\": 10.2,\n        \"WaterDepthMaxM\": 21.5,\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 25.5,\n        \"DistanceFromShoreQuoted\": 26,\n        \"DistanceFromShoreAuto\": 28,\n        \"AreaSqKm\": 7.29,\n        \"Lat\": 51.54027173,\n        \"Lon\": 2.92176148,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 44,\n        \"WindfarmId\": \"BE09\",\n        \"Name\": \"Thornton Bank - phase II\",\n        \"OtherNames\": \"Zone 1, C-Power 2\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Phase 2 comprises 6 turbines in Area A (SW Part) and 24 turbines in Area B (NE Part)\\r\\n\\r\\nPhases 2 and 3 share one export cable and one offshore substation.\\r\\n\\r\\nThe developer, C-Power, has 950EUR loan to finance this phase of the project.\\r\\nEneco has announced it will purchase half of all the electricity generated from the project. \\r\\nThe project cost reflects all 3 phases and includes electrical connections.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"25 Nov 2010\",\n        \"OffshoreConstructionStarts\": \"25 Nov 2010\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"25 Nov 2010\",\n        \"ArrayInstallationStarts\": \"12 Aug 2011\",\n        \"ExportInstallationStarts\": \"11 Apr 2012\",\n        \"FirstPower\": \"02 Jun 2012\",\n        \"FullCommissioning\": \"31 Jan 2013\",\n        \"AnalystOffshoreStartYear\": 2010,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 184.5,\n        \"ModelledNumberTurbines\": 30,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 45.7641,\n        \"ModelledACExportCableKm\": 38.7,\n        \"ArrayManCostEURM\": 11.441025,\n        \"ArrayInsCostEURM\": 25.170255,\n        \"ACExportManCostEURM\": 24.768,\n        \"ACExportInsCostEURM\": 19.35,\n        \"Owners\": \"DEME NV,EDF Energies Nouvelles Group,Socofe,Nuhma,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 184.5,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 6.15,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 30,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 38.7,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 38.7,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3-phase 150kV submarine cable. Thornton Bank Phase II and III share one export cable and substation.\",\n        \"CableLengthInfieldKm\": 25,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 2,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"170kV\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"WaterDepthMinM\": 5.9,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 12,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 28,\n        \"AreaSqKm\": 12.12,\n        \"Lat\": 51.5564308,\n        \"Lon\": 2.96915138,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    }\n]"},{"id":"9064b3fb-fe02-43d8-a9a4-ed9c4e05022f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?operators=C-Power nv","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"operators","value":"C-Power nv"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"632c8c5b-f03d-472e-88b9-643e5f8bcabe"},{"name":"Project Details by seaName","id":"7ebc7b40-b101-4258-85d6-f98ff3185962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/details?seaName=North Sea","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specification of a specific Offshore Wind Farm project via the <code>seaName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","details"],"host":["https://data.4coffshore.com"],"query":[{"key":"seaName","value":"North Sea"}],"variable":[]}},"response":[{"id":"0557cc41-e5dc-4bc6-9c3c-61474eeac074","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?seaName=North Sea","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"seaName","value":"North Sea"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:11:30 GMT"},{"key":"Content-Length","value":"9315"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"recordID\": 36,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"OtherNames\": \"Zone 1, C-Power\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Authorisation for project layout in 2 blocks, ground survey finished in September 2004.\\r\\nPrework ecological monitoring finished in June 2006.\\r\\nStated cost if for the first phase only.\\r\\n\\r\\nThe project was financed on a non-recourse basis in May 2007: a Term Loan (Senior Facility) provided 90,286,340 EUR, Contingent Facility (Senior Facility) 11,200,000 EUR and Mezzanine Facility 20,000,000 EUR. Senior facilities were provided by Dexia Bank Belgium, Dexia Crédit Local, Société Générale, Rabobank and KBC while Mezzanine was provided by Rabobank only.\",\n        \"Website\": \"http://www.c-power.be/\",\n        \"MostRecentEvent\": \"03 Feb 2021: C-Power has concluded the debt restructuring at its 325MW Thornton Bank offshore wind farm in the Belgian North Sea, advised by Green Giraffe. Senvion, its O&M service and original equipment manufacturer, filed for insolvency in 2019. Since then, the project has been operating and maintaining the farm on its own, combining both in-house expertise and outsourced capabilities from a pool of 20+ contractors. It is on that basis that the original lenders of the project have approved the restructuring, taking comfort in C-Power’s proven track record in successfully operating and maintaining the farm.  Green Giraffe acted as sole financial advisor to C-Power and the sponsors on this transaction, having already assisted the project with its original financing in 2010 and its debt repricing in 2017.  \",\n        \"ParkConstructionStarts\": \"01 Apr 2008\",\n        \"OffshoreConstructionStarts\": \"01 Apr 2008\",\n        \"SubmittedForConsent\": null,\n        \"ConsentAuthorised\": \"14 Apr 2004\",\n        \"FinancialClose\": \"01 May 2007\",\n        \"ArrayInstallationStarts\": \"19 Oct 2008\",\n        \"ExportInstallationStarts\": \"01 Jun 2008\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"10 May 2009\",\n        \"AnalystOffshoreStartYear\": 2008,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 30,\n        \"ModelledNumberTurbines\": 6,\n        \"ModelledNumSubstations\": 0,\n        \"ModelledArrayCableKm\": 4,\n        \"ModelledACExportCableKm\": 36,\n        \"ArrayManCostEURM\": 1,\n        \"ArrayInsCostEURM\": 2.2,\n        \"ACExportManCostEURM\": 23.04,\n        \"ACExportInsCostEURM\": 18,\n        \"Owners\": \"Socofe,DEME NV,Nuhma,EDF Energies Nouvelles Group,Societe Regionale d'Investissement de Wallonie,Marguerite Fund,RWE Renewables\",\n        \"Developers\": \"C-Power nv\",\n        \"Operators\": \"C-Power nv\",\n        \"CapacityMWMax\": 30,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 5.075,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 6,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 36,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 36,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": null,\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": null,\n        \"CableLengthInfieldKm\": 4,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": 36,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 6,\n        \"OnshoreCableLengthKm\": 3.3,\n        \"OnshoreCableComments\": \"150kV\",\n        \"NumOffshoreSubstations\": 0,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"'Slijkens' Bredene\",\n        \"LandingPoint\": \"Bredene\",\n        \"Foundation\": \"Grounded: Gravity-Base\",\n        \"WaterDepthMinM\": 20,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 18,\n        \"DevDepthMaxM\": 27.5,\n        \"DistanceFromShoreQuoted\": 27,\n        \"DistanceFromShoreAuto\": 27,\n        \"AreaSqKm\": 0.43,\n        \"Lat\": 51.54389659,\n        \"Lon\": 2.93845124,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 37,\n        \"WindfarmId\": \"BE02\",\n        \"Name\": \"Northwind\",\n        \"OtherNames\": \"Eldepasco, Zone 2 and Bank Zonder Naam\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Monopile foundations were used following results of ground survey. \\r\\nArea concession was granted in June 2006. The Belwind 2 project will connect to Northwind before connecting direct to shore.\\r\\n\\r\\nZeeland Seaports was acting as loadport for the Northwind (April 2013)\",\n        \"Website\": \"http://www.northwindenergy.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"07 Apr 2013\",\n        \"OffshoreConstructionStarts\": \"07 Apr 2013\",\n        \"SubmittedForConsent\": \"15 May 2006\",\n        \"ConsentAuthorised\": \"11 Nov 2009\",\n        \"FinancialClose\": \"28 Jun 2012\",\n        \"ArrayInstallationStarts\": \"16 Jul 2013\",\n        \"ExportInstallationStarts\": \"01 Jul 2013\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"30 Jun 2014\",\n        \"AnalystOffshoreStartYear\": 2013,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 216,\n        \"ModelledNumberTurbines\": 72,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 51,\n        \"ModelledACExportCableKm\": 43,\n        \"ArrayManCostEURM\": 12.75,\n        \"ArrayInsCostEURM\": 28.05,\n        \"ACExportManCostEURM\": 27.52,\n        \"ACExportInsCostEURM\": 21.5,\n        \"Owners\": \"Aspiravi Holding NV,Parkwind NV,Sumitomo Corporation (住友商事) Europe Holding Limited\",\n        \"Developers\": \"Northwind NV (formerly ELDEPASCO LTD)\",\n        \"Operators\": \"A&amp;P Wind Services NV\",\n        \"CapacityMWMax\": 216,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 72,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 43,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 43,\n        \"ExportNominalVoltageKV\": 245,\n        \"ExportMaximumVoltageKV\": null,\n        \"ExportSectionMM2\": \"265\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"Diameter of 28 cm and a weight of 120 kg/m\",\n        \"CableLengthInfieldKm\": 51,\n        \"InfieldNominalVoltageKV\": 36,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": null,\n        \"OnshoreNumCables\": 1,\n        \"OnshoreCableLengthKm\": 2.1,\n        \"OnshoreCableComments\": \"220kV, only one cable\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges/Stevin\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 15.3,\n        \"WaterDepthMaxM\": 23,\n        \"DevDepthMinM\": 16,\n        \"DevDepthMaxM\": 29,\n        \"DistanceFromShoreQuoted\": 37,\n        \"DistanceFromShoreAuto\": 36,\n        \"AreaSqKm\": 13.84,\n        \"Lat\": 51.61941118,\n        \"Lon\": 2.90184956,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": null,\n        \"GridSolution\": null\n    },\n    {\n        \"recordID\": 38,\n        \"WindfarmId\": \"BE03\",\n        \"Name\": \"Belwind \",\n        \"OtherNames\": \"Zone 3 and Bligh Bank\",\n        \"CountryName\": \"Belgium\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"Round\": \"Concession identified through decree of May 2004\",\n        \"Region\": \"Vlaanderen\",\n        \"Comments\": \"Depth range for whole concession area is 15-37m\\r\\nRevenues via Renewable Energy Certificate sold to Elia for 20 years at €107/MWh\",\n        \"Website\": \"http://www.belwind.eu/\",\n        \"MostRecentEvent\": \"15 May 2020: In November 2019 Fred.Olsen Windcarrier's jack-up vessel Bold Tern began the blade maintenance campaign for Belwind, Nobelwind and Northwind over a six month period. Scheduled to finish in May 2020.\",\n        \"ParkConstructionStarts\": \"30 Aug 2009\",\n        \"OffshoreConstructionStarts\": \"30 Aug 2009\",\n        \"SubmittedForConsent\": \"01 Jun 2006\",\n        \"ConsentAuthorised\": \"20 Feb 2008\",\n        \"FinancialClose\": \"24 Jul 2009\",\n        \"ArrayInstallationStarts\": \"01 Jan 2010\",\n        \"ExportInstallationStarts\": \"01 Aug 2010\",\n        \"FirstPower\": null,\n        \"FullCommissioning\": \"09 Dec 2010\",\n        \"AnalystOffshoreStartYear\": 2009,\n        \"AnalystConfidence\": \"High\",\n        \"AnalystComments\": null,\n        \"ModelledCapacityMW\": 165,\n        \"ModelledNumberTurbines\": 55,\n        \"ModelledNumSubstations\": 1,\n        \"ModelledArrayCableKm\": 50,\n        \"ModelledACExportCableKm\": 52,\n        \"ArrayManCostEURM\": 12.5,\n        \"ArrayInsCostEURM\": 27.500000000000004,\n        \"ACExportManCostEURM\": 33.28,\n        \"ACExportInsCostEURM\": 26,\n        \"Owners\": \"Meewind,Parkwind NV\",\n        \"Developers\": \"Belwind NV\",\n        \"Operators\": \"Belwind NV\",\n        \"CapacityMWMax\": 165,\n        \"CapacityMWMin\": null,\n        \"TurbineMWMin\": null,\n        \"TurbineMWMax\": 3,\n        \"NoTurbinesMin\": null,\n        \"NoTurbinesMax\": 55,\n        \"NumExportCables\": 1,\n        \"CableLengthExportKm\": 52,\n        \"ExportAdditionalRequirementKm\": null,\n        \"ACTotalExportKm\": 52,\n        \"ExportNominalVoltageKV\": 150,\n        \"ExportMaximumVoltageKV\": 170,\n        \"ExportSectionMM2\": \"630/500\",\n        \"DCNumCables\": null,\n        \"DCCableLengthKm\": null,\n        \"DCAdditionalRequirementKm\": null,\n        \"DCTotalExportKm\": null,\n        \"DCNominalVoltageKV\": null,\n        \"DCMaximumVoltageKV\": null,\n        \"DCSectionMM2\": null,\n        \"ExportCableComments\": \"3 x 1 x 630/500 mm2 CU, 170 kV\",\n        \"CableLengthInfieldKm\": 50,\n        \"InfieldNominalVoltageKV\": 33,\n        \"InfieldMaximumVoltageKV\": null,\n        \"InfieldSectionMM2\": null,\n        \"InfieldCableComments\": \"55 individual lengths of 33 kV cables\",\n        \"OnshoreNumCables\": 3,\n        \"OnshoreCableLengthKm\": 3,\n        \"OnshoreCableComments\": \"1200mm2 Al, 87/150kV (NKT Cables)\",\n        \"NumOffshoreSubstations\": 1,\n        \"PlatformType\": null,\n        \"GridConnectionPoint\": \"Zeebruges (Elia 150 kV station)\",\n        \"LandingPoint\": \"Zeebruges\",\n        \"Foundation\": \"Grounded: Monopile\",\n        \"WaterDepthMinM\": 11.6,\n        \"WaterDepthMaxM\": 20,\n        \"DevDepthMinM\": 15,\n        \"DevDepthMaxM\": 24,\n        \"DistanceFromShoreQuoted\": 46,\n        \"DistanceFromShoreAuto\": 44,\n        \"AreaSqKm\": 13.08,\n        \"Lat\": 51.67021111,\n        \"Lon\": 2.8028375,\n        \"SeaName\": \"North Sea\",\n        \"Georegion\": \"Europe\",\n        \"IsEstimatedLocation\": \"NO\",\n        \"ExpectedLifeYears\": 20,\n        \"GridSolution\": null\n    }\n]"},{"id":"9c2dc9f3-c895-4db1-96a6-0d5d03bfbfe5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/details?seaName=North Sea","host":["https://data.4coffshore.com"],"path":["api","cables","wind","details"],"query":[{"key":"seaName","value":"North Sea"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xkZXRhaWxz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 11:35:41 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7ebc7b40-b101-4258-85d6-f98ff3185962"}],"id":"3e11e4fe-7399-49c1-8e36-618e623ec87d","_postman_id":"3e11e4fe-7399-49c1-8e36-618e623ec87d","description":""},{"name":"Project Stakeholders","item":[{"name":"All Project Stakeholders","id":"cbe0fc4d-dfa9-4f08-b8bb-9aaa8b127266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders","description":"<p>This <code>GET</code> operation allows you to retrieve the stakeholders of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"1c42d9bb-666f-4def-8be2-75625d636365","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:13:23 GMT"},{"key":"Content-Length","value":"2947"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 5277,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Owner\",\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Solely owned by Blue H Technologies BV (100%)\",\n        \"Stake\": \"100\",\n        \"CountUnit\": \"Percentage\",\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"SourceDate\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"IsExpired\": true,\n        \"Telephone\": \"+31 162 424 952\",\n        \"Email\": \"info@bluegroup.com\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 1020,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"SourceDate\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"IsExpired\": true,\n        \"Telephone\": \"+31 162 424 952\",\n        \"Email\": \"info@bluegroup.com\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 10970,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"Country\": \"Australia\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Developer\",\n        \"OrganisationName\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"MPT aim to install their Energy Islands off of the southern coast of Australia\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://mptenergy.com/newsflash/wood-group-kenny-to-design-the-worlds-first-combined-wind-and-wave-powered-energy-generation-facility.html\",\n        \"SourceDate\": \"24 May 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"1A Level 5, 190 Queen Street, Melbourne, Victoria, VIC 3000, Australia\",\n        \"OrganisationCity\": \"Melbourne\",\n        \"OrganisationCountry\": \"Australia\",\n        \"Website\": \"http://www.globalrenewablesolutions.org/\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Global Renewable Solutions\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+61 3 9602 0700\",\n        \"Email\": \"info@globalrenewablesolutions.org\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    }\n]"},{"id":"30b16920-e524-44b1-bc63-e96665a59f37","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"cbe0fc4d-dfa9-4f08-b8bb-9aaa8b127266"},{"name":"All Project Stakeholders by windfarmID","id":"f4fb031b-c49e-48a0-99f1-05be3560489b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of a specific Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"5dd38e76-9541-43a4-a3b1-11d1721e96b8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:16:04 GMT"},{"key":"Content-Length","value":"2975"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 127,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Manufacturer-Array Cabling\",\n        \"OrganisationName\": \"JDR Cable Systems Ltd\",\n        \"Client\": \"Greater Gabbard Offshore Winds Ltd\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Supplied over 200km of  infield cabling.\",\n        \"Stake\": \"200\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.jdrcables.com/SubseaPowerCables/RenewableEnergySolutions/GreaterGabbardOffshoreWindfarm/default.aspx\",\n        \"SourceDate\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Littleport Innovation Park, Wisbech Road, Littleport, United Kingdom\",\n        \"OrganisationCity\": \"Littleport\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.jdrcables.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"JDR Cable\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+44 1353 860022\",\n        \"Email\": \"info@jdrcables.com\",\n        \"ContactName\": \"John Price\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 1400,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Installer-Export Cabling\",\n        \"OrganisationName\": \"Subocean Group Limited\",\n        \"Client\": \"Fluor Corporation\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Subocean Group was contracted to lay and bury 106km of export cables.\",\n        \"Stake\": \"106\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"Source Link Expired\",\n        \"SourceDate\": \"12 Apr 2010\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Discovery Drive, Arnhall Business Park, Westhill, Aberdeenshire, United Kingdom\",\n        \"OrganisationCity\": \"Westhill\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.suboceangroup.com/\",\n        \"ParentOrganisation\": \"Technip S.A.\",\n        \"AnalysisName\": \"Technip\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+44 (0)1224 35150\",\n        \"Email\": \"subocean@suboceangroup.com\",\n        \"ContactName\": \"John Sinclair (Director)\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 5049,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Array Cable Installation\",\n        \"OrganisationName\": \"Solstad Farstad Shipping\",\n        \"Client\": \"Fluor Corporation\",\n        \"Vessel\": \"Far Sovereign\",\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Installation of array cables\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"Direct Communication\",\n        \"SourceDate\": \"25 Nov 2010\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Notenesgate 14, Aalesund, NO-6002, Norway\",\n        \"OrganisationCity\": \"Aalesund\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.farstad.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Farstad Shipping\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+47 70 12 44 60\",\n        \"Email\": \"post@farstad.no\",\n        \"ContactName\": \"Andrew Coccoli\",\n        \"VesselStartDate\": \"2010-07-30T00:00:00\",\n        \"VesselEndDate\": \"2010-11-28T00:00:00\"\n    }\n]"},{"id":"592a5557-cc09-4714-bfce-a66f75c827fe","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:10:33 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f4fb031b-c49e-48a0-99f1-05be3560489b"},{"name":"All Project Stakeholders by stakeholderType","id":"a8e853a8-d5a0-4493-b0b4-ee84736b5dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders?stakeholderType=Developer","description":"<p>This <code>GET</code> operation allows you to retrieve all involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>stakeholderType</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"Developer"}],"variable":[]}},"response":[{"id":"4fae70d1-7938-4a2c-881a-c69ae44c9732","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?stakeholderType=Developer","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"stakeholderType","value":"Developer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:17:49 GMT"},{"key":"Content-Length","value":"2878"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 1020,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"Country\": \"Albania\",\n        \"WindfarmStatus\": \"Cancelled\",\n        \"StakeholderType\": \"Developer\",\n        \"OrganisationName\": \"Blue H Technologies BV\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.attuttambiente.org/download/energia2010/presentazione-energia-2010/LEolico_offshore_BOTTONI.pdf\",\n        \"SourceDate\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schepenenstraat 23 4902 BZ, Oosterhout, Netherlands\",\n        \"OrganisationCity\": \"Oosterhout\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://www.bluehgroup.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Blue H\",\n        \"IsExpired\": true,\n        \"Telephone\": \"+31 162 424 952\",\n        \"Email\": \"info@bluegroup.com\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 10970,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"Country\": \"Australia\",\n        \"WindfarmStatus\": \"Dormant\",\n        \"StakeholderType\": \"Developer\",\n        \"OrganisationName\": \"Global Renewable Solutions(formerly Marine Power Technologies Pty Ltd)\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"MPT aim to install their Energy Islands off of the southern coast of Australia\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://mptenergy.com/newsflash/wood-group-kenny-to-design-the-worlds-first-combined-wind-and-wave-powered-energy-generation-facility.html\",\n        \"SourceDate\": \"24 May 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"1A Level 5, 190 Queen Street, Melbourne, Victoria, VIC 3000, Australia\",\n        \"OrganisationCity\": \"Melbourne\",\n        \"OrganisationCountry\": \"Australia\",\n        \"Website\": \"http://www.globalrenewablesolutions.org/\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Global Renewable Solutions\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+61 3 9602 0700\",\n        \"Email\": \"info@globalrenewablesolutions.org\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 32133,\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"Country\": \"Australia\",\n        \"WindfarmStatus\": \"Concept/Early Planning\",\n        \"StakeholderType\": \"Developer\",\n        \"OrganisationName\": \"Offshore Energy Pty Ltd\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": null,\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://offshorenergy.com.au\",\n        \"SourceDate\": \"02 Jun 2017\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Level 27, 101 Collins Street, Melbourne, Victoria, 3000, Australia\",\n        \"OrganisationCity\": \"Melbourne\",\n        \"OrganisationCountry\": \"Australia\",\n        \"Website\": \"http://offshorenergy.com.au/\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Offshore Energy\",\n        \"IsExpired\": false,\n        \"Telephone\": null,\n        \"Email\": \"info@offshorenergy.com.au\",\n        \"ContactName\": \"Peter Sgardelis\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    }\n]"},{"id":"983844cc-6ce1-490f-85fb-9b445bd6043f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?stakeholderType=Developer","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"stakeholderType","value":"Developer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:10:44 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"a8e853a8-d5a0-4493-b0b4-ee84736b5dec"},{"name":"All Project Stakeholders by organisatioName","id":"1fbb0b47-e14c-4731-a737-230bd773bb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders?organisationName=Oceanteam ASA","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>organisatioName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"Oceanteam ASA"}],"variable":[]}},"response":[{"id":"2307b8e6-7f59-495e-a81f-489e8440266c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?organisationName=Oceanteam ASA","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"organisationName","value":"Oceanteam ASA"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:01 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"b99d588f-ffd6-4ff1-9644-f1e6dd30433d","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?organisationName=Oceanteam ASA","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"organisationName","value":"Oceanteam ASA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:18:47 GMT"},{"key":"Content-Length","value":"1851"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 14,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Installer-Export Cabling\",\n        \"OrganisationName\": \"Oceanteam ASA\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Install 66km of (XLPE 110kV 3x240mm² with 2x48 fibre optic cores) export cable\",\n        \"Stake\": \"66\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.oceanteam.nl/?page=projects&sub=6\",\n        \"SourceDate\": \"07 Nov 2008\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Tveitaråsveien 12, Bergen, NO-5853, Norway\",\n        \"OrganisationCity\": \"Bergen\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.oceanteam.nl\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+47 55 10 82 40\",\n        \"Email\": \"info@oceanteam.no\",\n        \"ContactName\": \"William Amoh\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 490,\n        \"WindfarmId\": \"UK23\",\n        \"Name\": \"Scroby Sands\",\n        \"Country\": \"United Kingdom\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Installer-Export Cabling\",\n        \"OrganisationName\": \"Oceanteam ASA\",\n        \"Client\": null,\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Installation and burial replacement cable.\",\n        \"Stake\": \"5\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.abnnewswire.net/press/en/59096/Oceanteam_ASA.html\",\n        \"SourceDate\": \"07 Nov 2008\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Tveitaråsveien 12, Bergen, NO-5853, Norway\",\n        \"OrganisationCity\": \"Bergen\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.oceanteam.nl\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+47 55 10 82 40\",\n        \"Email\": \"info@oceanteam.no\",\n        \"ContactName\": \"William Amoh\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    }\n]"}],"_postman_id":"1fbb0b47-e14c-4731-a737-230bd773bb26"},{"name":"All Project Stakeholders by clientName","id":"1bedea39-5890-4ddf-81c0-192d1eddac57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders?clientName=E.ON Netz GmbH","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>clientName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"clientName","value":"E.ON Netz GmbH"}],"variable":[]}},"response":[{"id":"b31f7ac2-c1b4-4fa9-bcd6-fc913960d0fb","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?clientName=E.ON Netz GmbH","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"clientName","value":"E.ON Netz GmbH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:19:45 GMT"},{"key":"Content-Length","value":"3290"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 9076,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation(cable lay and burial)\",\n        \"OrganisationName\": \"Oceanteam Power & Umbilical\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": \"Boka Installer\",\n        \"VesselOtherNames\": \"BoDo Installer\",\n        \"StakeDescription\": \"Oceanteam Installer used for 5km lay and burial of export cable in shallow waters\",\n        \"Stake\": \"5\",\n        \"CountUnit\": \"Cable length km\",\n        \"Source\": \"http://www.tennettso.de/pages/tennettso_en/Press/Press_fotos/Offshore/Grid_connection_alpha_ventus/index.htm\",\n        \"SourceDate\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schleusenstraße 22 A, Wilhelmshaven, Germany\",\n        \"OrganisationCity\": \"Wilhelmshaven\",\n        \"OrganisationCountry\": \"Germany\",\n        \"Website\": \"http://www.oceanteam.no\",\n        \"ParentOrganisation\": \"Oceanteam ASA\",\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"Office No Longer Exists\",\n        \"Email\": \"Office No Longer Exists\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 8968,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation(burial)\",\n        \"OrganisationName\": \"Global Marine Systems Ltd\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": \"CS Sovereign\",\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"CS Sovereign was used with Atlas 1 ROV to bury end of export cable at offshore substation, as part of contract\",\n        \"Stake\": \"1\",\n        \"CountUnit\": \"Cable length km\",\n        \"Source\": \"http://www.globalmarinesystems.com/images/casestudies/pdf/CompletedProjects_Energy_A4.pdf\",\n        \"SourceDate\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"New Saxon House, 1 Winsford Way, Boreham Interchange, Chelmsford, United Kingdom\",\n        \"OrganisationCity\": \"Chelmsford\",\n        \"OrganisationCountry\": \"United Kingdom\",\n        \"Website\": \"http://www.globalmarinesystems.com\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Global Marine\",\n        \"IsExpired\": true,\n        \"Telephone\": \"+44 1245 702055\",\n        \"Email\": \"sales@globalmarinesystems.com\",\n        \"ContactName\": \"Bruce Neilson-Watts\",\n        \"VesselStartDate\": \"2008-09-01T00:00:00\",\n        \"VesselEndDate\": \"2008-09-30T00:00:00\"\n    },\n    {\n        \"WindfarmStakeholderId\": 503,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Manufacturer-Export Cabling\",\n        \"OrganisationName\": \"Prysmian PowerLink S.r.l.\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"66km of (XLPE 110kV 3x240mm² with 2x48 fibre optic cores) cable plus accessories, including joints, terminations and testing services\",\n        \"Stake\": \"66\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.prysmian.com/communication/news.html?newsLink=/archive/news/2007/news027.news\",\n        \"SourceDate\": \"14 Nov 2007\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Via Chiese 6, Milano, 20126, Italy\",\n        \"OrganisationCity\": \"Milano\",\n        \"OrganisationCountry\": \"Italy\",\n        \"Website\": \"www.prysmian.com\",\n        \"ParentOrganisation\": \"Prysmian Group S.p.A.\",\n        \"AnalysisName\": \"Prysmian\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+39 02 6449 1\",\n        \"Email\": \"marketing.energy@prysmian.com\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    }\n]"},{"id":"93ab13cd-bc0a-47b2-8627-3aba815d5cdb","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?clientName=E.ON Netz GmbH","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"clientName","value":"E.ON Netz GmbH"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:06 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"1bedea39-5890-4ddf-81c0-192d1eddac57"},{"name":"All Project Stakeholders by analysisName","id":"c1d07388-7847-4412-b203-99498f4915f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/stakeholders?analysisName=Oceanteam","description":"<p>This <code>GET</code> operation allows you to retrieve all the involved stakeholders of all Offshore Wind Farm project(s) filtered by the <code>analysisName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"analysisName","value":"Oceanteam"}],"variable":[]}},"response":[{"id":"596b2135-37d2-497b-8b1a-32e040eceb44","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?analysisName=Oceanteam","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"analysisName","value":"Oceanteam"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:20:23 GMT"},{"key":"Content-Length","value":"3139"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmStakeholderId\": 14,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Installer-Export Cabling\",\n        \"OrganisationName\": \"Oceanteam ASA\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Install 66km of (XLPE 110kV 3x240mm² with 2x48 fibre optic cores) export cable\",\n        \"Stake\": \"66\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.oceanteam.nl/?page=projects&sub=6\",\n        \"SourceDate\": \"07 Nov 2008\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Tveitaråsveien 12, Bergen, NO-5853, Norway\",\n        \"OrganisationCity\": \"Bergen\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.oceanteam.nl\",\n        \"ParentOrganisation\": null,\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"+47 55 10 82 40\",\n        \"Email\": \"info@oceanteam.no\",\n        \"ContactName\": \"William Amoh\",\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 9076,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation(cable lay and burial)\",\n        \"OrganisationName\": \"Oceanteam Power & Umbilical\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": \"Boka Installer\",\n        \"VesselOtherNames\": \"BoDo Installer\",\n        \"StakeDescription\": \"Oceanteam Installer used for 5km lay and burial of export cable in shallow waters\",\n        \"Stake\": \"5\",\n        \"CountUnit\": \"Cable length km\",\n        \"Source\": \"http://www.tennettso.de/pages/tennettso_en/Press/Press_fotos/Offshore/Grid_connection_alpha_ventus/index.htm\",\n        \"SourceDate\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schleusenstraße 22 A, Wilhelmshaven, Germany\",\n        \"OrganisationCity\": \"Wilhelmshaven\",\n        \"OrganisationCountry\": \"Germany\",\n        \"Website\": \"http://www.oceanteam.no\",\n        \"ParentOrganisation\": \"Oceanteam ASA\",\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"Office No Longer Exists\",\n        \"Email\": \"Office No Longer Exists\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    },\n    {\n        \"WindfarmStakeholderId\": 9077,\n        \"WindfarmId\": \"DE01\",\n        \"Name\": \"Alpha Ventus\",\n        \"Country\": \"Germany\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"StakeholderType\": \"Installer-Export Cable(cable lay and burial)\",\n        \"OrganisationName\": \"Oceanteam Power & Umbilical\",\n        \"Client\": \"E.ON Netz GmbH\",\n        \"Vessel\": null,\n        \"VesselOtherNames\": null,\n        \"StakeDescription\": \"Oceanteam contracted for 66km export cable installation using several vessels for lay and jetting systems for burial, as part of installation contract\",\n        \"Stake\": \"66\",\n        \"CountUnit\": \"Cable length km\",\n        \"Source\": \"http://www.tennettso.de/pages/tennettso_en/Press/Press_fotos/Offshore/Grid_connection_alpha_ventus/index.htm\",\n        \"SourceDate\": null,\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"OrganisationAddress\": \"Schleusenstraße 22 A, Wilhelmshaven, Germany\",\n        \"OrganisationCity\": \"Wilhelmshaven\",\n        \"OrganisationCountry\": \"Germany\",\n        \"Website\": \"http://www.oceanteam.no\",\n        \"ParentOrganisation\": \"Oceanteam ASA\",\n        \"AnalysisName\": \"Oceanteam\",\n        \"IsExpired\": false,\n        \"Telephone\": \"Office No Longer Exists\",\n        \"Email\": \"Office No Longer Exists\",\n        \"ContactName\": null,\n        \"VesselStartDate\": null,\n        \"VesselEndDate\": null\n    }\n]"},{"id":"ce169d5a-1b30-44cd-b9f7-246ee3a9bcc9","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/stakeholders?analysisName=Oceanteam","host":["https://data.4coffshore.com"],"path":["api","cables","wind","stakeholders"],"query":[{"key":"analysisName","value":"Oceanteam"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:11:13 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"c1d07388-7847-4412-b203-99498f4915f5"}],"id":"343764be-3d93-4ba0-b719-af60bcd9b12d","_postman_id":"343764be-3d93-4ba0-b719-af60bcd9b12d","description":""},{"name":"Project Events","item":[{"name":"All Project Events","id":"3de011b6-0603-4654-b286-7ca0753eae98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"fe8f5962-ebcf-44e9-af94-94c9ce84f244","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:29:41 GMT"},{"key":"Content-Length","value":"1323"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 8981,\n        \"WindfarmId\": \"AL01\",\n        \"Name\": \"Durrazzo\",\n        \"LifecycleEvent\": \"Cancellation -\",\n        \"Event_Date\": \"10 Oct 2012\",\n        \"EventDescription\": \"Blue H Technologies cease trading.\",\n        \"InformationSource\": \"Direct Communication (20/09/2013)\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 70\n    },\n    {\n        \"WindfarmEventId\": 5925,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"Planning - Site Investigation\",\n        \"Event_Date\": \"24 May 2012\",\n        \"EventDescription\": \"Initial 8 months will consist of data gathering and conceptual work regarding the layout and configuration.\",\n        \"InformationSource\": \"http://www.woodgroupkenny.com/press-releases/Energy%20Island.pdf\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 16\n    },\n    {\n        \"WindfarmEventId\": 11268,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"PrePlanning - Feasibility Study\",\n        \"Event_Date\": \"01 Apr 2017\",\n        \"EventDescription\": \"Global Renewable Solutions intends testing the power platform, minus wind turbine, off of the coast of Co. Mayo. Ireland in the second quarter of 2017.\",\n        \"InformationSource\": \"http://www.globalrenewablesolutions.org/pages/projects.html\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 0\n    }\n]"},{"id":"a9c013fe-fbe1-4487-a9ca-863505b100df","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3de011b6-0603-4654-b286-7ca0753eae98"},{"name":"All Project Events by windfarmID","id":"5399c104-c58d-4489-97f2-a7ad9348d3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events?windfarmID=UK05","description":"<p>This <code>GET</code> operation allows you to retrieve the milestones/events of a specific Offshore Wind Farm project via the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK05"}],"variable":[]}},"response":[{"id":"9739ab44-2d8a-4395-ad39-75d1010694ed","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:31:47 GMT"},{"key":"Content-Length","value":"1271"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 2973,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Operation - Generating Power\",\n        \"Event_Date\": \"14 Jan 2011\",\n        \"EventDescription\": \"The first official power export was produced from the wind farm. Three turbines were energised and electricity was exported to the national grid.\",\n        \"InformationSource\": \"http://www.investegate.co.uk/article.aspx?id=201101141231314994Z\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 40\n    },\n    {\n        \"WindfarmEventId\": 4525,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Turbine Installation\",\n        \"Event_Date\": \"11 Nov 2011\",\n        \"EventDescription\": \"122 of the 140 turbines were installed by this point.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 32\n    },\n    {\n        \"WindfarmEventId\": 4838,\n        \"WindfarmId\": \"UK05\",\n        \"Name\": \"Greater Gabbard\",\n        \"LifecycleEvent\": \"Installation - Export Cable Installation\",\n        \"Event_Date\": \"27 Sep 2011\",\n        \"EventDescription\": \"ASV Pioneer arrived at Harwich to begin preparations for installation the third and final export cable.\",\n        \"InformationSource\": \"http://www.4cOffshore.com\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 64\n    }\n]"},{"id":"1e5ed000-6c10-467d-afa2-8f6d8cbf242a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?windfarmID=UK05","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"windfarmID","value":"UK05"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:05:34 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5399c104-c58d-4489-97f2-a7ad9348d3f4"},{"name":"All Project Events by certainty","id":"4c2e9f9f-8eb8-4480-a428-b611bf421719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>certainty</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"2dbaa44b-ef00-461c-b432-acd762e8e6a6","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:31:20 GMT"},{"key":"Content-Length","value":"1563"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 5925,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"Planning - Site Investigation\",\n        \"Event_Date\": \"24 May 2012\",\n        \"EventDescription\": \"Initial 8 months will consist of data gathering and conceptual work regarding the layout and configuration.\",\n        \"InformationSource\": \"http://www.woodgroupkenny.com/press-releases/Energy%20Island.pdf\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 16\n    },\n    {\n        \"WindfarmEventId\": 11268,\n        \"WindfarmId\": \"AU01\",\n        \"Name\": \"Global Renewable Solutions - Power Platform\",\n        \"LifecycleEvent\": \"PrePlanning - Feasibility Study\",\n        \"Event_Date\": \"01 Apr 2017\",\n        \"EventDescription\": \"Global Renewable Solutions intends testing the power platform, minus wind turbine, off of the coast of Co. Mayo. Ireland in the second quarter of 2017.\",\n        \"InformationSource\": \"http://www.globalrenewablesolutions.org/pages/projects.html\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 0\n    },\n    {\n        \"WindfarmEventId\": 28240,\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"LifecycleEvent\": \"Other -\",\n        \"Event_Date\": \"21 Feb 2019\",\n        \"EventDescription\": \"According to the Maritime Union of Australia, the project has been further held up by the Energy Minister's failure to sign off on an exploration licence, allowing a detailed assessment of wind resources. The future time frame is looking uncertain.\",\n        \"InformationSource\": \"Press Releasehttps://www.medianet.com.au/releases/172597/\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": -1\n    }\n]"},{"id":"916d771f-7e55-4e8f-ac1f-e48c684b5f47","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"4c2e9f9f-8eb8-4480-a428-b611bf421719"},{"name":"All Project Events by lifecycleEvent","id":"41ff8c48-e03e-44c9-a98d-453fef87e7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events?lifecycleEvent=Planning - Consent Authorised","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>certainty</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"lifecycleEvent","value":"Planning - Consent Authorised"}],"variable":[]}},"response":[{"id":"2e04b3c6-f45b-4590-b708-c9cb6d9db080","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?lifecycleEvent=Planning - Consent Authorised","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"lifecycleEvent","value":"Planning - Consent Authorised"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:34:02 GMT"},{"key":"Content-Length","value":"4686"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 33075,\n        \"WindfarmId\": \"AU02\",\n        \"Name\": \"Star of the South\",\n        \"LifecycleEvent\": \"Planning - Consent Authorised\",\n        \"Event_Date\": \"31 Dec 2024\",\n        \"EventDescription\": \"The Star of the South project will need: \\r\\n·\\tApproval under the Commonwealth Environment Protection and Biodiversity Conservation Act 1999 (EPBC Act). An  Environmental Impact Statement (EIS) is required. \\r\\n·\\tPlanning approval under the Victorian Planning and Environment Act 1987. An Environment Effects Statement (EES) is required. \\r\\n·\\tA marine and coastal consent under the Victorian Marine and Coastal Act 2019 \\r\\n·\\tAn approved cultural heritage management plan (CHMP) under the Victorian Aboriginal Heritage Act 2006. \\r\\n·\\tOther approvals and consents may also be needed. These will be identified through the assessment process and in consultation with regulators.\\r\\n·\\tA licence will be needed to construct, operate and decommission an offshore wind farm. The government are working on a framework to support offshore wind development. The responsible Minister will make licensing decisions under the framework, including the granting of licences. The National Offshore Petroleum Safety and Environmental Management Authority (NOPSEMA) is proposed to operate as the Offshore Energy Regulator.\\r\\n\\r\\nThe technical studies and development of the EES and EIS documents will be integrated and expected to take at least 2 years (2020-2022). Star of the South are expected to prepare a single draft EIS/EES document to be exhibited for public review and submissions in 2023. The final EIS/EES document will then be submitted to DAWE and DELWP.  An Independent Inquiry considers the EES and public submissions and prepares a report for the Victorian Minister for Planning, expected 2023. The Victorian Minister for Planning will then make an Assessment under the EE Act and the Victorian decision makers will consider the Minister for Planning’s Assessment to inform approval decisions. From 2023-2024 DAWE will consider public submissions and the Minister for the Environment will make an assessment and approval under EPBC Act.\",\n        \"InformationSource\": \"https://getinvolved.starofthesouth.com.au/48520/widgets/264407/documents/164164; Star of the South Renewables roundtable update 27th May 2020; https://www.youtube.com/watch?v=A2T_aaLxmjQ\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 13\n    },\n    {\n        \"WindfarmEventId\": 37699,\n        \"WindfarmId\": \"AU04\",\n        \"Name\": \"Australis WA\",\n        \"LifecycleEvent\": \"Planning - Consent Authorised\",\n        \"Event_Date\": \"31 Dec 2024\",\n        \"EventDescription\": \"Secondary approvals, permits and licenses expected 2024-2025.\\r\\n\\r\\nThe project will require a range of environmental and statutory planning permits and consents. It is likely the project will be deemed a significant proposal and assessed under Part IV of the Western Australian Environmental Protection Act 1986 (EP Act) through a Public Environmental Review (PER). Planning approval will also be required under the Western Australian Planning and Development Act 2005 (P&D Act). The project will also require approval under the Commonwealth Environment Protection and Biodiversity Conservation Act 1999 (EPBC Act) for impacts to matters of national environmental significance (MNES).\",\n        \"InformationSource\": \"https://www.epa.wa.gov.au/sites/default/files/Referral_Documentation/278441-ENV-WA-RPT-004%20EPA%20Referral%20Supporting%20Information%20Report_0.pdf \",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 13\n    },\n    {\n        \"WindfarmEventId\": 39059,\n        \"WindfarmId\": \"AU05\",\n        \"Name\": \"Australis VIC\",\n        \"LifecycleEvent\": \"Planning - Consent Authorised\",\n        \"Event_Date\": \"01 Jan 2024\",\n        \"EventDescription\": \"All planning and environmental approvals, secondary approvals, permits and licences secured 2023-2024.\\r\\n\\r\\nPrimary approvals for the project include the Environmental Protection and Biodiversity Conservation Act 1999(“EPBC Act”) from the Federal Government and the Environmental Effects Act 1978(“EEAct”) from the Victorian State. Additionally state approval is need for  Planning and Environment Act 1987, heritage approvals under the Heritage Act 2017 and Aboriginal Heritage Act 2006 and consent under the Marine and Coastal Act 2018. A number of secondary approvals, permits and licences may also be required. Secondary approvals are generally obtained from Victorian government following project consent and prior to commencing works. \",\n        \"InformationSource\": \"https://www.planning.vic.gov.au/__data/assets/pdf_file/0019/525232/Portland-Offshore-Windfarm-Referral-Rev-0.pdf\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 13\n    }\n]"},{"id":"23e26ec7-ca30-499b-a32d-9bc15a710a99","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?lifecycleEvent=Planning - Consent Authorised","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"lifecycleEvent","value":"Planning - Consent Authorised"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"41ff8c48-e03e-44c9-a98d-453fef87e7cb"},{"name":"All Project Events by integrity","id":"6c49aac4-f3f6-47d5-94e8-b44e0d828ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events?integrity=Low Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>integrity</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Low Confidence"}],"variable":[]}},"response":[{"id":"44e48fae-98fe-437e-be03-66564de99169","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?integrity=Low Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"integrity","value":"Low Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:32:36 GMT"},{"key":"Content-Length","value":"1184"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 7486,\n        \"WindfarmId\": \"CN1Z\",\n        \"Name\": \"Fujian Putian City Flat Bay - 50MW\",\n        \"LifecycleEvent\": \"Installation - Met Mast/LiDAR\",\n        \"Event_Date\": \"01 Jan 2012\",\n        \"EventDescription\": \"Met Mast Installed sometime in 2012.\",\n        \"InformationSource\": \"http://www.fidc.com.cn/search.asp?id=944&ctlgid=51\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": 35\n    },\n    {\n        \"WindfarmEventId\": 17015,\n        \"WindfarmId\": \"CN3X\",\n        \"Name\": \"Powerchina Rudong C1\",\n        \"LifecycleEvent\": \"Other -\",\n        \"Event_Date\": \"31 Jan 2017\",\n        \"EventDescription\": \" Expected finish date for offshore construction.\",\n        \"InformationSource\": \"http://www.eastwp.net/bidding/show.php?itemid=53113\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": -1\n    },\n    {\n        \"WindfarmEventId\": 20369,\n        \"WindfarmId\": \"CN41\",\n        \"Name\": \"Guodian Zhoushan Putuo District 6 Zone 2\",\n        \"LifecycleEvent\": \"Installation - Offshore Substation\",\n        \"Event_Date\": \"01 Feb 2017\",\n        \"EventDescription\": \"Offshore substation construction started with 6-month estimated construction period\",\n        \"InformationSource\": \"http://www.zgdltb.com/agent_74600.html\",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"Low Confidence\",\n        \"EventCode\": 36\n    }\n]"},{"id":"abcd5b6e-2cca-4547-aafc-e013312c604a","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?integrity=Low Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"integrity","value":"Low Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:04:16 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6c49aac4-f3f6-47d5-94e8-b44e0d828ea9"},{"name":"All Project Events by eventCode","id":"03423661-3ad2-4133-ad34-b11be9933e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/events?eventCode=31","description":"<p>This <code>GET</code> operation allows you to retrieve all the milestones/events of all Offshore Wind Farm project(s) filtered by the <code>eventCode</code> integer parameter.</p>\n","urlObject":{"path":["api","cables","wind","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventCode","value":"31"}],"variable":[]}},"response":[{"id":"d2212a77-8aea-4350-a32e-4b4e58d5fba8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?eventCode=31","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"eventCode","value":"31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:33:00 GMT"},{"key":"Content-Length","value":"1208"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"WindfarmEventId\": 46156,\n        \"WindfarmId\": \"AU26\",\n        \"Name\": \"Leeuwin\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"Event_Date\": \"01 Apr 2026\",\n        \"EventDescription\": \"Q2 2026: Foundation installation.\",\n        \"InformationSource\": \"https://copenhagen-energy.com/offshore-wind/ \",\n        \"CertaintyDescription\": \"Either Way\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31\n    },\n    {\n        \"WindfarmEventId\": 691,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"Event_Date\": \"01 Apr 2008\",\n        \"EventDescription\": \"Foundation installation starts.\",\n        \"InformationSource\": \"http://web.archive.org/web/20120423030523/http://www.c-power.be/English/timing/index.html\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31\n    },\n    {\n        \"WindfarmEventId\": 692,\n        \"WindfarmId\": \"BE01\",\n        \"Name\": \"Thornton Bank - phase I\",\n        \"LifecycleEvent\": \"Installation - Foundation Installation\",\n        \"Event_Date\": \"06 Jun 2008\",\n        \"EventDescription\": \"Foundation installation finished in week 28.\",\n        \"InformationSource\": \"http://web.archive.org/web/20120423030523/http://www.c-power.be/English/timing/index.html\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"EventCode\": 31\n    }\n]"},{"id":"f1d9a9d0-056d-45e2-a8ef-d3911b14556e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/events?eventCode=31","host":["https://data.4coffshore.com"],"path":["api","cables","wind","events"],"query":[{"key":"eventCode","value":"31"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:03:44 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"03423661-3ad2-4133-ad34-b11be9933e97"}],"id":"3ba16def-4898-4a0c-bd2e-a6c7fc42c88a","description":"<p>The following endpoints allow you to retrieve the milestones/events of a single or multiple Offshore Wind Farm project(s)</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ea89b6fe-53a0-4aa2-b678-c877a6873898","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d527dfd0-5e70-4eea-97c1-22453413f6ed","type":"text/javascript","exec":[""]}}],"_postman_id":"3ba16def-4898-4a0c-bd2e-a6c7fc42c88a"},{"name":"Dedicated Platforms","item":[{"name":"All Dedicated Platforms","id":"6c8c7f74-b243-4434-84d0-06828b163f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"cbd41f9d-13d9-41c7-9518-9aa7aa4f4298","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:39:03 GMT"},{"key":"Content-Length","value":"3306"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702\n    },\n    {\n        \"SubstationID\": 2,\n        \"WindfarmID\": \"UK29\",\n        \"PlatformName\": \"Thanet Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Equitix\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Thanet\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"19 Mar 2009\",\n        \"WindfarmCapacity\": 300,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Four skirt piles were used (weight: 60t, length: 33.5m, diameter: 1.8288m, penetration: 21m)\",\n        \"FoundationWeightT\": 820,\n        \"TopsideWeightT\": 1460,\n        \"DimensionsM_LxWxH\": \"27x30x14\",\n        \"NumTransformers\": 2,\n        \"PowerTransformerMVA\": \"180/90/90\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"2 x 132kV HIS and 11kV GIS\\r\\nTwo bay 132kV switchboard and a four section 33kV switchboard.\",\n        \"OtherEquipment\": \"2 x 132 kV disconnector bays.  4 x earthing transformers. 2 x 55 MVA transformers (11/33 kV).\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Three winding transformer\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.4375,\n        \"Lon\": 1.62208333\n    },\n    {\n        \"SubstationID\": 3,\n        \"WindfarmID\": \"UK07\",\n        \"PlatformName\": \"Gunfleet Sands I + II Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Gunfleet Sands \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 Apr 2008\",\n        \"WindfarmCapacity\": 172.8,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"Foundation's weight includes the monopile (259t) and the transition piece (155t).\",\n        \"FoundationWeightT\": 414,\n        \"TopsideWeightT\": 1155,\n        \"DimensionsM_LxWxH\": \"20x30x15\",\n        \"NumTransformers\": 2,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV GIS\",\n        \"OtherEquipment\": \"1 standby diesel generator.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"25\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": null,\n        \"Lat\": 51.72983,\n        \"Lon\": 1.238333\n    }\n]"},{"id":"b9f06f20-cc4c-46c3-bba9-2e7bafd5ea58","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:02:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6c8c7f74-b243-4434-84d0-06828b163f92"},{"name":"All Dedicated Platforms by windfarmID","id":"7ebdc784-4298-4a3a-8df9-e227f64ff3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmID=UK01","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"UK01"}],"variable":[]}},"response":[{"id":"4a5d0a74-908f-427c-a5ff-9fda43944076","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:40:19 GMT"},{"key":"Content-Length","value":"1371"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702\n    }\n]"},{"id":"bf293a60-f378-4e99-99d4-a2729259e16c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmID=UK01","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"windfarmID","value":"UK01"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:01:59 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"7ebdc784-4298-4a3a-8df9-e227f64ff3c6"},{"name":"All Dedicated Platforms by platformName","id":"47ed4a01-cab7-4c6a-b408-15098637bf1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformName=Barrow Substation","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>platformName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformName","value":"Barrow Substation"}],"variable":[]}},"response":[{"id":"73969d61-b530-468e-9258-717a8cbf212e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:40:39 GMT"},{"key":"Content-Length","value":"1371"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 1,\n        \"WindfarmID\": \"UK01\",\n        \"PlatformName\": \"Barrow Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Transmission Capital\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Barrow\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"01 May 2005\",\n        \"WindfarmCapacity\": 90,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": \"The weight is broken down as follows: transition piece 208 ton, naked steel top frame 105 ton, monopile 355 ton and J-tubes 18 ton.\",\n        \"FoundationWeightT\": 686,\n        \"TopsideWeightT\": 480,\n        \"DimensionsM_LxWxH\": \"23x15x10\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"120\",\n        \"RatioTransformerkV\": \"33/132\",\n        \"Switchgear\": \"132kV and 33kV GIS\",\n        \"OtherEquipment\": \"33kV board 14 panel including protection. Relay and control panel suite room. LVAC and DC plant room (includes UPS for navigation lights). 225kVA standby diesel generator. 5MVAr shunt capacitor bank modules. INERGEN/ water mist fire suppression system. Auxiliary transformer.\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": \"12\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescription\": \"AREVA's Transmission and Distribution division (T&D) won a contract in the region of 12 million euros to design, manufacture and install the United Kingdom's first offshore high-voltage substation.\",\n        \"Lat\": 53.98753333,\n        \"Lon\": -3.2702\n    }\n]"},{"id":"29773e5a-d36b-48c5-b6a3-4c246d3c0918","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformName=Barrow Substation","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"platformName","value":"Barrow Substation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:00:54 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"47ed4a01-cab7-4c6a-b408-15098637bf1d"},{"name":"All Dedicated Platforms by platformType","id":"be19ef02-e6d0-4cf0-b082-9250cff949f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformType=HVDC Converter Station","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>platformType</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"platformType","value":"HVDC Converter Station"}],"variable":[]}},"response":[{"id":"99583a6e-7434-43db-b514-67f0987005ef","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformType=HVDC Converter Station","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"platformType","value":"HVDC Converter Station"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:41:07 GMT"},{"key":"Content-Length","value":"3690"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 397,\n        \"WindfarmID\": \"UK1K\",\n        \"PlatformName\": \"Hornsea Platform 3A Offshore Converter\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": \"Transmission system owner not yet awarded (park owner: Ørsted)\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Planned\",\n        \"WindfarmName\": \"Hornsea Project Three\",\n        \"WindfarmStatus\": \"Consent Authorised\",\n        \"WindfarmConstructionStarts\": \"01 Jan 2024\",\n        \"WindfarmCapacity\": 3000,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": null,\n        \"CommentsSubstation\": \"As of April 2021 Orsted stated preference for HVDC transmission system. The DCO includes up to four offshore High Voltage Direct Current (HVDC) converter substations. \\r\\nBased on an overall project caapcity of 2.4 GW 4COffshore estimates at least two offshore converter platforms will be required.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null\n    },\n    {\n        \"SubstationID\": 398,\n        \"WindfarmID\": \"UK1K\",\n        \"PlatformName\": \"Hornsea Platform 3B Offshore Converter\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": \"Transmission system owner not yet awarded (park owner: Ørsted)\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Planned\",\n        \"WindfarmName\": \"Hornsea Project Three\",\n        \"WindfarmStatus\": \"Consent Authorised\",\n        \"WindfarmConstructionStarts\": \"01 Jan 2024\",\n        \"WindfarmCapacity\": 3000,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"As of April 2021 Orsted stated preference for HVDC transmission system. The DCO includes up to four offshore High Voltage Direct Current (HVDC) converter substations. \\r\\nBased on an overall project caapcity of 2.4 GW 4COffshore estimates at least two offshore converter platforms will be required.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": null,\n        \"Lon\": null\n    },\n    {\n        \"SubstationID\": 477,\n        \"WindfarmID\": \"UK80\",\n        \"PlatformName\": \"Dogger Bank Creyke Beck A Converter\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"PlatformOwner\": \"Transmission system owner not yet awarded (park owner: Equinor (40%), SSE (40%), Eni (20%))\",\n        \"CountryName\": \"United Kingdom\",\n        \"PlatformStatus\": \"Manufacturing\",\n        \"WindfarmName\": \"Dogger Bank A\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"01 Apr 2022\",\n        \"WindfarmCapacity\": 1235,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": 2900,\n        \"TopsideWeightT\": 8900,\n        \"DimensionsM_LxWxH\": \"65x40x40\",\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Transforms 66kV - no other substations required. ABB HVDC Light design - no helipad, no accomodation. Equinor states the platform design will see a 70% reduction in topside weight per MW for offshore platforms.\\r\\nIt will be the irst unmanned high voltage direct current (HVDC) offshore substation. Removing the need for personnel to stay on the platform has made it possible to eliminate elements such as the living quarters, helideck and sewage systems, resulting in a 70% reduction in weight, per MW, of the topside compared to previous platforms installed, and cost savings of hundreds of millions of pounds.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 54.78304078,\n        \"Lon\": 1.86088582\n    }\n]"},{"id":"bfc52411-8e38-48af-8cf6-1ba92af17393","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?platformType=HVDC Converter Station","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"platformType","value":"HVDC Converter Station"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:57 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"be19ef02-e6d0-4cf0-b082-9250cff949f7"},{"name":"All Dedicated Platforms by countryName","id":"63778347-ed76-430c-ab53-f099447ce856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?countryName=Belgium","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"Belgium"}],"variable":[]}},"response":[{"id":"02dcbc6d-c5cf-47a1-a8fc-706420cc808e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:41:41 GMT"},{"key":"Content-Length","value":"2752"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 42,\n        \"WindfarmID\": \"BE02\",\n        \"PlatformName\": \"Northwind Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Aspiravi (40%), Parkwind (30%), Sumitomo (30%)\",\n        \"CountryName\": \"Belgium\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Northwind\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"07 Apr 2013\",\n        \"WindfarmCapacity\": 216,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1140,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"180\",\n        \"RatioTransformerkV\": \"33/225\",\n        \"Switchgear\": \"1 HV and 10 MV GIS\",\n        \"OtherEquipment\": \"2 x 50 MVAr 33 kV shunts, 2 x aux/earthing transformers\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.61982,\n        \"Lon\": 2.91778167\n    },\n    {\n        \"SubstationID\": 43,\n        \"WindfarmID\": \"BE03\",\n        \"PlatformName\": \"Belwind 1 Offshore Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Parkwind (78.54%), Meewind (21.46%)\",\n        \"CountryName\": \"Belgium\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Belwind \",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"30 Aug 2009\",\n        \"WindfarmCapacity\": 165,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 1150,\n        \"DimensionsM_LxWxH\": \"20x20x20\",\n        \"NumTransformers\": 1,\n        \"PowerTransformerMVA\": \"200/100/100\",\n        \"RatioTransformerkV\": \"33/155\",\n        \"Switchgear\": null,\n        \"OtherEquipment\": \"On-load tap-chargers\",\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"Fabricom put in a total of 85,000 man hours on the project. The transformer is a three winding transformer\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.69468842,\n        \"Lon\": 2.81726609\n    },\n    {\n        \"SubstationID\": 47,\n        \"WindfarmID\": \"BE09\",\n        \"PlatformName\": \"Thornton Bank Phase II Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"RWE (26.73%), Nuhma (20.8%), DEME Offshore (11.67%), Societe Regionale d'Investissement de Wallonie (11.26%), Socofe (11.26%), EDF (9.15%), Marguerite Fund (9.13%)\",\n        \"CountryName\": \"Belgium\",\n        \"PlatformStatus\": \"Operational\",\n        \"WindfarmName\": \"Thornton Bank - phase II\",\n        \"WindfarmStatus\": \"Fully Commissioned\",\n        \"WindfarmConstructionStarts\": \"25 Nov 2010\",\n        \"WindfarmCapacity\": 184.5,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": 800,\n        \"TopsideWeightT\": 2200,\n        \"DimensionsM_LxWxH\": \"30x20x17\",\n        \"NumTransformers\": 2,\n        \"PowerTransformerMVA\": \"170/200\",\n        \"RatioTransformerkV\": \"33/155\",\n        \"Switchgear\": \"170 kV & 33 kV GIS\",\n        \"OtherEquipment\": \"36 kV shunt reactors for reactive power compensation\",\n        \"HasHeliDeck\": \"Yes\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 51.53286917,\n        \"Lon\": 2.95492861\n    }\n]"},{"id":"32c6e460-7754-4016-93eb-41c715b42b43","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?countryName=Belgium","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"countryName","value":"Belgium"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:59:22 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"63778347-ed76-430c-ab53-f099447ce856"},{"name":"All Dedicated Platforms by windfarmStatus","id":"0cf5e8ac-af5d-49fb-8a48-f8d7bf1fdd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmStatus=Pre-Construction","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Dedicated Platforms related to Offshore Wind Farm project filtered by the <code>windfarmStatus</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","dedicated"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}],"variable":[]}},"response":[{"id":"9d70acb1-b71b-4a2d-8e96-c082ce79658a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:42:17 GMT"},{"key":"Content-Length","value":"2506"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SubstationID\": 258,\n        \"WindfarmID\": \"DE51\",\n        \"PlatformName\": \"Arcadis Ost 1 Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Parkwind\",\n        \"CountryName\": \"Germany\",\n        \"PlatformStatus\": \"Manufacturing\",\n        \"WindfarmName\": \"Arcadis Ost 1\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"11 Mar 2021\",\n        \"WindfarmCapacity\": 257,\n        \"Foundation\": \"Grounded: Monopile\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": 2200,\n        \"DimensionsM_LxWxH\": \"17.5 x 19.7 x 38 m\",\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"Yes\",\n        \"CommentsSubstation\": \"43.7m water depth.\",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 54.81728,\n        \"Lon\": 13.6771399\n    },\n    {\n        \"SubstationID\": 289,\n        \"WindfarmID\": \"DE83\",\n        \"PlatformName\": \"BalticEagle Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"Iberdrola\",\n        \"CountryName\": \"Germany\",\n        \"PlatformStatus\": \"Tendering\",\n        \"WindfarmName\": \"Baltic Eagle\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"11 Mar 2021\",\n        \"WindfarmCapacity\": 476,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"The four-legged steel jacket foundation weighs approximately 2,900 tonnes and will be fastened with two hammered piles at each leg. \",\n        \"FoundationWeightT\": 2900,\n        \"TopsideWeightT\": 4250,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": \"66/220\",\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": \"The topside consists of a closed multi-storey module of 5 decks.  \",\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 54.8210117,\n        \"Lon\": 13.8991316\n    },\n    {\n        \"SubstationID\": 407,\n        \"WindfarmID\": \"FR35\",\n        \"PlatformName\": \"Calvados Substation\",\n        \"PlatformType\": \"HVAC Collector Station\",\n        \"PlatformOwner\": \"EDF (42.5%), Enbridge (21.7%), CPPIB (20.8%), WPD (15%)\",\n        \"CountryName\": \"France\",\n        \"PlatformStatus\": \"Manufacturing\",\n        \"WindfarmName\": \"Calvados\",\n        \"WindfarmStatus\": \"Pre-Construction\",\n        \"WindfarmConstructionStarts\": \"01 Mar 2022\",\n        \"WindfarmCapacity\": 450,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"NumTransformers\": null,\n        \"PowerTransformerMVA\": null,\n        \"RatioTransformerkV\": null,\n        \"Switchgear\": null,\n        \"OtherEquipment\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CommentsSubstation\": null,\n        \"CostSubstationM\": null,\n        \"CurrencyId\": null,\n        \"CostDescription\": null,\n        \"Lat\": 49.45479912,\n        \"Lon\": -0.49683939\n    }\n]"},{"id":"67ec4865-75f9-4a90-9d71-2be4919e38e5","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/dedicated?windfarmStatus=Pre-Construction","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","dedicated"],"query":[{"key":"windfarmStatus","value":"Pre-Construction"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcZGVkaWNhdGVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:57:28 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0cf5e8ac-af5d-49fb-8a48-f8d7bf1fdd79"}],"id":"272fb587-31af-443b-a523-360ce4f132a8","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d51ebb1a-808b-429e-8097-acae0a0662ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2b45c08b-eec5-4344-a696-28fb75378584","type":"text/javascript","exec":[""]}}],"_postman_id":"272fb587-31af-443b-a523-360ce4f132a8","description":""},{"name":"Shared Platforms","item":[{"name":"All Shared Platforms","id":"64355e6f-f72a-458c-8180-069a63f64074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared","description":"<p>This <code>GET</code> operation allows you to retrieve all Shared Platforms related to Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"8cac3bc9-93e7-4f67-b39a-06c166213805","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:42:48 GMT"},{"key":"Content-Length","value":"9872"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformOwner\": \"MHI (49%), CIP, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction\",\n        \"ConnectedPower\": 400,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Jacket  39x33x62 m.  Jacket weight 1800t. Piles 4x69m 200t\",\n        \"FoundationWeightT\": 1800,\n        \"TopsideWeightT\": 3200,\n        \"DimensionsM_LxWxH\": \"50x33.5x22\",\n        \"PowerConverterMW\": 400,\n        \"VoltageLevelDCkV\": 150,\n        \"VoltageLevelsACkV\": \"156\",\n        \"NumTransformers\": null,\n        \"OtherEquipment\": \"The sea level to topside is 20m.\",\n        \"CommentsConverter\": \"The project name BorWin1, is derived from the 'Borkum Wind Park Cluster'. This is the first project which was carried out in DC technology and is the network connection for the BARD offshore 1.  The connection from BARD platform to BorWin Alpha is 156kV 3 phase.\\r\\n\\r\\nThe electricity produced by the wind turbine generators is converted to DC power and transported under the sea by HVDC tranmission and overland to the onshore converter station. To date this route is the world’s longest link constructed for connection of an offshore wind park to the land-side grid.\",\n        \"NumTransmissionCables\": 4,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 400,\n        \"CostCurrency\": \"USD\",\n        \"CostDescription\": \"Total investment\",\n        \"UtilizationPercent\": 100,\n        \"Lat\": 54.354,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\",\n        \"TransmissionCableNames\": \"NOR-6-1 (BorWin1) Alpha to UW Diele,BorWin1 cable\",\n        \"TransmissionCableIDs\": \"1,123\",\n        \"mincablelengthtransmissionkm\": \"125.00,12.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"150\",\n        \"ConductorTypeTransmission\": \"Cu\",\n        \"SectionTransmissionMM2\": \"1200\",\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": \"400\",\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"Interconnecting cable system route between the two converter platforms as put forward in FEP 2019 (Entwurf Flächenentwicklungsplan 2019 für die deutsche Nord- und Ostsee). It is expected system will consist of two cables.,The cable has a section of 1200mm2 (121km) and 1600mm2 (4km).&#x0D;\\n125km of offshore cable come ashore on the island of Norderney, before crossing the island and Wadden Sea in subterranean bores. A further 75km continue onshore from Hilgenriedersiel to the onshore converter station at Diele near Papenburg.&#x0D;\\n&#x0D;\\nPower rating: 400 MW&#x0D;\\nNo of circuits: 1&#x0D;\\nAC Voltage: 170 kV (Platform BorWin alpha), 380 kV (Diele)&#x0D;\\nDC Voltage: ±150 kV&#x0D;\\nLength of DC underground cable: 2 x 75 km&#x0D;\\nLength of DC submarine cable: 2 x 125 km\",\n        \"DateCommissionCable\": \"Summer and autumn of 2009\",\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"OtherNames\": \"BorWin Beta, NOR-6-2\",\n        \"PlatformOwner\": \"MHI (49%), CIP, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"29 Jan 2015\",\n        \"MostRecentEvent\": \"31 Oct 2019: OWP Albatros/Hohe See Extension will be connected to the converter station by this date.\",\n        \"ConnectedPower\": 782.8,\n        \"Foundation\": \"Grounded: Mobile Jack-Up\",\n        \"FoundationComments\": \"WIPOS (Wind power offshore substation) floating and self-lifting platform. Submerged piled jacket, with jack-up topside. Base frame 4500 including steel supports - jacket section weighs 2700t. Piles up to 83.5m long, 50m embedment, 2.5m diameter.\",\n        \"FoundationWeightT\": 2700,\n        \"TopsideWeightT\": 11900,\n        \"DimensionsM_LxWxH\": \"73x51x25\",\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 300,\n        \"VoltageLevelsACkV\": \"155/300\",\n        \"NumTransformers\": 2,\n        \"OtherEquipment\": \"4 x AC cable compensation reactors. High-voltage gas-insulated switchgears (GIS).\",\n        \"CommentsConverter\": \"The BorWin2 project is a 800MW DC link which is used to feed large quantities of wind power into the grid. The land route from Hilgenriedersiel to Diele is 75 km long which will run parallel to the first route for the BorWin1 project. TenneT awarded Siemens the contract for this project. \\r\\n\\r\\n\\r\\nOriginally Global Tech I and Veja Mate were connected to BorWin2 in 2015. In summer 2019 the 400MW grid connection of Global Tech I will be transferred from BorWin2 to BorWin3. The available capacity will be used to connect Deutsche Bucht and Albatros. Two 155kV AC cables will connect the 268.8MW DBU project in 2019. The 117MW Albatros project will also connect via a 155kV cable in 2019.\",\n        \"NumTransmissionCables\": 4,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 500,\n        \"CostCurrency\": \"EUR\",\n        \"CostDescription\": \"Siemens booked charges of around €800 million relating to delays and cost overruns for four offshore HVDC platforms, including BorWin2, HelWin1, HelWin2 and SylWin1. The additional costs caused by delays are not included in the Cost of Project field.\",\n        \"UtilizationPercent\": 98,\n        \"Lat\": 54.355,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"Deutsche Bucht (DE24),Veja Mate (DE36),Albatros (DE39),Deutsche Bucht Pilot Park (DE1X)\",\n        \"TransmissionCableNames\": \"NOR-6-2 (BorWin2) Beta to UW Diele,BorWin2 cable\",\n        \"TransmissionCableIDs\": \"3,124\",\n        \"mincablelengthtransmissionkm\": \"125.00,33.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"300\",\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": \"1000/1700\",\n        \"InsulationTransmission\": \"XLPE\",\n        \"PowerRatingTransmissionMW\": \"800\",\n        \"FibreOpticCores\": \"48\",\n        \"CommentsTransmissionCable\": \"125km of offshore cable come ashore on the island of Nordeney, before crossing the island and Wadden Sea in subterranean bores. A further 75km continue onshore from Hilgenriedersiel to the onshore converter station at Diele near Papenburg. &#x0D;\\nThe route traverses from the EEZ to the Territorial Sea through Gate II.&#x0D;\\nThe open-trench installation technique will be implemented for the major part of the land routes, apart from specific areas HorizontalDirectional Drilling will be necessary for crossings with roads, rivers, dikes, dunes and other obstacles. The HVDC power cables are installed in flat formation inside the trench.,Interconnecting cable system route between the two converter platforms as put forward in FEP 2019 (Entwurf Flächenentwicklungsplan 2019 für die deutsche Nord- und Ostsee). It is expected system will consist of two cables.\",\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": \"200\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformOwner\": \"Tennet, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"TopsideWeightT\": 10306,\n        \"DimensionsM_LxWxH\": \"62x42x38\",\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 320,\n        \"VoltageLevelsACkV\": \"155\",\n        \"NumTransformers\": 2,\n        \"OtherEquipment\": \"The helideck platform has a diameter of 22m and the MTOW is 12.8 tonnes.\",\n        \"CommentsConverter\": \"The DolWin1 project involves a 167-km long, 800mw DC link by TenneT. The onshore grid connection point is a new converter station in Dörpen West, Emsland which makes the overland route 90km which is slightly longer than the BorWin1 and BorWin2 projects.\\r\\n\\r\\n\\r\\nDolWin1 will get an additional 250m cable connecting it to the DolWin3 platform by mid-2017. The cable will be attached to each platform by a steel bridge about 30m in length.\",\n        \"NumTransmissionCables\": 2,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 700,\n        \"CostCurrency\": \"USD\",\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 89,\n        \"Lat\": 53.997,\n        \"Lon\": 6.421,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"TransmissionCableNames\": \"NOR-2-2 (DolWin1)  Alpha to UW Dörpen/West,DolWin1 cable\",\n        \"TransmissionCableIDs\": \"4,115\",\n        \"mincablelengthtransmissionkm\": \"75.00,0.25\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"320,155\",\n        \"ConductorTypeTransmission\": \"Cu\",\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": \"800\",\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"75km of offshore cable come ashore on the island of Nordeney (via Gate II), before crossing the island and Wadden Sea in subterranean bores. A further 92km continue onshore from Hilgenriedersiel to the onshore converter station at Dörpen West. Total length of the on and offshore HVDC cable is 167km.&#x0D;\\nDistances break down as follows: EEZ; 42km, 12nm limit to Norderney; 27km, Norderney: 1.5km, Wadden Sea; 5.2km; Land 92km. The onshore cables are 0.4-0.5m apart in a 5m wide trench (0.7m at base).,HVAC Feltoflex cable, 800mm2 cross-section\",\n        \"DateCommissionCable\": \"01/06/2017\",\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    }\n]"},{"id":"34c6bdfb-30f5-4eb2-892d-65e90468209b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:56:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"64355e6f-f72a-458c-8180-069a63f64074"},{"name":"All Shared Platforms by gridID","id":"45820a0c-8202-4257-a33a-f87308a33258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared?gridID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of a single Shared Platform related to Offshore Wind Farm project filtered by the <code>gridID</code> integer parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"gridID","value":"1"}],"variable":[]}},"response":[{"id":"2c07420d-5d57-4e3d-994f-588ce573f677","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:43:14 GMT"},{"key":"Content-Length","value":"9872"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"OtherNames\": \"BorWin Alpha, NOR-6-1\",\n        \"PlatformOwner\": \"MHI (49%), CIP, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"01 Nov 2009\",\n        \"MostRecentEvent\": \"25 Jun 2020: Tennet reports complete/partial outage from 25th June to 1st July due to a malfunction\",\n        \"ConnectedPower\": 400,\n        \"Foundation\": \"Grounded: Jacket\",\n        \"FoundationComments\": \"Jacket  39x33x62 m.  Jacket weight 1800t. Piles 4x69m 200t\",\n        \"FoundationWeightT\": 1800,\n        \"TopsideWeightT\": 3200,\n        \"DimensionsM_LxWxH\": \"50x33.5x22\",\n        \"PowerConverterMW\": 400,\n        \"VoltageLevelDCkV\": 150,\n        \"VoltageLevelsACkV\": \"156\",\n        \"NumTransformers\": null,\n        \"OtherEquipment\": \"The sea level to topside is 20m.\",\n        \"CommentsConverter\": \"The project name BorWin1, is derived from the 'Borkum Wind Park Cluster'. This is the first project which was carried out in DC technology and is the network connection for the BARD offshore 1.  The connection from BARD platform to BorWin Alpha is 156kV 3 phase.\\r\\n\\r\\nThe electricity produced by the wind turbine generators is converted to DC power and transported under the sea by HVDC tranmission and overland to the onshore converter station. To date this route is the world’s longest link constructed for connection of an offshore wind park to the land-side grid.\",\n        \"NumTransmissionCables\": 4,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 400,\n        \"CostCurrency\": \"USD\",\n        \"CostDescription\": \"Total investment\",\n        \"UtilizationPercent\": 100,\n        \"Lat\": 54.354,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"BARD Offshore 1 (DE23)\",\n        \"TransmissionCableNames\": \"NOR-6-1 (BorWin1) Alpha to UW Diele,BorWin1 cable\",\n        \"TransmissionCableIDs\": \"1,123\",\n        \"mincablelengthtransmissionkm\": \"125.00,12.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"150\",\n        \"ConductorTypeTransmission\": \"Cu\",\n        \"SectionTransmissionMM2\": \"1200\",\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": \"400\",\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"Interconnecting cable system route between the two converter platforms as put forward in FEP 2019 (Entwurf Flächenentwicklungsplan 2019 für die deutsche Nord- und Ostsee). It is expected system will consist of two cables.,The cable has a section of 1200mm2 (121km) and 1600mm2 (4km).&#x0D;\\n125km of offshore cable come ashore on the island of Norderney, before crossing the island and Wadden Sea in subterranean bores. A further 75km continue onshore from Hilgenriedersiel to the onshore converter station at Diele near Papenburg.&#x0D;\\n&#x0D;\\nPower rating: 400 MW&#x0D;\\nNo of circuits: 1&#x0D;\\nAC Voltage: 170 kV (Platform BorWin alpha), 380 kV (Diele)&#x0D;\\nDC Voltage: ±150 kV&#x0D;\\nLength of DC underground cable: 2 x 75 km&#x0D;\\nLength of DC submarine cable: 2 x 125 km\",\n        \"DateCommissionCable\": \"Summer and autumn of 2009\",\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"OtherNames\": \"BorWin Beta, NOR-6-2\",\n        \"PlatformOwner\": \"MHI (49%), CIP, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"29 Jan 2015\",\n        \"MostRecentEvent\": \"31 Oct 2019: OWP Albatros/Hohe See Extension will be connected to the converter station by this date.\",\n        \"ConnectedPower\": 782.8,\n        \"Foundation\": \"Grounded: Mobile Jack-Up\",\n        \"FoundationComments\": \"WIPOS (Wind power offshore substation) floating and self-lifting platform. Submerged piled jacket, with jack-up topside. Base frame 4500 including steel supports - jacket section weighs 2700t. Piles up to 83.5m long, 50m embedment, 2.5m diameter.\",\n        \"FoundationWeightT\": 2700,\n        \"TopsideWeightT\": 11900,\n        \"DimensionsM_LxWxH\": \"73x51x25\",\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 300,\n        \"VoltageLevelsACkV\": \"155/300\",\n        \"NumTransformers\": 2,\n        \"OtherEquipment\": \"4 x AC cable compensation reactors. High-voltage gas-insulated switchgears (GIS).\",\n        \"CommentsConverter\": \"The BorWin2 project is a 800MW DC link which is used to feed large quantities of wind power into the grid. The land route from Hilgenriedersiel to Diele is 75 km long which will run parallel to the first route for the BorWin1 project. TenneT awarded Siemens the contract for this project. \\r\\n\\r\\n\\r\\nOriginally Global Tech I and Veja Mate were connected to BorWin2 in 2015. In summer 2019 the 400MW grid connection of Global Tech I will be transferred from BorWin2 to BorWin3. The available capacity will be used to connect Deutsche Bucht and Albatros. Two 155kV AC cables will connect the 268.8MW DBU project in 2019. The 117MW Albatros project will also connect via a 155kV cable in 2019.\",\n        \"NumTransmissionCables\": 4,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 500,\n        \"CostCurrency\": \"EUR\",\n        \"CostDescription\": \"Siemens booked charges of around €800 million relating to delays and cost overruns for four offshore HVDC platforms, including BorWin2, HelWin1, HelWin2 and SylWin1. The additional costs caused by delays are not included in the Cost of Project field.\",\n        \"UtilizationPercent\": 98,\n        \"Lat\": 54.355,\n        \"Lon\": 6.025,\n        \"ConnectingWindfarms\": \"Deutsche Bucht (DE24),Veja Mate (DE36),Albatros (DE39),Deutsche Bucht Pilot Park (DE1X)\",\n        \"TransmissionCableNames\": \"NOR-6-2 (BorWin2) Beta to UW Diele,BorWin2 cable\",\n        \"TransmissionCableIDs\": \"3,124\",\n        \"mincablelengthtransmissionkm\": \"125.00,33.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"300\",\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": \"1000/1700\",\n        \"InsulationTransmission\": \"XLPE\",\n        \"PowerRatingTransmissionMW\": \"800\",\n        \"FibreOpticCores\": \"48\",\n        \"CommentsTransmissionCable\": \"125km of offshore cable come ashore on the island of Nordeney, before crossing the island and Wadden Sea in subterranean bores. A further 75km continue onshore from Hilgenriedersiel to the onshore converter station at Diele near Papenburg. &#x0D;\\nThe route traverses from the EEZ to the Territorial Sea through Gate II.&#x0D;\\nThe open-trench installation technique will be implemented for the major part of the land routes, apart from specific areas HorizontalDirectional Drilling will be necessary for crossings with roads, rivers, dikes, dunes and other obstacles. The HVDC power cables are installed in flat formation inside the trench.,Interconnecting cable system route between the two converter platforms as put forward in FEP 2019 (Entwurf Flächenentwicklungsplan 2019 für die deutsche Nord- und Ostsee). It is expected system will consist of two cables.\",\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": \"200\",\n        \"CurrencyId\": \"EUR\",\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformOwner\": \"Tennet, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"TopsideWeightT\": 10306,\n        \"DimensionsM_LxWxH\": \"62x42x38\",\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 320,\n        \"VoltageLevelsACkV\": \"155\",\n        \"NumTransformers\": 2,\n        \"OtherEquipment\": \"The helideck platform has a diameter of 22m and the MTOW is 12.8 tonnes.\",\n        \"CommentsConverter\": \"The DolWin1 project involves a 167-km long, 800mw DC link by TenneT. The onshore grid connection point is a new converter station in Dörpen West, Emsland which makes the overland route 90km which is slightly longer than the BorWin1 and BorWin2 projects.\\r\\n\\r\\n\\r\\nDolWin1 will get an additional 250m cable connecting it to the DolWin3 platform by mid-2017. The cable will be attached to each platform by a steel bridge about 30m in length.\",\n        \"NumTransmissionCables\": 2,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 700,\n        \"CostCurrency\": \"USD\",\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 89,\n        \"Lat\": 53.997,\n        \"Lon\": 6.421,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"TransmissionCableNames\": \"NOR-2-2 (DolWin1)  Alpha to UW Dörpen/West,DolWin1 cable\",\n        \"TransmissionCableIDs\": \"4,115\",\n        \"mincablelengthtransmissionkm\": \"75.00,0.25\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"320,155\",\n        \"ConductorTypeTransmission\": \"Cu\",\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": \"800\",\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"75km of offshore cable come ashore on the island of Nordeney (via Gate II), before crossing the island and Wadden Sea in subterranean bores. A further 92km continue onshore from Hilgenriedersiel to the onshore converter station at Dörpen West. Total length of the on and offshore HVDC cable is 167km.&#x0D;\\nDistances break down as follows: EEZ; 42km, 12nm limit to Norderney; 27km, Norderney: 1.5km, Wadden Sea; 5.2km; Land 92km. The onshore cables are 0.4-0.5m apart in a 5m wide trench (0.7m at base).,HVAC Feltoflex cable, 800mm2 cross-section\",\n        \"DateCommissionCable\": \"01/06/2017\",\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    }\n]"},{"id":"6e376b7e-666a-423d-93d6-0c36ab37fded","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?gridID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"gridID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:55:42 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"45820a0c-8202-4257-a33a-f87308a33258"},{"name":"All Shared Platforms by countryName","id":"e533dd38-142c-4f00-8241-3f3a48e9667c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared?countryName=China","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>countryName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"countryName","value":"China"}],"variable":[]}},"response":[{"id":"5b997ba7-9b74-41dd-a99c-483f4b8bddb8","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:43:36 GMT"},{"key":"Content-Length","value":"4043"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 47,\n        \"NameConverter\": \"Yellow Sea Converter 1\",\n        \"OtherNames\": null,\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"GeoRegion\": \"Asia\",\n        \"ConverterStatus\": \"Cancelled\",\n        \"CommissioningDate\": null,\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"PowerConverterMW\": null,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"NumTransformers\": null,\n        \"OtherEquipment\": null,\n        \"CommentsConverter\": null,\n        \"NumTransmissionCables\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": null,\n        \"CostCurrency\": null,\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 0,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": null,\n        \"TransmissionCableNames\": \"Yellow Sea Converter 1 cable\",\n        \"TransmissionCableIDs\": \"16\",\n        \"mincablelengthtransmissionkm\": \"80.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"345\",\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": null,\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": null,\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 76,\n        \"NameConverter\": \"Yellow Sea Converter 2\",\n        \"OtherNames\": null,\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"GeoRegion\": \"Asia\",\n        \"ConverterStatus\": \"Cancelled\",\n        \"CommissioningDate\": null,\n        \"MostRecentEvent\": null,\n        \"ConnectedPower\": null,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"PowerConverterMW\": null,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"NumTransformers\": null,\n        \"OtherEquipment\": null,\n        \"CommentsConverter\": null,\n        \"NumTransmissionCables\": null,\n        \"HasHeliDeck\": \"No\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": null,\n        \"CostCurrency\": null,\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 0,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": null,\n        \"TransmissionCableNames\": \"Yellow Sea Converter 2 cable\",\n        \"TransmissionCableIDs\": \"84\",\n        \"mincablelengthtransmissionkm\": null,\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": null,\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": null,\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": null,\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    },\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"GeoRegion\": \"Asia\",\n        \"ConverterStatus\": \"Tendering\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": \"20 Feb 2020: Tendering for supplier and installer of the HVDC Cables for the 320kV HVDC Sheyang H3-4-5 Converter\",\n        \"ConnectedPower\": 1000,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"PowerConverterMW\": 1000,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"NumTransformers\": null,\n        \"OtherEquipment\": null,\n        \"CommentsConverter\": null,\n        \"NumTransmissionCables\": 2,\n        \"HasHeliDeck\": \"No\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": null,\n        \"CostCurrency\": null,\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 100,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": \"Hebei Construction Sheyang South H3 (CN0N),Sheyang Huineng H4 (CN9T),CGN Juzhi Sheyang South H5 (CN9V)\",\n        \"TransmissionCableNames\": \"CGN Sheyang H3-4-5 cable\",\n        \"TransmissionCableIDs\": \"138\",\n        \"mincablelengthtransmissionkm\": \"82.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": null,\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": null,\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"Legth from sheyang H4# sea usage report\",\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    }\n]"},{"id":"2778614e-3426-45f2-8541-43ed895fbd7d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?countryName=China","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"countryName","value":"China"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:54:46 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e533dd38-142c-4f00-8241-3f3a48e9667c"},{"name":"All Shared Platforms by windfarmName","id":"5f490448-f475-4978-b7fa-72388308c457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmName=Trianel","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>windfarmName</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmName","value":"Trianel"}],"variable":[]}},"response":[{"id":"56d3aab0-2c0c-4783-8dac-46cdb77eb0c3","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:43:59 GMT"},{"key":"Content-Length","value":"3267"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"OtherNames\": \"DolWin Alpha, NOR-2-2\",\n        \"PlatformOwner\": \"Tennet, Tennet\",\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"Germany\",\n        \"GeoRegion\": \"Europe\",\n        \"ConverterStatus\": \"Operational\",\n        \"CommissioningDate\": \"28 Jul 2015\",\n        \"MostRecentEvent\": \"18 May 2021: Jan De Nul has completed the repair works of TenneT’s AC108 cable, connecting the Trianel Borkum offshore substation with DolWin alpha convertor station. The fault was located within the 500-meter zone around the DolWin alpha platform, 75 kilometers off the German coast north of the island Borkum. \\r\\nJan de nul's cable lay vessel, Isaac Newton loaded the spare cable and repair joint in Emden, identified the damaged cable section and  installed the new cable and joint. \\r\\nJan De Nul’s jet-trenching vehicle PT1, installed on-board the Isaac Newton, completed the repair campaign by burying the new cable section 1.5 meters below the seabed. \",\n        \"ConnectedPower\": 715,\n        \"Foundation\": \"Grounded: Jacket (Piled)\",\n        \"FoundationComments\": \"6 leg jacket - 6 x 100m, 416t piles with a diameter of 2.4m   The jacket dimensions were 44x42x48 (LxWxH)\",\n        \"FoundationWeightT\": 4457,\n        \"TopsideWeightT\": 10306,\n        \"DimensionsM_LxWxH\": \"62x42x38\",\n        \"PowerConverterMW\": 800,\n        \"VoltageLevelDCkV\": 320,\n        \"VoltageLevelsACkV\": \"155\",\n        \"NumTransformers\": 2,\n        \"OtherEquipment\": \"The helideck platform has a diameter of 22m and the MTOW is 12.8 tonnes.\",\n        \"CommentsConverter\": \"The DolWin1 project involves a 167-km long, 800mw DC link by TenneT. The onshore grid connection point is a new converter station in Dörpen West, Emsland which makes the overland route 90km which is slightly longer than the BorWin1 and BorWin2 projects.\\r\\n\\r\\n\\r\\nDolWin1 will get an additional 250m cable connecting it to the DolWin3 platform by mid-2017. The cable will be attached to each platform by a steel bridge about 30m in length.\",\n        \"NumTransmissionCables\": 2,\n        \"HasHeliDeck\": \"Yes\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": 700,\n        \"CostCurrency\": \"USD\",\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 89,\n        \"Lat\": 53.997,\n        \"Lon\": 6.421,\n        \"ConnectingWindfarms\": \"Borkum Riffgrund 1 (DE04),Trianel Windpark Borkum I (DE27),Trianel Windpark Borkum II (DE0K)\",\n        \"TransmissionCableNames\": \"NOR-2-2 (DolWin1)  Alpha to UW Dörpen/West,DolWin1 cable\",\n        \"TransmissionCableIDs\": \"4,115\",\n        \"mincablelengthtransmissionkm\": \"75.00,0.25\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": \"320,155\",\n        \"ConductorTypeTransmission\": \"Cu\",\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": \"800\",\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"75km of offshore cable come ashore on the island of Nordeney (via Gate II), before crossing the island and Wadden Sea in subterranean bores. A further 92km continue onshore from Hilgenriedersiel to the onshore converter station at Dörpen West. Total length of the on and offshore HVDC cable is 167km.&#x0D;\\nDistances break down as follows: EEZ; 42km, 12nm limit to Norderney; 27km, Norderney: 1.5km, Wadden Sea; 5.2km; Land 92km. The onshore cables are 0.4-0.5m apart in a 5m wide trench (0.7m at base).,HVAC Feltoflex cable, 800mm2 cross-section\",\n        \"DateCommissionCable\": \"01/06/2017\",\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    }\n]"},{"id":"58a2b024-a17a-4f11-a8b4-a5ccc4ca136c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmName=Trianel","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"windfarmName","value":"Trianel"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:53:39 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"5f490448-f475-4978-b7fa-72388308c457"},{"name":"All Shared Platforms by windfarmID","id":"0d187182-9236-4e09-a500-cda42228f300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmID=CN9V","description":"<p>This <code>GET</code> operation allows you to retrieve all technical specifications of Shared Platforms related to Offshore Wind Farm project filtered by the <code>windfarmID</code> string parameter.</p>\n","urlObject":{"path":["api","cables","wind","platforms","shared"],"host":["https://data.4coffshore.com"],"query":[{"key":"windfarmID","value":"CN9V"}],"variable":[]}},"response":[{"id":"5155c104-a03c-4393-85a8-d77db9b8bd58","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 15:44:22 GMT"},{"key":"Content-Length","value":"1543"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterID\": 238,\n        \"NameConverter\": \"CGN Sheyang H3-4-5\",\n        \"OtherNames\": \"中广核射阳海上南区H3-4-5\",\n        \"PlatformOwner\": null,\n        \"PlatformType\": \"HVDC Converter Station\",\n        \"Country\": \"China\",\n        \"GeoRegion\": \"Asia\",\n        \"ConverterStatus\": \"Tendering\",\n        \"CommissioningDate\": \"31 Dec 2023\",\n        \"MostRecentEvent\": \"20 Feb 2020: Tendering for supplier and installer of the HVDC Cables for the 320kV HVDC Sheyang H3-4-5 Converter\",\n        \"ConnectedPower\": 1000,\n        \"Foundation\": \"Grounded: Not Specified\",\n        \"FoundationComments\": null,\n        \"FoundationWeightT\": null,\n        \"TopsideWeightT\": null,\n        \"DimensionsM_LxWxH\": null,\n        \"PowerConverterMW\": 1000,\n        \"VoltageLevelDCkV\": null,\n        \"VoltageLevelsACkV\": null,\n        \"NumTransformers\": null,\n        \"OtherEquipment\": null,\n        \"CommentsConverter\": null,\n        \"NumTransmissionCables\": 2,\n        \"HasHeliDeck\": \"No\",\n        \"CostConverter\": null,\n        \"CostProjectMill\": null,\n        \"CostCurrency\": null,\n        \"CostDescription\": null,\n        \"UtilizationPercent\": 100,\n        \"Lat\": null,\n        \"Lon\": null,\n        \"ConnectingWindfarms\": \"Hebei Construction Sheyang South H3 (CN0N),Sheyang Huineng H4 (CN9T),CGN Juzhi Sheyang South H5 (CN9V)\",\n        \"TransmissionCableNames\": \"CGN Sheyang H3-4-5 cable\",\n        \"TransmissionCableIDs\": \"138\",\n        \"mincablelengthtransmissionkm\": \"82.00\",\n        \"DepthBuriedTransmissionM\": null,\n        \"NominalVoltageTransmissionKV\": null,\n        \"ConductorTypeTransmission\": null,\n        \"SectionTransmissionMM2\": null,\n        \"InsulationTransmission\": null,\n        \"PowerRatingTransmissionMW\": null,\n        \"FibreOpticCores\": null,\n        \"CommentsTransmissionCable\": \"Legth from sheyang H4# sea usage report\",\n        \"DateCommissionCable\": null,\n        \"CostTransmissionCableM\": null,\n        \"CurrencyId\": null,\n        \"CostDescriptionTransmissionCable\": null\n    }\n]"},{"id":"b6ab5b7a-6a5c-4487-85d8-e22229741c7d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/platforms/shared?windfarmID=CN9V","host":["https://data.4coffshore.com"],"path":["api","cables","wind","platforms","shared"],"query":[{"key":"windfarmID","value":"CN9V"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xwbGF0Zm9ybXNcc2hhcmVk?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 12:52:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"0d187182-9236-4e09-a500-cda42228f300"}],"id":"2383f662-4baf-4685-b014-536f8303f802","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"563f2c61-1add-4619-a054-e8a2e84251ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"912d88ac-5ad0-4493-ae0c-b31513e488de","type":"text/javascript","exec":[""]}}],"_postman_id":"2383f662-4baf-4685-b014-536f8303f802","description":""},{"name":"Grid Stakeholders","item":[{"name":"All Grid Stakeholders","id":"ffd88bd8-c834-46a8-ab16-df27eb06c4b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"a8564690-f2ea-45c8-94b4-e1f060898d8b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 07:29:41 GMT"},{"key":"Content-Length","value":"2466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 18,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Cabling\",\n        \"OrganisationName\": \"ABB High Voltage Cables AB\",\n        \"StakeDescription\": \"Supply of the power transmission cable. 1 circuit comprising 2 x 75km of DC underground cable and 2 x 125km of DC submarine cable.\",\n        \"Stake\": \"250\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.abb.com/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Verkö, Karlskrona, Blekinge, SE-371 23, Sweden\",\n        \"OrganisationCity\": \"Karlskrona\",\n        \"OrganisationCountry\": \"Sweden\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": \"Magnus Larson-Hoffstein (Project Manager)\"\n    },\n    {\n        \"ConverterStakeholderID\": 29,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Converter-TopSide\",\n        \"OrganisationName\": \"Heerema Vlissingen B.V.\",\n        \"StakeDescription\": \"EPC for the topside and the jacket - Client: ABB\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.intsok.no/style/downloads/Heerem_PDF_12.Heerema%20Contracto.pdf\",\n        \"DateOfSource\": \"01 Jan 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Belgiëweg-Oost 1, Harbor no. 8401, Nieuwdorp, 4455 TT, Netherlands\",\n        \"OrganisationCity\": \"Nieuwdorp\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://hfg.heerema.com/\",\n        \"ParentOrganisation\": \"Heerema Fabrication Group SE\",\n        \"Telephone\": \"+31 113 618 000\",\n        \"Email\": \"vlissingen@hfg-heerema.com\",\n        \"ContactName\": null\n    }\n]"},{"id":"7810cd59-3e7f-4c00-a1da-d0637c829fa3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ffd88bd8-c834-46a8-ab16-df27eb06c4b2"},{"name":"All Grid Stakeholders by converterID","id":"723d4481-b2e3-4a05-bdfa-4f6266426d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s). via the <strong><code>converterID</code></strong> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterID","value":"1"}],"variable":[]}},"response":[{"id":"2e34389c-0521-4a60-bb4e-7c6aaeb1c940","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:31:53 GMT"},{"key":"Content-Length","value":"2466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 18,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Cabling\",\n        \"OrganisationName\": \"ABB High Voltage Cables AB\",\n        \"StakeDescription\": \"Supply of the power transmission cable. 1 circuit comprising 2 x 75km of DC underground cable and 2 x 125km of DC submarine cable.\",\n        \"Stake\": \"250\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.abb.com/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Verkö, Karlskrona, Blekinge, SE-371 23, Sweden\",\n        \"OrganisationCity\": \"Karlskrona\",\n        \"OrganisationCountry\": \"Sweden\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": \"Magnus Larson-Hoffstein (Project Manager)\"\n    },\n    {\n        \"ConverterStakeholderID\": 29,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Converter-TopSide\",\n        \"OrganisationName\": \"Heerema Vlissingen B.V.\",\n        \"StakeDescription\": \"EPC for the topside and the jacket - Client: ABB\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.intsok.no/style/downloads/Heerem_PDF_12.Heerema%20Contracto.pdf\",\n        \"DateOfSource\": \"01 Jan 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Belgiëweg-Oost 1, Harbor no. 8401, Nieuwdorp, 4455 TT, Netherlands\",\n        \"OrganisationCity\": \"Nieuwdorp\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://hfg.heerema.com/\",\n        \"ParentOrganisation\": \"Heerema Fabrication Group SE\",\n        \"Telephone\": \"+31 113 618 000\",\n        \"Email\": \"vlissingen@hfg-heerema.com\",\n        \"ContactName\": null\n    }\n]"},{"id":"fcedc404-375c-4bbf-8a8f-3c52a76925e1","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"723d4481-b2e3-4a05-bdfa-4f6266426d47"},{"name":"All Grid Stakeholders by converterName","id":"3547696d-e970-418c-9b9c-d715fe503103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterName=BorWin1","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s). via the <code>converterName</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterName","value":"BorWin1"}],"variable":[]}},"response":[{"id":"08d68d39-ca1c-468a-a232-88a2d2b35703","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterName=BorWin1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterName","value":"BorWin1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:34:34 GMT"},{"key":"Content-Length","value":"2466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 18,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Cabling\",\n        \"OrganisationName\": \"ABB High Voltage Cables AB\",\n        \"StakeDescription\": \"Supply of the power transmission cable. 1 circuit comprising 2 x 75km of DC underground cable and 2 x 125km of DC submarine cable.\",\n        \"Stake\": \"250\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.abb.com/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Verkö, Karlskrona, Blekinge, SE-371 23, Sweden\",\n        \"OrganisationCity\": \"Karlskrona\",\n        \"OrganisationCountry\": \"Sweden\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": \"Magnus Larson-Hoffstein (Project Manager)\"\n    },\n    {\n        \"ConverterStakeholderID\": 29,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Converter-TopSide\",\n        \"OrganisationName\": \"Heerema Vlissingen B.V.\",\n        \"StakeDescription\": \"EPC for the topside and the jacket - Client: ABB\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.intsok.no/style/downloads/Heerem_PDF_12.Heerema%20Contracto.pdf\",\n        \"DateOfSource\": \"01 Jan 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Belgiëweg-Oost 1, Harbor no. 8401, Nieuwdorp, 4455 TT, Netherlands\",\n        \"OrganisationCity\": \"Nieuwdorp\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://hfg.heerema.com/\",\n        \"ParentOrganisation\": \"Heerema Fabrication Group SE\",\n        \"Telephone\": \"+31 113 618 000\",\n        \"Email\": \"vlissingen@hfg-heerema.com\",\n        \"ContactName\": null\n    }\n]"},{"id":"fdbdc95a-567d-4292-b3c5-1679e92fdb7f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterName=BorWin1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterName","value":"BorWin1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3547696d-e970-418c-9b9c-d715fe503103"},{"name":"All Grid Stakeholders by converterStatus","id":"3cea696c-1871-4906-b31e-8c8e6c244c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterStatus=Operational","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s). via the <code>converterStatus</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterStatus","value":"Operational"}],"variable":[]}},"response":[{"id":"9081ebaf-5e7c-4569-8504-d95c44587520","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterStatus=Operational","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterStatus","value":"Operational"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:35:44 GMT"},{"key":"Content-Length","value":"2466"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 18,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Cabling\",\n        \"OrganisationName\": \"ABB High Voltage Cables AB\",\n        \"StakeDescription\": \"Supply of the power transmission cable. 1 circuit comprising 2 x 75km of DC underground cable and 2 x 125km of DC submarine cable.\",\n        \"Stake\": \"250\",\n        \"CountUnit\": \"Subsea cable length km\",\n        \"Source\": \"http://www.abb.com/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Verkö, Karlskrona, Blekinge, SE-371 23, Sweden\",\n        \"OrganisationCity\": \"Karlskrona\",\n        \"OrganisationCountry\": \"Sweden\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": \"Magnus Larson-Hoffstein (Project Manager)\"\n    },\n    {\n        \"ConverterStakeholderID\": 29,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Manufacturer-HVDC Converter-TopSide\",\n        \"OrganisationName\": \"Heerema Vlissingen B.V.\",\n        \"StakeDescription\": \"EPC for the topside and the jacket - Client: ABB\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.intsok.no/style/downloads/Heerem_PDF_12.Heerema%20Contracto.pdf\",\n        \"DateOfSource\": \"01 Jan 2012\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Belgiëweg-Oost 1, Harbor no. 8401, Nieuwdorp, 4455 TT, Netherlands\",\n        \"OrganisationCity\": \"Nieuwdorp\",\n        \"OrganisationCountry\": \"Netherlands\",\n        \"Website\": \"http://hfg.heerema.com/\",\n        \"ParentOrganisation\": \"Heerema Fabrication Group SE\",\n        \"Telephone\": \"+31 113 618 000\",\n        \"Email\": \"vlissingen@hfg-heerema.com\",\n        \"ContactName\": null\n    }\n]"},{"id":"fc95cced-eb1d-4a04-8026-dfe4307a7c60","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?converterStatus=Operational","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"converterStatus","value":"Operational"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3cea696c-1871-4906-b31e-8c8e6c244c61"},{"name":"All Grid Stakeholders by stakeholderType","id":"ffa3beb2-259d-408a-986a-b1e1d7f05329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?stakeholderType=EPC(I)-HVDC Converter","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s). via the <code>stkeholderType</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"stakeholderType","value":"EPC(I)-HVDC Converter"}],"variable":[]}},"response":[{"id":"2d6e2c86-d937-4c7c-a9e7-68f8ff7a0f34","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?stakeholderType=EPC(I)-HVDC Converter","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"stakeholderType","value":"EPC(I)-HVDC Converter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:36:48 GMT"},{"key":"Content-Length","value":"2630"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 1,\n        \"ConverterID\": 3,\n        \"NameConverter\": \"BorWin2\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"Siemens AG\",\n        \"StakeDescription\": \"Contract delivered in a consortium with Prysmian Powerlink. Supply the Siemens Wind Power Offshore Substation (WIPOS). This will supply the world's largest Voltage Sourced Converter (VSC).\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.siemens.com/press/en/pressrelease/?press=/en/pressrelease/2010/power_transmission/ept201006085.htm\",\n        \"DateOfSource\": \"11 Jun 2010\",\n        \"ValueOfStake\": 500,\n        \"CurrencyOfStake\": \"EUR\",\n        \"CostDescription\": \"The contract price reflects the total over two wind farms (Global Tech I & Veja Mate).\",\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Wittelsbacherplatz 2, München, D-80333, Germany\",\n        \"OrganisationCity\": \"München\",\n        \"OrganisationCountry\": \"Germany\",\n        \"Website\": \"http://w1.siemens.com/entry/cc/en/\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": \"contact@siemens.com\",\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 2,\n        \"ConverterID\": 4,\n        \"NameConverter\": \"DolWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB AS\",\n        \"StakeDescription\": \"Design, supply and install the offshore HVDC platform - Client: Tennet Offshore GmbH.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.com/cawp/seitp202/af92f44c65717aa2c125776200364545.aspx\",\n        \"DateOfSource\": \"16 Jul 2010\",\n        \"ValueOfStake\": 700,\n        \"CurrencyOfStake\": \"USD\",\n        \"CostDescription\": \"The contract price is for the whole supply of the grid connection.\",\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Berger Road 12, Billingstadsletta, NO-1375, Norway\",\n        \"OrganisationCity\": \"Billingstadsletta\",\n        \"OrganisationCountry\": \"Norway\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": \"ABB A/S\",\n        \"Telephone\": \"+47 22 87 49 97\",\n        \"Email\": \"jessika.selinder@se.abb.com\",\n        \"ContactName\": \"Maj-Britt Balsby\"\n    }\n]"},{"id":"7ecfe61f-830e-4dde-9876-2144c41226fc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?stakeholderType=EPC(I)-HVDC Converter","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"stakeholderType","value":"EPC(I)-HVDC Converter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ffa3beb2-259d-408a-986a-b1e1d7f05329"},{"name":"All Grid Stakeholders by organisationName","id":"2473d556-c37a-4597-bbd4-7019e66b4138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?organisationName=ABB A/S","description":"<p>This <code>GET</code> operation allows you to retrieve the grid stakeholders of all Offshore Wind Farm project(s). via the <code>organisationName</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","stakeholders"],"host":["https://data.4coffshore.com"],"query":[{"key":"organisationName","value":"ABB A/S"}],"variable":[]}},"response":[{"id":"f364701d-1bfd-4f65-8907-22b9393cc661","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?organisationName=ABB A/S","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"organisationName","value":"ABB A/S"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXHN0YWtlaG9sZGVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:37:46 GMT"},{"key":"Content-Length","value":"2210"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterStakeholderID\": 10,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"EPC(I)-HVDC Converter\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Design, supply and installation of the offshore converter.\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"http://www.abb.co.uk/industries/ap/db0003db004333/a8e328849ac67b66c125774a00243367.aspx\",\n        \"DateOfSource\": \"01 Jan 2011\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 282,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"The multipurpose vessel Edda Fjord used an ROV to bury the transmission cable\",\n        \"Stake\": null,\n        \"CountUnit\": null,\n        \"Source\": \"4C Offshore\",\n        \"DateOfSource\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    },\n    {\n        \"ConverterStakeholderID\": 283,\n        \"ConverterID\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"ConverterStatus\": \"Operational\",\n        \"StakeholderType\": \"Vessel-Export Cable Installation(cable lay and burial)\",\n        \"OrganisationName\": \"ABB A/S\",\n        \"StakeDescription\": \"Team Oman (now Nostag 10)  laid the cable from the 10m depth line towards the open sea, landward of this line.\",\n        \"Stake\": \"10\",\n        \"CountUnit\": \"Cable length km\",\n        \"Source\": \"http://www.4coffshore.com\",\n        \"DateOfSource\": \"01 Jan 2009\",\n        \"ValueOfStake\": null,\n        \"CurrencyOfStake\": null,\n        \"CostDescription\": null,\n        \"IsExpired\": null,\n        \"OrganisationAddress\": \"Håndværkervej 23, Fredericia, DK-7000, Denmark\",\n        \"OrganisationCity\": \"Fredericia\",\n        \"OrganisationCountry\": \"Denmark\",\n        \"Website\": \"http://www.abb.com\",\n        \"ParentOrganisation\": null,\n        \"Telephone\": null,\n        \"Email\": null,\n        \"ContactName\": null\n    }\n]"},{"id":"3c030687-2cc1-4dfe-a295-abf3638eb0c6","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/stakeholders?organisationName=ABB A/S","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","stakeholders"],"query":[{"key":"organisationName","value":"ABB A/S"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xzdGFrZWhvbGRlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:09:12 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"2473d556-c37a-4597-bbd4-7019e66b4138"}],"id":"d6519d51-b6ae-4b35-9154-0aa867fef200","_postman_id":"d6519d51-b6ae-4b35-9154-0aa867fef200","description":""},{"name":"Grid Events","item":[{"name":"All Grid Events","id":"663133f2-04b6-4d54-a527-8d8281eae7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s).</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"0a4bf1dd-49f9-4094-b2c8-17563755b389","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:40:53 GMT"},{"key":"Content-Length","value":"1116"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 8,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-08-01T00:00:00\",\n        \"EventDescription\": \"In the summer and autumn of 2009, nearly 125km of subsea cable was laid.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 7,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"2009-06-01T00:00:00\",\n        \"EventDescription\": \"TenneT installed the converter platform in the beginning of June 2009.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 36\n    },\n    {\n        \"ConverterEventId\": 6,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventDescription\": \"In 2009 the remainder 200 km was laid undersea across the Island of Norderney to the substation at Diele near Papenburg.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    }\n]"},{"id":"b0c6271b-224a-4aa8-922a-c2a842eee09d","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"663133f2-04b6-4d54-a527-8d8281eae7a7"},{"name":"All Grid Events by converterID","id":"3f7680dd-2a42-42fa-856e-cb55b42b83df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events?converterID=1","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s) via the <code>converterID</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"converterID","value":"1"}],"variable":[]}},"response":[{"id":"3dcce035-9bd3-43da-addd-5c55fba5b87e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?converterID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"converterID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:44:15 GMT"},{"key":"Content-Length","value":"342"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 4,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2008-01-01T00:00:00\",\n        \"EventDescription\": \"In 2008, cable was laid overland for the grid connection.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    }\n]"},{"id":"452f82cb-6959-4c1b-a42d-26d070834e79","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?converterID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"converterID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"3f7680dd-2a42-42fa-856e-cb55b42b83df"},{"name":"All Grid Events by eventType","id":"25453d7e-8f2d-48f5-b7df-7427962a17aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events?eventType=Installation - Cable installation","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s) via the <code>eventType</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventType","value":"Installation - Cable installation"}],"variable":[]}},"response":[{"id":"b62d4658-ffe8-4d7a-b32e-df825fbf733a","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?eventType=Installation - Cable installation","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"eventType","value":"Installation - Cable installation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:45:26 GMT"},{"key":"Content-Length","value":"1102"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 4,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2008-01-01T00:00:00\",\n        \"EventDescription\": \"In 2008, cable was laid overland for the grid connection.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 6,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventDescription\": \"In 2009 the remainder 200 km was laid undersea across the Island of Norderney to the substation at Diele near Papenburg.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 8,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-08-01T00:00:00\",\n        \"EventDescription\": \"In the summer and autumn of 2009, nearly 125km of subsea cable was laid.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    }\n]"},{"id":"d3738b50-5ae1-4a48-a941-e557acd31603","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?eventType=Installation - Cable installation","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"eventType","value":"Installation - Cable installation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"25453d7e-8f2d-48f5-b7df-7427962a17aa"},{"name":"All Grid Events by certainty","id":"fb1c1b06-8f0b-4974-8ec9-24ec417e1925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events?certainty=Certain","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s) via the <code>certainty</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Certain"}],"variable":[]}},"response":[{"id":"e38dec6b-a9e6-4c90-bcc0-e343e8498cda","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?certainty=Certain","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"certainty","value":"Certain"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:46:42 GMT"},{"key":"Content-Length","value":"1101"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 4,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2008-01-01T00:00:00\",\n        \"EventDescription\": \"In 2008, cable was laid overland for the grid connection.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 6,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventDescription\": \"In 2009 the remainder 200 km was laid undersea across the Island of Norderney to the substation at Diele near Papenburg.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 7,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"2009-06-01T00:00:00\",\n        \"EventDescription\": \"TenneT installed the converter platform in the beginning of June 2009.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 36\n    }\n]"},{"id":"dcd47336-92b2-4a25-bbd4-cfad53df0c94","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?certainty=Certain","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"certainty","value":"Certain"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"fb1c1b06-8f0b-4974-8ec9-24ec417e1925"},{"name":"All Grid Events by integrity","id":"650f65cd-a381-43b5-a590-e878eecc0c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events?integrity=High Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s) via the <code>integrity</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"High Confidence"}],"variable":[]}},"response":[{"id":"28fa0944-cca8-47aa-b9e3-71f3e9cf68e1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?integrity=High Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"integrity","value":"High Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:47:35 GMT"},{"key":"Content-Length","value":"1101"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 4,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2008-01-01T00:00:00\",\n        \"EventDescription\": \"In 2008, cable was laid overland for the grid connection.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 6,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventDescription\": \"In 2009 the remainder 200 km was laid undersea across the Island of Norderney to the substation at Diele near Papenburg.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 7,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Offshore Substation\",\n        \"EventDate\": \"2009-06-01T00:00:00\",\n        \"EventDescription\": \"TenneT installed the converter platform in the beginning of June 2009.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 36\n    }\n]"},{"id":"68995127-a4dd-4f06-8047-aec3364ca31f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?integrity=High Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"integrity","value":"High Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"650f65cd-a381-43b5-a590-e878eecc0c74"},{"name":"All Grid Events by eventCode","id":"54167fd5-45f3-4cad-9671-8a530b16309a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/grid/events?eventCode=33","description":"<p>This <code>GET</code> operation allows you to retrieve all the grid milestones/events of all Offshore Wind Farm project(s) via the <code>eventCode</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","grid","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventCode","value":"33"}],"variable":[]}},"response":[{"id":"f9bf09e1-3688-4463-abd5-61155e5e7772","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?eventCode=33","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"eventCode","value":"33"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcd2luZFxncmlkXGV2ZW50cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 08:48:28 GMT"},{"key":"Content-Length","value":"1102"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ConverterEventId\": 4,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2008-01-01T00:00:00\",\n        \"EventDescription\": \"In 2008, cable was laid overland for the grid connection.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 6,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-01-01T00:00:00\",\n        \"EventDescription\": \"In 2009 the remainder 200 km was laid undersea across the Island of Norderney to the substation at Diele near Papenburg.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    },\n    {\n        \"ConverterEventId\": 8,\n        \"ConverterId\": 1,\n        \"NameConverter\": \"BorWin1\",\n        \"EventType\": \"Installation - Cable installation\",\n        \"EventDate\": \"2009-08-01T00:00:00\",\n        \"EventDescription\": \"In the summer and autumn of 2009, nearly 125km of subsea cable was laid.\",\n        \"InformationSource\": \"http://www.4coffshore.com\",\n        \"Certainty\": \"Certain\",\n        \"Integrity\": \"High Confidence\",\n        \"EventCode\": 33\n    }\n]"},{"id":"64d45550-223e-48bf-a7e9-a35cb6aee38f","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/grid/events?eventCode=33","host":["https://data.4coffshore.com"],"path":["api","cables","wind","grid","events"],"query":[{"key":"eventCode","value":"33"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcaXdhbi5oZWtrZW5iZXJnXHNvdXJjZVxyZXBvc1xXZWJBcGlUb2tlbkF1dGhlbnRpY2F0aW9uXFdlYkFwaVRva2VuQXV0aGVudGljYXRpb25cYXBpXHdpbmRmYXJtc1xldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 11 Sep 2021 13:06:20 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"54167fd5-45f3-4cad-9671-8a530b16309a"}],"id":"0bdd147c-ffb3-44b7-8969-7c6091a3f4e0","_postman_id":"0bdd147c-ffb3-44b7-8969-7c6091a3f4e0","description":""},{"name":"Cable Vessels","item":[{"name":"All Cable Vessels Details","id":"fe204542-cb44-4f9c-a81c-f9d16ec01170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s).</p>\n","urlObject":{"path":["api","cables","wind","vessels",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"d471da11-7993-4406-8494-c93d4bef85e0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNc?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 12:57:18 GMT"},{"key":"Content-Length","value":"7480"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 30.48,\n        \"CallSign\": \"2BDP4\",\n        \"Classification\": \"LR ✠100 A1 Pontoon\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 7000,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1984-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Auxiliary Engines - Perkins 4008TAG2\",\n        \"FlagISO2Digit\": \"UK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 5689,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8405892\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 91.72,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 15,\n        \"MaxDraftM\": 6.16,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 1.2,\n        \"MMSI\": null,\n        \"Name\": \"AMT Explorer\",\n        \"NetTonnageTons\": 1706,\n        \"Notes\": \"The cable barge AMT Explorer sank on Thursday, July 3 2014 around 50 miles southwest of Sardinia while carrying Prysmian’s power cables to the North Sea.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.cablesm.fr/amtexplorer2pp.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1984,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"StatusDescription\": \"Decommissioned\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"CompanyWeb\": \"http://www.augustea.com\",\n        \"CompanyName\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"Shipyard\": null\n    },\n    {\n        \"VesselId\": 5,\n        \"AccommodationPersons\": 34,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 34,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 13,\n        \"CallSign\": \"SMWY\",\n        \"Classification\": \"BV I ✠ Special Service/Cable Laying Ship. Unrestricted Navigation CL, Ice III, AUT-UMS, DYNAPOS AM/AT\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Hydralift SWL\",\n        \"Crane1RadiusM\": 21,\n        \"Crane1Tons\": 7,\n        \"Crane2Description\": \"3 x small cranes\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 3,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1200,\n        \"CarouselNotes\": \"Three turntables. Two with the outer and inner diameter of 11,7/3 m and load of 1200 tons resp. 800 tons, and one with the outer and inner diameter of \\r\\n8/3 m load 400 tons. Max. height is about 3,40 m. \\r\\nMax. total weight of cargo is about 1,200 tons in total. \\r\\nJointing & Testing\\r\\nFully equiped utilities for jointing fiber optic cables. Air-conditioned. Testing utilities with capability of testing fiber optic cables. \\r\\nSetup for repair of power cables with a bending radius of 3 m.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Kongsberg K.Pos 22 \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 10V23L-VO\",\n        \"FlagISO2Digit\": \"SE\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 2138,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7229502\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2015\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 86.6,\n        \"MaxCargoWeightTons\": 1200,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.88,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 7,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"265098000\",\n        \"Name\": \"Pleijel\",\n        \"NetTonnageTons\": 495,\n        \"Notes\": \"Pleijel is a cable laying and repair vessel. It can be configured with different auxiliary equipment. It has DP2\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Stern azimuth thruster, 800 kW\\r\\nAzimuth thruster, \",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 9,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/5.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://balticoffshore.se/vessels/cs-pleijel/\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1972,\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": 3,\n        \"ExportProjects\": 2,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Baltic Offshore\",\n        \"CompanyWeb\": \"http://www.balticoffshore.se\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"Shipyard\": \"Sonderborg Skibsvaerft A/S\"\n    },\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"2960322a-0140-4f74-8f25-2c383b0cb5f3","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"fe204542-cb44-4f9c-a81c-f9d16ec01170"},{"name":"Cable Vessel Details by vesselName","id":"6c325ae8-2b54-44d1-b92a-74d573523d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?vesselName=Cable One","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>vesselName</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Cable One"}],"variable":[]}},"response":[{"id":"5dd85ab9-b9a0-41da-ac7e-bcfdc467b39b","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:02:42 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"9f954c18-fbad-4ddc-b50e-3c829b431497","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6c325ae8-2b54-44d1-b92a-74d573523d7b"},{"name":"Cable Vessel Details by vesselID","id":"e952b299-18fd-4b03-ba93-4afb54ae0bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?vesselID=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>vesselID</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"1"}],"variable":[]}},"response":[{"id":"63bde58a-9a2e-4ffb-bf78-dbd7314657be","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?vesselID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"vesselID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:04:58 GMT"},{"key":"Content-Length","value":"2144"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 1,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 30.48,\n        \"CallSign\": \"2BDP4\",\n        \"Classification\": \"LR ✠100 A1 Pontoon\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 7000,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1984-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Auxiliary Engines - Perkins 4008TAG2\",\n        \"FlagISO2Digit\": \"UK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 5689,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8405892\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 91.72,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 15,\n        \"MaxDraftM\": 6.16,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 1.2,\n        \"MMSI\": null,\n        \"Name\": \"AMT Explorer\",\n        \"NetTonnageTons\": 1706,\n        \"Notes\": \"The cable barge AMT Explorer sank on Thursday, July 3 2014 around 50 miles southwest of Sardinia while carrying Prysmian’s power cables to the North Sea.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.cablesm.fr/amtexplorer2pp.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1984,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": 1,\n        \"StatusDescription\": \"Decommissioned\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"CompanyWeb\": \"http://www.augustea.com\",\n        \"CompanyName\": \"Augustea Anchor Marine Transportation Ltd\",\n        \"Shipyard\": null\n    }\n]"},{"id":"4c080953-7c01-4e11-83c4-41d9a340c2af","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?vesselID=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"vesselID","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e952b299-18fd-4b03-ba93-4afb54ae0bb1"},{"name":"Cable Vessel Details by callsign","id":"20743eec-5e52-4197-8ac0-8726ad1a025f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?callsign=OVZC2","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>callSign</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"OVZC2"}],"variable":[]}},"response":[{"id":"fcf93313-6cb6-49a9-8bfd-d01aa8447ad0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?callsign=OVZC2","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"callsign","value":"OVZC2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:07:06 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"43a1b52d-5720-4dc9-8f65-31b10737982c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?callsign=OVZC2","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"callsign","value":"OVZC2"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"20743eec-5e52-4197-8ac0-8726ad1a025f"},{"name":"All Cable Vessel Details by owner","id":"77423bd6-8dc0-42dd-8af6-5757f0f79c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?callsign=OVZC2","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>owner</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"callsign","value":"OVZC2"}],"variable":[]}},"response":[{"id":"26a40387-0f43-423d-a7bd-aba843393963","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?owner=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"owner","value":"JD-Contractor AS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:09:02 GMT"},{"key":"Content-Length","value":"7373"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 15,\n        \"AccommodationPersons\": 26,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 26,\n        \"BollardPullTonnes\": 30,\n        \"BreadthM\": 21.3,\n        \"CallSign\": \"OU8603\",\n        \"Classification\": \"BV I ✠ Mach, Unrestricted navigation \",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A - Frame\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 40,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1800,\n        \"CarouselNotes\": \"The vessel is equipped with a turntable, a 300KN cable tensioner, cable chute and a cable highway with 5m radius\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1930-01-19T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"6 point mooring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Diesel Generators: 3 - 161 kVA - 129 kW - 232 hp\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 1922,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8646484\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 81.71,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.24,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 40,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 2.4,\n        \"MMSI\": \"219002349\",\n        \"Name\": \"Henry P. Lading\",\n        \"NetTonnageTons\": 577,\n        \"Notes\": \"Henry P. Lading was built as a pontoon and is equipped with an  anchor winch, 6 warp winches and 2 capstan winches complete with anchors, chains and wires. She has accommodation for 26 people. The most important equipment on board is the hydraulically operated laying (capstan) wheel and the big  turntable with various tension devices and roller paths.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": null,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/15.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474434\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1930,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 2,\n        \"ExportProjects\": 7,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable lay barge\",\n        \"PropulsionType\": \"Not applicable\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Palmers Shipbuilding and Iron Company\"\n    },\n    {\n        \"VesselId\": 16,\n        \"AccommodationPersons\": 10,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 10,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 5.83,\n        \"CallSign\": \"J8HP2\",\n        \"Classification\": \"BV I ✠ Hull,  ✠ Mach, Special service /Buoylayer \",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"Derrick crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 2,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 1,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1961-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Bolnes 5DNL 190/600\",\n        \"FlagISO2Digit\": \"VC\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 106.42,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8865614\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 28.8,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 1.7,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 2,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"375052000\",\n        \"Name\": \"MS Honte\",\n        \"NetTonnageTons\": 24.83,\n        \"Notes\": \"MS Honte is a dive Support Vessel with low draught (DSV)  and is equipped for embedding of cables. The vessel has accommodation for 10 persons. The permanent crew consists of three persons. The crew can be supplemented with divers as required.\",\n        \"NumberCrew\": 3,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": \"1 Screw Propeller Solid LB 5.00 at 430 rpm \",\n        \"TankNotes\": \"Fresh water: 9.2m3\",\n        \"TransitSpeedKn\": 8,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/16.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474459\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1961,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": 4,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Rijkswerf\"\n    }\n]"},{"id":"340695ea-954f-4109-bd1d-f27d6ded52a0","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?owner=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"owner","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"77423bd6-8dc0-42dd-8af6-5757f0f79c77"},{"name":"All Cable Vessel Details by shipyard","id":"ebb37c53-db34-46eb-a727-200476fad83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?shipyard=Goole Shipbuilding & Repair","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>shipyard</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}],"variable":[]}},"response":[{"id":"37d528f7-9ee0-4d43-9737-7c73083dd0d4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?shipyard=Goole Shipbuilding & Repair","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:10:31 GMT"},{"key":"Content-Length","value":"2588"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    }\n]"},{"id":"1aedb5e3-0c60-4ebd-a37b-2b867569d377","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?shipyard=Goole Shipbuilding & Repair","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"shipyard","value":"Goole Shipbuilding "},{"key":" Repair","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ebb37c53-db34-46eb-a727-200476fad83a"},{"name":"All Cable Vessel Details by numberpassengers","id":"6cd0542e-ea7d-4548-bc6c-570bab58e815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?numberpassengers=11","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>numberpassengers</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberpassengers","value":"11"}],"variable":[]}},"response":[{"id":"fc8d4ed5-90b6-4523-8d1e-62e81fd15675","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:13:40 GMT"},{"key":"Content-Length","value":"4977"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 180,\n        \"AccommodationPersons\": 24,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 24,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 12.5,\n        \"CallSign\": \"ORLA\",\n        \"Classification\": \"BV I ✠ Special Service Salvage\",\n        \"ConstructionCountry\": \"BE\",\n        \"Crane1Description\": \"Marlift telescopic crane: 8.8t@19.4m, 13.4@13, 24.5@7.4\",\n        \"Crane1RadiusM\": 7.4,\n        \"Crane1Tons\": 24.5,\n        \"Crane2Description\": \"ACTA boat crane on aft deck\",\n        \"Crane2RadiusM\": 7,\n        \"Crane2Tons\": 1.5,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1991-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"4 point mooring. Bow thruster 3 bladed propeller.\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Caterpillar 3508 STD total power 1350kW\",\n        \"FlagISO2Digit\": \"NL\",\n        \"FreeDeckSpaceM2\": 375,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"0.5 - 0.7m3 /day in port\\r\\n4-5m3 /day at full speed\",\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 856,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8918564\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2001\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 56.65,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 5,\n        \"MaxDraftM\": 2.69,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 24,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": 2.5,\n        \"MMSI\": \"244820406\",\n        \"Name\": \"Seisund\",\n        \"NetTonnageTons\": 256,\n        \"Notes\": \"Offshore Beaver can be used for dive support, salvage and cable laying. The vessel was previously owned by URS Salvage and Contracting before sale to Workship Contractors. who then sold the vessel to Seisund AS of Torangsvag, Norway in June 2017. The vessel was bought to support salmon farming.\",\n        \"NumberCrew\": 9,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": \"Offshore Beaver;Union Beaver\",\n        \"PropDescription\": \"Two main propellers\",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/180.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": null,\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1991,\n        \"AnythingProjects\": 10,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Unknown\",\n        \"CompanyWeb\": null,\n        \"CompanyName\": \"Unknown\",\n        \"Shipyard\": null\n    }\n]"},{"id":"b8f1a213-0832-4579-b257-8f53855443cb","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?numberpassengers=11","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"numberpassengers","value":"11"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"6cd0542e-ea7d-4548-bc6c-570bab58e815"},{"name":"All Cable Vessel Details by numberengines","id":"daa25ce4-362f-4462-802c-b77d3b93533b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?numberengines=1","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>numberengines</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numberengines","value":"1"}],"variable":[]}},"response":[{"id":"a02c809f-518e-4460-89ff-ee7271a90ffd","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"numberengines","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:14:58 GMT"},{"key":"Content-Length","value":"7613"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 5,\n        \"AccommodationPersons\": 34,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 34,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 13,\n        \"CallSign\": \"SMWY\",\n        \"Classification\": \"BV I ✠ Special Service/Cable Laying Ship. Unrestricted Navigation CL, Ice III, AUT-UMS, DYNAPOS AM/AT\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Hydralift SWL\",\n        \"Crane1RadiusM\": 21,\n        \"Crane1Tons\": 7,\n        \"Crane2Description\": \"3 x small cranes\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 3,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 1200,\n        \"CarouselNotes\": \"Three turntables. Two with the outer and inner diameter of 11,7/3 m and load of 1200 tons resp. 800 tons, and one with the outer and inner diameter of \\r\\n8/3 m load 400 tons. Max. height is about 3,40 m. \\r\\nMax. total weight of cargo is about 1,200 tons in total. \\r\\nJointing & Testing\\r\\nFully equiped utilities for jointing fiber optic cables. Air-conditioned. Testing utilities with capability of testing fiber optic cables. \\r\\nSetup for repair of power cables with a bending radius of 3 m.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1972-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 2,\n        \"DPNotes\": \"Kongsberg K.Pos 22 \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 10V23L-VO\",\n        \"FlagISO2Digit\": \"SE\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 2138,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7229502\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2015\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 86.6,\n        \"MaxCargoWeightTons\": 1200,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.88,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 7,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"265098000\",\n        \"Name\": \"Pleijel\",\n        \"NetTonnageTons\": 495,\n        \"Notes\": \"Pleijel is a cable laying and repair vessel. It can be configured with different auxiliary equipment. It has DP2\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Stern azimuth thruster, 800 kW\\r\\nAzimuth thruster, \",\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 9,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/5.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://balticoffshore.se/vessels/cs-pleijel/\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1972,\n        \"AnythingProjects\": 3,\n        \"ArrayProjects\": 3,\n        \"ExportProjects\": 2,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Baltic Offshore\",\n        \"CompanyWeb\": \"http://www.balticoffshore.se\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"Shipyard\": \"Sonderborg Skibsvaerft A/S\"\n    },\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 16,\n        \"AccommodationPersons\": 10,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 10,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 5.83,\n        \"CallSign\": \"J8HP2\",\n        \"Classification\": \"BV I ✠ Hull,  ✠ Mach, Special service /Buoylayer \",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"Derrick crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 2,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 1,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1961-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Bolnes 5DNL 190/600\",\n        \"FlagISO2Digit\": \"VC\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 106.42,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"8865614\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 28.8,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 1.7,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 2,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"375052000\",\n        \"Name\": \"MS Honte\",\n        \"NetTonnageTons\": 24.83,\n        \"Notes\": \"MS Honte is a dive Support Vessel with low draught (DSV)  and is equipped for embedding of cables. The vessel has accommodation for 10 persons. The permanent crew consists of three persons. The crew can be supplemented with divers as required.\",\n        \"NumberCrew\": 3,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": \"1 Screw Propeller Solid LB 5.00 at 430 rpm \",\n        \"TankNotes\": \"Fresh water: 9.2m3\",\n        \"TransitSpeedKn\": 8,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/16.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474459\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1961,\n        \"AnythingProjects\": 6,\n        \"ArrayProjects\": 4,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Diving support\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Rijkswerf\"\n    }\n]"},{"id":"35343c05-f718-4b0c-a2f2-d167698840e2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels?numberengines=1","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels"],"query":[{"key":"numberengines","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"daa25ce4-362f-4462-802c-b77d3b93533b"},{"name":"All Cable Vessel Details by numbercrew","id":"f63d75cc-376a-4acd-80cf-3263e091c0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?numbercrew=5","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>numbercrew</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"numbercrew","value":"5"}],"variable":[]}},"response":[{"id":"3242c605-49cd-4f90-b64b-21d84bfa25f9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:17:32 GMT"},{"key":"Content-Length","value":"7003"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 639,\n        \"AccommodationPersons\": null,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 12,\n        \"CallSign\": \"OZLP2\",\n        \"Classification\": \"BV I ✠ 3/3 (E) - Dredger\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 6,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1980-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": \"Volvo Penta D12P-B MH 2x350 hp\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 510,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7944762\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2010\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 46.5,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.77,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 6,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"9\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"219000558\",\n        \"Name\": \"MS Grete Fighter\",\n        \"NetTonnageTons\": 174,\n        \"Notes\": \"MS Grete Fighter has grab equipment for stone, sand and soil. Digging with either a 2.2m3 or 3.0m3 bucket. Also equipped with underwater video. It has three legs for stability.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 7,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/639.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.peter-madsen.dk/gf.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1980,\n        \"AnythingProjects\": 1,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Dredger\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"Peter Madsen Rederi A/S\",\n        \"CompanyWeb\": \"http://www.peter-madsen.dk/\",\n        \"CompanyName\": \"Peter Madsen Rederi A/S\",\n        \"Shipyard\": \"Bogense Skibsværft A/S (ceased trading)\"\n    },\n    {\n        \"VesselId\": 1802,\n        \"AccommodationPersons\": 5,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 5,\n        \"BollardPullTonnes\": 22,\n        \"BreadthM\": 8.64,\n        \"CallSign\": \"PBGI\",\n        \"Classification\": \"BV I  ✠ Hull 3/3 (E) * Coastal Area 30 miles from shore * MACH\",\n        \"ConstructionCountry\": \"NL\",\n        \"Crane1Description\": \"HS Marine AKC 115LHE4 , 4.4ton @ 15,5m\",\n        \"Crane1RadiusM\": 15.5,\n        \"Crane1Tons\": 4.4,\n        \"Crane2Description\": \"SWL A-frame + 8 mtr. plough (5.8 ton)\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 25,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"2006-05-01T00:00:00\",\n        \"Design\": \"Damen Shoalbuster 2308\",\n        \"DPClass\": null,\n        \"DPNotes\": \"Bow thruster 1 x Kalkman 120 HP.\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Caterpillar 3412 D\",\n        \"FlagISO2Digit\": \"NL\",\n        \"FreeDeckSpaceM2\": 38,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Reintjes\",\n        \"GearBoxModel\": \"WAF 464L\",\n        \"GearBoxRatio\": \"5.042:1\",\n        \"GrossTonnageTons\": 123,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"9382463\",\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"18-24m\",\n        \"LOAM\": 23.35,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": 10,\n        \"MaxDraftM\": null,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 4,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10.5\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"245431000\",\n        \"Name\": \"Baloe\",\n        \"NetTonnageTons\": 37,\n        \"Notes\": \"Baloe is a Damen built shoalbuster used for general construction support.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"2 x Promarin\",\n        \"TankNotes\": \"Fresh water: 13900 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1802.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"https://www.hermansr.com/workboats/shoalbusters/shoalbuster-2308-baloe\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 2006,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support tug\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Herman Sr BV\",\n        \"CompanyWeb\": \"http://www.hermansr.com/\",\n        \"CompanyName\": \"Herman Sr BV\",\n        \"Shipyard\": \"Damen Shipyards\"\n    }\n]"},{"id":"30850843-59ad-4fcf-b774-992729a016c2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?numbercrew=5","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"numbercrew","value":"5"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"f63d75cc-376a-4acd-80cf-3263e091c0a2"},{"name":"All Cable Vessel Details by berths","id":"ce06d777-aadf-4e7a-a617-e484e4acb0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?berths=16","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>berths</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"berths","value":"16"}],"variable":[]}},"response":[{"id":"b63f3738-14d5-4fdc-9d1d-fe6b0d1bf140","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?berths=16","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"berths","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:19:04 GMT"},{"key":"Content-Length","value":"7132"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 1739,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.31,\n        \"CallSign\": \"WCW9003\",\n        \"Classification\": null,\n        \"ConstructionCountry\": null,\n        \"Crane1Description\": \"Knuckle aft crane.\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": null,\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point anchoring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"12 V71 Detroit Diesels 800HP\",\n        \"FlagISO2Digit\": \"US\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Twin Disc\",\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": \"4:1\",\n        \"GrossTonnageTons\": null,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": null,\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 30.48,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.74,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"338104509\",\n        \"Name\": \"Megan T Miller\",\n        \"NetTonnageTons\": null,\n        \"Notes\": \"Megan T Miller is a utility vessel which has been used for geotechnical work. It can also provide ROV support. It was used on the Block Island project to clear obstacles from the seabed.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"4\\\" shafts\",\n        \"TankNotes\": \"Water: 1000 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1739.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.millermarineservices.com/EquipmentMeganMiller.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Miller Marine Services\",\n        \"CompanyWeb\": \"http://www.millermarineservices.com/index.html\",\n        \"CompanyName\": \"Miller Marine Services\",\n        \"Shipyard\": null\n    },\n    {\n        \"VesselId\": 2175,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 8.3,\n        \"CallSign\": \"HP7058\",\n        \"Classification\": \"INSB\",\n        \"ConstructionCountry\": \"DK\",\n        \"Crane1Description\": \"Gantry crane\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 3.2,\n        \"Crane2Description\": \"Hydraulic crane\",\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": 2.5,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 478,\n        \"CarouselNotes\": \"Cable tanks: 2 x 2.5m ID - 8m\\r\\nCable capacity: 235m3\\r\\nCable drums: 2 x 3m dianeter D&N Hydraulics 20t SWL\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Bow thruster 200kW\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"B&W Alpha 40626VO\",\n        \"FlagISO2Digit\": \"PA\",\n        \"FreeDeckSpaceM2\": 311,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": \"950lt / day during cable operations.\",\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 480,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7411820\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"1985\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 46.33,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.5,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": 3,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"356126000\",\n        \"Name\": \"CLV Ikaros I\",\n        \"NetTonnageTons\": 170,\n        \"Notes\": \"CLV Ikaros has worked on an inter-connector project. It is a specialised shallow draft cable laying vessel capable of conducting all types of cable operations.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"Bow thruster: 360 degree Gill thruster 200kW\",\n        \"TankNotes\": \"Fresh water: 25m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/2175.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.maritech.gr/images/vesselspecs/c-l_ikaros.pdf\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": null,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"MARITECH\",\n        \"CompanyWeb\": \"http://www.maritech.gr\",\n        \"CompanyName\": \"MARITECH\",\n        \"Shipyard\": \"Vestvaerftet\"\n    }\n]"},{"id":"bcc233d9-9c54-43bd-921a-5cb4e977686e","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?berths=16","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"berths","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ce06d777-aadf-4e7a-a617-e484e4acb0cf"},{"name":"All Cable Vessel Details by accommodationpersons","id":"00edb47b-3b0c-43e8-b842-a1019ccef3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels?accommodationpersons=16","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel(s) via the <code>accommodationpersons</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels"],"host":["https://data.4coffshore.com"],"query":[{"key":"accommodationpersons","value":"16"}],"variable":[]}},"response":[{"id":"1132cd1e-b827-4791-8279-0e6525896766","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:20:21 GMT"},{"key":"Content-Length","value":"7258"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselId\": 6,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": 18,\n        \"BreadthM\": 9.5,\n        \"CallSign\": \"OVZC2\",\n        \"Classification\": \"RINA - CLV/DSV\",\n        \"ConstructionCountry\": \"UK\",\n        \"Crane1Description\": \"A-Frame (Stern)\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": 25,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": 250,\n        \"CarouselNotes\": \"Can hold up to 250 tons of cable in the tank\\r\\nA drum stand capable of handling up to 40 tons of cable can be installed. Vessel also rigged with tensioners, rollers and chutes.\",\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1975-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": 1,\n        \"DPNotes\": \"4 point mooring (flipper delta 1 ton anchors)\\r\\nStern thrusters 1 x 200 kW \\r\\nAzimuth thruster (retractable 1 x 280 kW \",\n        \"DValueTValue\": null,\n        \"EngineType\": \"Mirrlees Blackstone, 1,326 kW\",\n        \"FlagISO2Digit\": \"DK\",\n        \"FreeDeckSpaceM2\": 57.75,\n        \"FuelCapacityTonnes\": 90,\n        \"FuelConsumptionNotes\": \"3.2 tons per day @ 80%\",\n        \"FuelConsumptionTDay\": 3.2,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 419,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7409281\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"2012\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 35.3,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 5.5,\n        \"MaxEnduranceDays\": 25,\n        \"MaxLift\": 25,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"12\",\n        \"MinDraftM\": 4.6,\n        \"MMSI\": \"219923000\",\n        \"Name\": \"Cable One\",\n        \"NetTonnageTons\": 129,\n        \"Notes\": \"Cable One is the most advanced vessels in JD-Contractor’s fleet. Due to the design, the vessel can quickly be adapted to a number of different situations and can provide dive support. Amongst other tasks the vessel is capable of loading and embedding up to 310 tons of cables at one time.\",\n        \"NumberCrew\": 5,\n        \"NumberEngines\": 1,\n        \"NumberPassengers\": 11,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": \"Fresh water: 40m3\",\n        \"TransitSpeedKn\": 10,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/6.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.jdcon.dk/Fleet-equipment/Fleet/Cable-One\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1975,\n        \"AnythingProjects\": 7,\n        \"ArrayProjects\": 1,\n        \"ExportProjects\": 4,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Controlled Pitch Propellers\",\n        \"Owner\": \"JD-Contractor AS\",\n        \"CompanyWeb\": \"http://www.jydskdyk.dk\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"Shipyard\": \"Goole Shipbuilding & Repair\"\n    },\n    {\n        \"VesselId\": 546,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": null,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.73,\n        \"CallSign\": \"OF3100\",\n        \"Classification\": \"DNV GL ✠ 1A1 E0 \",\n        \"ConstructionCountry\": \"FI\",\n        \"Crane1Description\": null,\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": \"1978-01-01T00:00:00\",\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": null,\n        \"DValueTValue\": null,\n        \"EngineType\": null,\n        \"FlagISO2Digit\": \"FI\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": null,\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": null,\n        \"GrossTonnageTons\": 376,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": \"7636341\",\n        \"IsForSale\": false,\n        \"LastConverted\": \"01/06/2013\",\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 42.6,\n        \"MaxCargoWeightTons\": 250,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 3.1,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": null,\n        \"MinDraftM\": null,\n        \"MMSI\": \"230234000\",\n        \"Name\": \"Telepaatti\",\n        \"NetTonnageTons\": 117,\n        \"Notes\": \"Cable vessel Telepaatti was built in 1987 specially as a cable vessel for the demanding circumstances on Finnish coastline. This vessel is well adapted for laying telecommunications- and electrical cables and plumbing lines. The location of the ship is on a central spot on the edge of the Baltic sea. During harsh winter time the vessel is being moved to a more southern location when needed in order to maintain the operation ability on the ice free sea areas.\",\n        \"NumberCrew\": 7,\n        \"NumberEngines\": null,\n        \"NumberPassengers\": 7,\n        \"OtherNames\": null,\n        \"PropDescription\": null,\n        \"TankNotes\": null,\n        \"TransitSpeedKn\": 11,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/546.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"https://exchange.dnv.com/Exchange/main.aspx?extool=vessel&subview=summary&vesselid=11454\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": 1978,\n        \"AnythingProjects\": null,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Not in offshore wind market\",\n        \"VesselDescription\": \"Cable laying vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Relacom\",\n        \"CompanyWeb\": \"http://www.relacom.com/\",\n        \"CompanyName\": \"Relacom\",\n        \"Shipyard\": \"STX Finland Oy (Aker Yards Oy)\"\n    },\n    {\n        \"VesselId\": 1739,\n        \"AccommodationPersons\": 16,\n        \"AirDraftM\": null,\n        \"BatteryPowerKW\": null,\n        \"Berths\": 16,\n        \"BollardPullTonnes\": null,\n        \"BreadthM\": 7.31,\n        \"CallSign\": \"WCW9003\",\n        \"Classification\": null,\n        \"ConstructionCountry\": null,\n        \"Crane1Description\": \"Knuckle aft crane.\",\n        \"Crane1RadiusM\": null,\n        \"Crane1Tons\": null,\n        \"Crane2Description\": null,\n        \"Crane2RadiusM\": null,\n        \"Crane2Tons\": null,\n        \"CraneDistSideM\": null,\n        \"CraneLiftHeightMMax\": null,\n        \"CarouselWeightTonnes\": null,\n        \"CarouselNotes\": null,\n        \"CurrencyID\": null,\n        \"DeckSpaceAftM\": null,\n        \"DeckSpaceForewardM\": null,\n        \"DeliveryDate\": null,\n        \"Design\": null,\n        \"DPClass\": null,\n        \"DPNotes\": \"Four point anchoring\",\n        \"DValueTValue\": null,\n        \"EngineType\": \"12 V71 Detroit Diesels 800HP\",\n        \"FlagISO2Digit\": \"US\",\n        \"FreeDeckSpaceM2\": null,\n        \"FuelCapacityTonnes\": null,\n        \"FuelConsumptionNotes\": null,\n        \"FuelConsumptionTDay\": null,\n        \"Gearbox\": \"Twin Disc\",\n        \"GearBoxModel\": null,\n        \"GearBoxRatio\": \"4:1\",\n        \"GrossTonnageTons\": null,\n        \"HasHeliDeck\": \"No\",\n        \"HelideckCert\": null,\n        \"HybridInfo\": null,\n        \"IMO\": null,\n        \"IsForSale\": false,\n        \"LastConverted\": null,\n        \"LOACategory\": \"Over 24m\",\n        \"LOAM\": 30.48,\n        \"MaxCargoWeightTons\": null,\n        \"MaxDeckLoadtm2\": null,\n        \"MaxDraftM\": 2.74,\n        \"MaxEnduranceDays\": null,\n        \"MaxLift\": null,\n        \"MaxOperableSignificantWaveHeightM\": null,\n        \"MaxOperableTideCurrentMS\": null,\n        \"MaxOperableWindSpeedMS\": null,\n        \"MaxSpeedKn\": \"10\",\n        \"MinDraftM\": null,\n        \"MMSI\": \"338104509\",\n        \"Name\": \"Megan T Miller\",\n        \"NetTonnageTons\": null,\n        \"Notes\": \"Megan T Miller is a utility vessel which has been used for geotechnical work. It can also provide ROV support. It was used on the Block Island project to clear obstacles from the seabed.\",\n        \"NumberCrew\": null,\n        \"NumberEngines\": 2,\n        \"NumberPassengers\": null,\n        \"OtherNames\": null,\n        \"PropDescription\": \"4\\\" shafts\",\n        \"TankNotes\": \"Water: 1000 litres\",\n        \"TransitSpeedKn\": null,\n        \"VesselImage\": \"https://www.4coffshore.com/images/vessels/1739.png\",\n        \"VesselPrice\": null,\n        \"Webpage2\": \"http://www.millermarineservices.com/EquipmentMeganMiller.html\",\n        \"WaterDepthM\": null,\n        \"YearBuilt\": null,\n        \"AnythingProjects\": 2,\n        \"ArrayProjects\": null,\n        \"ExportProjects\": null,\n        \"StatusDescription\": \"Active in sector\",\n        \"VesselDescription\": \"Support vessel\",\n        \"PropulsionType\": \"Fixed Pitch Propellers\",\n        \"Owner\": \"Miller Marine Services\",\n        \"CompanyWeb\": \"http://www.millermarineservices.com/index.html\",\n        \"CompanyName\": \"Miller Marine Services\",\n        \"Shipyard\": null\n    }\n]"},{"id":"23b254c6-c575-4709-9b3b-ac130c75f284","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels?accommodationpersons=16","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels"],"query":[{"key":"accommodationpersons","value":"16"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"00edb47b-3b0c-43e8-b842-a1019ccef3c6"}],"id":"96507773-3919-45ba-8cbf-246280635740","_postman_id":"96507773-3919-45ba-8cbf-246280635740","description":""},{"name":"Cable Vessel Events","item":[{"name":"All Cable Vessel Events","id":"edc45ad4-0704-4c3e-80fc-2ac1de8aa489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events/","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s)</p>\n","urlObject":{"path":["api","cables","wind","vessels","events",""],"host":["https://data.4coffshore.com"],"query":[],"variable":[]}},"response":[{"id":"55c61847-bea5-4439-a5a9-b96078337c73","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRzXA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:22:54 GMT"},{"key":"Content-Length","value":"1057"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5218,\n        \"VesselId\": 5,\n        \"Name\": \"Pleijel\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"EventDate\": \"1972-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Sonderborg Skibsvaerft A/S built Pleijel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    },\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    }\n]"},{"id":"bbd642ce-2e61-4388-90dd-12a00e10a2dc","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"edc45ad4-0704-4c3e-80fc-2ac1de8aa489"},{"name":"All Cable Vessel Events by vesselID","id":"e145df58-2945-466e-b85e-609fc2cd26bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselID=6","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>vesselID</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselID","value":"6"}],"variable":[]}},"response":[{"id":"bf7e152f-15b5-47f1-b764-d5d35a275ad2","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:24:09 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"e3ba5b50-f966-444d-a161-3e52dca98b6b","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselID=6","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"vesselID","value":"6"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"e145df58-2945-466e-b85e-609fc2cd26bb"},{"name":"All Cable Vessel Events by vesselName","id":"ea88c6d0-18f0-48e4-ad46-78811dbd61ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselName=Cable One","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>vesselName</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"vesselName","value":"Cable One"}],"variable":[]}},"response":[{"id":"94a66ed7-b694-44bb-98cd-f605a8d83444","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:25:36 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"358f55e6-49a9-4f7b-a8fe-e6aee3a27169","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?vesselName=Cable One","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"vesselName","value":"Cable One"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"ea88c6d0-18f0-48e4-ad46-78811dbd61ba"},{"name":"All Cable Vessel Events by companyName","id":"11459b4d-49b9-4672-937d-d8f8fae4a23d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?companyName=JD-Contractor AS","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>companyName</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"companyName","value":"JD-Contractor AS"}],"variable":[]}},"response":[{"id":"080b13b7-99c2-45a1-ab8e-dc4ae2fb11d9","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:27:00 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 114,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2000-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"The vessel was converted for cable lay work.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474433 \"\n    }\n]"},{"id":"6c3d377a-f8a5-4ca6-8a6e-59b0d6c8737c","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?companyName=JD-Contractor AS","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"companyName","value":"JD-Contractor AS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"11459b4d-49b9-4672-937d-d8f8fae4a23d"},{"name":"All Cable Vessel Events by eventType","id":"fa076961-0b58-4b4d-b2c9-1a480e7b5209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?eventType=Delivery","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>eventType</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"eventType","value":"Delivery"}],"variable":[]}},"response":[{"id":"fb8ed633-281c-4330-9cd7-8796905e71bf","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:29:30 GMT"},{"key":"Content-Length","value":"1022"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5218,\n        \"VesselId\": 5,\n        \"Name\": \"Pleijel\",\n        \"CompanyName\": \"Baltic Offshore\",\n        \"EventDate\": \"1972-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Sonderborg Skibsvaerft A/S built Pleijel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 112,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1975-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Cable One was delivered from the shipyard in Goole, UK.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://wwww.4coffshore.com\"\n    },\n    {\n        \"VesselEventId\": 4954,\n        \"VesselId\": 7,\n        \"Name\": \"CS Sovereign\",\n        \"CompanyName\": \"Global Offshore\",\n        \"EventDate\": \"1991-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Van de Giessen de Noord delivered CS Sovereign.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"https://www.4coffshore.com\"\n    }\n]"},{"id":"73ddf903-5a81-40ca-8709-ddddb80ab026","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?eventType=Delivery","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"eventType","value":"Delivery"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"fa076961-0b58-4b4d-b2c9-1a480e7b5209"},{"name":"All Cable Vessel Events by certainty","id":"53b62319-4505-45c3-9460-ed9e385a1e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?certainty=Likely","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>certainty</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"certainty","value":"Likely"}],"variable":[]}},"response":[{"id":"06e3d13b-07aa-40b1-9ff1-acf344ecc6c2","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3Jz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 15:30:29 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"},{"id":"c844c1ff-9826-4a22-8391-8e63e3eca7b4","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?certainty=Likely","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"certainty","value":"Likely"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:30:51 GMT"},{"key":"Content-Length","value":"1068"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 113,\n        \"VesselId\": 6,\n        \"Name\": \"Cable One\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2012-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Cable One was up graded.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"jdcon.dk/Fleet-equipment/Fleet/Cable-One\"\n    },\n    {\n        \"VesselEventId\": 5375,\n        \"VesselId\": 124,\n        \"Name\": \"Forth Guardsman\",\n        \"CompanyName\": \"Briggs Marine Contractors Ltd.\",\n        \"EventDate\": \"1983-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Kambara Kisen Co., Ltd. built the Forth Guardsman\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"High Confidence\",\n        \"InformationSource\": \"DNV GL\"\n    },\n    {\n        \"VesselEventId\": 64,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2014-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    }\n]"}],"_postman_id":"53b62319-4505-45c3-9460-ed9e385a1e3c"},{"name":"All Cable Vessel Events by integrity","id":"9fb14e8f-d5f1-4c62-803d-cd86dcc90ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://data.4coffshore.com/api/cables/wind/vessels/events?integrity=Medium Confidence","description":"<p>This <code>GET</code> operation allows you to retrieve the technical specifications of all Cable Wind Vessel Event(s) via the <code>integrity</code> parameter.</p>\n","urlObject":{"path":["api","cables","wind","vessels","events"],"host":["https://data.4coffshore.com"],"query":[{"key":"integrity","value":"Medium Confidence"}],"variable":[]}},"response":[{"id":"d53d5bb6-9c5d-4513-ba83-49966556da68","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/interconnectors/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","interconnectors","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:31:54 GMT"},{"key":"Content-Length","value":"1086"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"VesselEventId\": 5221,\n        \"VesselId\": 15,\n        \"Name\": \"Henry P. Lading\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"1930-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Delivery\",\n        \"EventDescription\": \"Palmers Shipbuilding and Iron Company built the vessel.\",\n        \"CertaintyDescription\": \"Certain\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"BV\"\n    },\n    {\n        \"VesselEventId\": 64,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2014-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    },\n    {\n        \"VesselEventId\": 63,\n        \"VesselId\": 170,\n        \"Name\": \"CLV Vina\",\n        \"CompanyName\": \"JD-Contractor AS\",\n        \"EventDate\": \"2010-01-01T00:00:00\",\n        \"EventTypeDescription\": \"Upgrade - other\",\n        \"EventDescription\": \"Vina was converted in this year.\",\n        \"CertaintyDescription\": \"Likely\",\n        \"IntegrityDescription\": \"Medium Confidence\",\n        \"InformationSource\": \"http://www.jdcon.dk/sw/frontend/downloadfile.asp?id=474692\"\n    }\n]"},{"id":"aa89b253-609f-4dca-a8e8-3e0b4d0b3e90","name":"Failed Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.4coffshore.com/api/cables/wind/vessels/events?integrity=Medium Confidence","host":["https://data.4coffshore.com"],"path":["api","cables","wind","vessels","events"],"query":[{"key":"integrity","value":"Medium Confidence"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcSXdhbi5IZWtrZW5iZXJnXERvY3VtZW50c1xTVk5cREVWRUxPUE1FTlRcTElWRSBQUk9KRUNUU1xGb3JlU0VFX0FQSVxGb3JlU0VFQVBJXGFwaVxjYWJsZXNcaW50ZXJjb25uZWN0b3JzXHZlc3NlbHNcZXZlbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 Apr 2022 13:32:32 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Authorization has been denied for this request.\"\n}"}],"_postman_id":"9fb14e8f-d5f1-4c62-803d-cd86dcc90ab9"}],"id":"664025b9-761d-423e-987e-381957fe50fd","_postman_id":"664025b9-761d-423e-987e-381957fe50fd","description":""}],"id":"53b06339-24ad-464a-8724-6709de712080","_postman_id":"53b06339-24ad-464a-8724-6709de712080","description":""}],"id":"e54f905d-3f1e-4468-a061-bdb2317cb736","description":"<p>Access all subsea cable details, with a subscription to our ForeSEE API service, you're able to access intelligence such as:</p>\n<p><strong>Interconnectors</strong></p>\n<ul>\n<li><a href=\"#e350783c-d2c8-4220-bd54-df545566db45\">Interconnector Details</a></li>\n<li><a href=\"#436624bf-8092-444b-9de7-2c94e8f64946\">Interconnector Events</a></li>\n<li><a href=\"#c0fbb31f-f53a-4267-bbcc-bf57272647b0\">Interconnector Stakeholders</a></li>\n<li><a href=\"#e9afdbe3-2588-441b-bcc3-b98d907e8532\">Cable Vessels</a></li>\n<li><a href=\"#9fef61c7-31a0-40ac-aaf4-10692754c600\">Cable Vessel Events</a></li>\n</ul>\n<p><strong>Wind Cables</strong></p>\n<ul>\n<li><a href=\"#3e11e4fe-7399-49c1-8e36-618e623ec87d\">Project Details</a></li>\n<li><a href=\"#343764be-3d93-4ba0-b719-af60bcd9b12d\">Project Stakeholders</a></li>\n<li><a href=\"#3ba16def-4898-4a0c-bd2e-a6c7fc42c88a\">Project Events</a></li>\n<li><a href=\"#272fb587-31af-443b-a523-360ce4f132a8\">Dedicated Platforms</a></li>\n<li><a href=\"#2383f662-4baf-4685-b014-536f8303f802\">Shared Platforms</a></li>\n<li><a href=\"#d6519d51-b6ae-4b35-9154-0aa867fef200\">Grid Stakeholders</a></li>\n<li><a href=\"#0bdd147c-ffb3-44b7-8969-7c6091a3f4e0\">Grid Events</a></li>\n<li><a href=\"#96507773-3919-45ba-8cbf-246280635740\">Cable Vessels</a></li>\n<li><a href=\"#664025b9-761d-423e-987e-381957fe50fd\">Cable Vessel Events</a></li>\n</ul>\n<p>Note: ForeSEE's Subsea Cable Intelligence API requires a subscription, please contact our sales team at <a href=\"https://www.4coffshore.com\">4C Offshore (a TGS Company)</a></p>\n","_postman_id":"e54f905d-3f1e-4468-a061-bdb2317cb736"}],"event":[{"listen":"prerequest","script":{"id":"4a40528e-f4c6-473e-9887-7b1f4f166e18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e390fbdd-8c59-4637-8bd2-4078266ec707","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://data.4coffshore.com"},{"key":"token","value":"","disabled":true}]}