{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Table of contents","description":"Accelerate E&P application development and protect your innovation by consuming our Data and Domain APIs / Platform APIs.","lang":"en-US","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":true,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"table-of-contents","__idx":0},"children":["Table of contents"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["V1:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-the-country-list-of-all-wells-of-msd-v1"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get the country list of all wells of MSD"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-the-field-list-of-all-wells-of-msd-v1"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get the field list of all wells of MSD"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-the-well-list-v1"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get the well list"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-the-wellbore-list-v1"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get the wellbore list"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-the-survey-list-v1"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Get the survey list"]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-the-country-list-of-all-wells-of-msd-v1","__idx":1},"children":["Get the country list of all wells of MSD (V1)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API returns the country names that have been set by all wells in the current database."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Request Example",{"$$mdtype":"Tag","name":"small","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"curl -request GET\n--url '{baseURL}/drillplan/msd/v1/countries'\n--header 'Authorization: value'\n--header 'appkey: value'\n--header 'content-type: application/json'\n--header 'slb-data-partition-id: header'\n","lang":"curl"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Response Example",{"$$mdtype":"Tag","name":"small","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n\"No Country\",\n\"India\",\n\"Croatia\",\n\"Democratic Republic of the Congo\",\n\"Angola\"\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note"]},": \"No Country\" indicates some wells don't have country name."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#table-of-contents"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Back to table of contents"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-the-field-list-of-all-wells-of-msd-v1","__idx":2},"children":["Get the field list of all wells of MSD (V1)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API returns the field names that have been set by all wells in the current database."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Request Example "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"curl -request GET\n--url '{baseURL}/drillplan/msd/v1/fields'\n--header 'Authorization: value'\n--header 'appkey: value'\n--header 'content-type: application/json'\n--header 'slb-data-partition-id: header'\n","lang":"curl"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Response Example"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n\"No Field\",\n\"field 1\",\n\"field 2\",\n\"field 3\",\n\"field 4\"\n] \n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note"]},": \"No Field\" indicates some wells don't have field name."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#table-of-contents"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Back to table of contents"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-the-well-list-v1","__idx":3},"children":["Get the well list (V1)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API returns the well list."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Well Data Object"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["id"]},": Unique identifier ObjectId for the MSD well"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["name"]},": Name of the well"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["structure_id"]},": Reference ObjectId for an associated geological structure"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["structure"]},": Name of the associated structure"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ground_level"]},": Elevation of ground level at the well location, it’s measured from the mean-sea level (MSL)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["wgs84_location"]},": Geographic coordinates in WGS84 datum (latitude/longitude)",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["longitude"]},": Angular coordinate east-west of the Prime Meridian (WGS84), unit is angular coordinate: Degrees (°)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["latitude"]},": Angular coordinate north-south of the Equator (WGS84), unit is angular coordinate: Degrees (°)."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["is_offshore"]},": Boolean indicating if the well is located offshore.",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["true"]},": offshore"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["false"]},": land"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["field"]},": Name of the oil/gas field where the well is situated."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["country"]},": Country where the well is located."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["uwi"]},": Unique Well Identifier"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["source"]},": Data source/origin of the well information. This is an enumeration, including:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EDM"]},": which is imported from EDM file."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["DOX"]},": which is transferred from DOX."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["DrillPlan"]},": which is created from DrillPlan."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["MSD"]},": which is created from MSD."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["location"]},": Projected coordinate system location details (easting/northing, etc.).",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["northing"]},": Y-coordinate in a coordinate reference system."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["easting"]},": X-coordinate in a coordinate reference system."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["crs"]},": Name/ID of the Coordinate Reference System (CRS) used."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["grid_convergence"]},": Angular difference between grid north and true north."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["scale_factor"]},": Scale factor applied in map projection calculations."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["crs_unit"]},": Measurement unit used in the CRS Northing and Easting."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["north_reference"]},": Reference system for directional measurements",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Grid"]},": Grid north."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["True"]},": True north."]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["page"]},": the index of the page, starting from 1, default is 1. If the page number is greater than the total page number, it returns an empty array."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["page size"]},": number of wells per page, the range is 1-100, default is 100."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Payload"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["All input text is case-sensitive. For instance, the results for \"USA\" and \"usa\" will be different."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If the user wants to query data without a specified country, please set \"No Country\" in the country field."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If the user wants to query data without a specified field, please set \"No Field\" in the country field."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You can only set either the country or the field at a time; setting both simultaneously will result in a 400 error."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If neither value is entered, the default response will include data for all wells."]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Request Example",{"$$mdtype":"Tag","name":"small","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"curl -request POST  \n  --url '{baseURL}/drillplan/msd/v1/wells?page=1&page_size=100'  \n  --header 'Authorization: value'  \n  --header 'appkey: value'  \n  --header 'content-type: application/json'  \n  --header 'slb-data-partition-id: header'  \n  --data '{ \n            // \"field\":\"UK 211/18\", \n            \"country\": \"United Kingdom of Great Britain and Northern Ireland\" \n          }' \n\n","lang":"curl"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Response Example",{"$$mdtype":"Tag","name":"small","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[ \n  { \n    \"id\": \"well id\", \n    \"name\": \"well nane\", \n    \"structure_id\": \"structure id\", \n    \"structure\": \"structure name\", \n    \"ground_level\": -135.636, \n    \"wgs84_location\": { \n      \"longitude\": -0.6105272295702437, \n      \"latitude\": 57.9004897800552 \n    }, \n    \"is_offshore\": true, \n    \"field\": \"field name\", \n    \"country\": \"country name\", \n    \"uwi\": null, \n    \"source\": \"source\", \n    \"location\": { \n      \"northing\": 6420356.63, \n      \"easting\": 641716.85, \n      \"crs\": \"crs name\", \n      \"grid_convergence\": 0.03535945325769174, \n      \"scale_factor\": 0.9998462122317239, \n      \"crs_unit\": \"m\" \n    }, \n    \"north_reference\": \"Grid\" \n  }, \n  { \n    \"id\": \"well id\", \n    \"name\": \"well nane\", \n    \"structure_id\": \"structure id\", \n    \"structure\": \"structure name\", \n    \"ground_level\": -135.636, \n    \"wgs84_location\": { \n      \"longitude\": -0.6105272295702437, \n      \"latitude\": 57.9004897800552 \n    }, \n    \"is_offshore\": true, \n    \"field\": \"field name\", \n    \"country\": \"country name\", \n    \"uwi\": null, \n    \"source\": \"source\", \n    \"location\": { \n      \"northing\": 6420356.63, \n      \"easting\": 641716.85, \n      \"crs\": \"crs name\", \n      \"grid_convergence\": 0.03535945325769174, \n      \"scale_factor\": 0.9998462122317239, \n      \"crs_unit\": \"ft\" \n    }, \n    \"north_reference\": \"True\" \n  } \n] \n\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Returns 400 Bad Request, if the page size is out of the range."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Returns 400 Bad Request, it cannot specify both field and country at the same time."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#table-of-contents"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Back to table of contents"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-the-wellbore-list-v1","__idx":4},"children":["Get the wellbore list (V1)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API returns the wellbore list with the input well id."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Wellbore Data Object"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["id"]},": Unique identifier for the MSD wellbore."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["name"]},": Name or label of the wellbore."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["well_id"]},": Reference ID to the parent well."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["api"]},": API (American Petroleum Institute) number, a standardized identifier for wellbores in the oil/gas industry."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ubhi"]},": Unique Borehole Identifier (UBHI), a distinct identifier for the borehole."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["business_system_id"]},": Identifier from an external business system (e.g., Job Number or KUIEN, one of the two)."]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Request Example "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"curl -request GET  \n  --url '{baseURL}/drillplan/msd/v1/wellbores/by-well/{wellId}'  \n  --header 'Authorization: value'  \n  --header 'appkey: value'  \n  --header 'content-type: application/json'  \n  --header 'slb-data-partition-id: header'  \n\n\n","lang":"curl"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Response Example"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[ \n  { \n    \"id\": \"wellbore id 1\", \n    \"name\": \"wellbore name 1\", \n    \"well_id\": \"well id\", \n    \"api\": \"api1\", \n    \"ubhi\": \"ubhi1\", \n    \"business_system_id\": \"123\" \n  }, \n{ \n    \"id\": \"wellbore id 2\", \n    \"name\": \"wellbore name 2\", \n    \"well_id\": \"well id\", \n    \"api\": \"api2\", \n    \"ubhi\": \"ubhi2\", \n    \"business_system_id\": \"234\" \n   } \n] \n\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#table-of-contents"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Back to table of contents"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-the-survey-list-v1","__idx":5},"children":["Get the survey list (V1)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API returns the surveys list."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Survey Data Object"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["id"]},": Unique identifier for the MSD survey."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["name"]},": Name/description of the survey."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["wellbore_id"]},": Reference ID to the parent wellbore."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["survey_type"]},": Classification of survey data. This is an enumeration, including:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["DefinitiveSurvey"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["NonDefinitiveSurvey"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["WorkingSurvey"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["depth_reference"]},": Elevation of Rotary Kelly Bushing (datum reference point for depth measurements), and it is above MSL."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["stations"]},": List of survey stations defining the survey path.",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["md"]},": Measured Depth."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["incl"]},": Inclination."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["azi"]},": Azimuth."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["tvd"]},": True Vertical Depth - vertical depth from Depth reference."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ns"]},": Local N/S (North-South) coordinate."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ew"]},": Local E/W (East-West) coordinate."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dls"]},": Dogleg Severity."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["tool_code"]},": Identifier for survey tool code."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["calc_method"]},": Algorithm used for Survey calculations."]}]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Request Example "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"curl -request GET  \n  --url '{baseURL}/drillplan/msd/v1/surveys/by-wellbore/{wellboreId}'  \n  --header 'Authorization: value'  \n  --header 'appkey: value'  \n  --header 'content-type: application/json'  \n  --header 'slb-data-partition-id: header'  \n \n","lang":"curl"},"children":[]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Response Example"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[ \n  { \n    \"id\": \"survey id 1\", \n    \"name\": \"survey name 1\", \n    \"wellbore_id\": \"wellbore id\", \n    \"stations\": [ \n      { \n        \"md\": 0.0, \n        \"incl\": 0.0, \n        \"azi\": 0.0, \n        \"tvd\": 0.0, \n        \"ns\": 0.0, \n        \"ew\": 0.0, \n        \"dls\": 0.0, \n        \"tool_code\": \"ZERO\", \n        \"calc_method\": \" MinCurvature \" \n      }, \n      { \n        \"md\": 150.13, \n        \"incl\": 0.0, \n        \"azi\": 4.316548306032377, \n        \"tvd\": 150.13, \n        \"ns\": 0.0, \n        \"ew\": 0.0, \n        \"dls\": 0.0, \n        \"tool_code\": \"SLB_MWD-STD-FLT\", \n        \"calc_method\": \"MinCurvature\" \n      }, \n      { \n        \"md\": 179.8, \n        \"incl\": 0.002094395102393196, \n        \"azi\": 4.316548306032377, \n        \"tvd\": 179.79997830880754, \n        \"ns\": -0.01198022573341854, \n        \"ew\": -0.028667755724058806, \n        \"dls\": 7.058965629906286E-05, \n        \"tool_code\": \"SLB_MWD-STD-FLT\", \n        \"calc_method\": \"MinCurvature\" \n      } \n    ], \n    \"survey_type\": \"DefinitiveSurvey\", \n    \"depth_reference\": 26.06 \n  }, \n  { \n    \"id\": \"survey id 2\", \n    \"name\": \"survey name 2\", \n    \"wellbore_id\": \"wellbore id\", \n    \"stations\": [ \n      { \n        \"md\": 0.0, \n        \"incl\": 0.0, \n        \"azi\": 0.0, \n        \"tvd\": 0.0, \n        \"ns\": 0.0, \n        \"ew\": 0.0, \n        \"dls\": 0.0, \n        \"tool_code\": \"SLB_MWD-STD-FLT\", \n        \"calc_method\": \" MinCurvature \" \n      }, \n      { \n        \"md\": 722.3760000000001, \n        \"incl\": 0.0, \n        \"azi\": 0.0, \n        \"tvd\": 722.3760000000001, \n        \"ns\": 0.0, \n        \"ew\": 0.0, \n        \"dls\": 0.0, \n        \"tool_code\": \"SLB_INCL_ONLY_VERTICAL_ACTUAL\", \n        \"calc_method\": \"IncOnly\" \n      }, \n      { \n        \"md\": 853.7448, \n        \"incl\": 0.001570796389212735, \n        \"azi\": 3.236363904141354, \n        \"tvd\": 853.7446706589755, \n        \"ns\": -0.022163302117696734, \n        \"ew\": -0.0021067549743618956, \n        \"dls\": 0.0001476160118063521, \n        \"tool_code\": \"SLB_MWD-STD\", \n        \"calc_method\": \"MinCurvature\" \n      } \n    ], \n    \"survey_type\": \"NonDefinitiveSurvey\", \n    \"depth_reference\": 26.06 \n  }, \n] \n\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#table-of-contents"},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Back to table of contents"]}]}]}]},"headings":[{"value":"Table of contents","id":"table-of-contents","depth":1},{"value":"Get the country list of all wells of MSD (V1)","id":"get-the-country-list-of-all-wells-of-msd-v1","depth":2},{"value":"Get the field list of all wells of MSD (V1)","id":"get-the-field-list-of-all-wells-of-msd-v1","depth":2},{"value":"Get the well list (V1)","id":"get-the-well-list-v1","depth":2},{"value":"Get the wellbore list (V1)","id":"get-the-wellbore-list-v1","depth":2},{"value":"Get the survey list (V1)","id":"get-the-survey-list-v1","depth":2}],"frontmatter":{"seo":{"title":"Table of contents"}},"lastModified":"2025-12-22T07:53:37.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/solutions/drillplan/docs/tutorials/msd/msd-api-v1","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}