{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Introduction","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":2,"id":"introduction","__idx":0},"children":["Introduction"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/drillplan/apis/projectplanapi"},"children":["Project Plan API"]}," facilitates system integration, providing a mechanism to get versioned data from DrillPlan."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The collection of APIs is used to list the available projects on a data-partition, the plans within a given project, the artifacts within a given plan and finally a specific artifact."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["As the data models change over time, new versions may be introduced, hence some artifacts will be available in multiple versions. It is recommended to use the latest version of each artifact type, and to adopt the latest version when this becomes available. Superseded versions are only guaranteed support for 6 months, although we often maintain support for longer."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"glossary","__idx":1},"children":["Glossary:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["It is recommended that the users of this API have some familiarity with the DrillPlan Application. A useful resource would be the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://guru.delfi.slb.com/content/1003/help/index"},"children":["DrillPlan Help Documentation"]},". The following items are summarized below:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Data-partition:"]}," A data-partition is layer for data separation. There can be multiple data-partitions within a DELFI Account and Contract."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Project:"]}," Within a data-partition there are multiple projects. A project is used to manage the planning of a particular well and contains:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Well header information such as Name, UWI (unique well identifier), Operator, Country, Elevation, CRS, Corporate Profile (rule-sets used for governance), unit system selection etc."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Tasks and project management"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Team management: A list of users known as team members who have access to the project"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Reports"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Plans"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Plan:"]}," A project can contain multiple plans. One plan is always designated as the \"master\" plan and other plans can be used to evaluate competing design concepts, contingencies etc. A plan is a fundamental layer in the DrillPlan collaboration model and contains all the elements of the well design e.g. Surface Locations, Wellbores, Trajectories, Target, Formation Tops, Temperature Curves, Pressure Windows, Wellbore Geometries, Sections, Drilling Fluid Programs, Drilling Runs and Activities, Risks, BHAs, Operating Parameters, Cement Programs, Detailed Casing/Liner/Tieback string design, AFE (Costs) etc."]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-to-get-drillplan-data","__idx":2},"children":["How to get DrillPlan Data"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Find the DrillPlan project"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Caller can query DrillPlan projects using one of the following APIs:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Query all DrillPlan projects:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["By calling the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /projects/pages"]}," API,​ the paginated project list will be returned according to the following schema."," ","This API is accessible with either user identity or service identity. However, please note that a user is only allowed to fetch data from projects they have joined."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"projects\": [\n    {\n      \"project_id\": \"string\",\n      \"project_name\": \"string\",\n      \"well_name\": \"string\",\n      \"country\": \"string\",\n      \"created_by\": \"string\",\n      \"create_date\": \"string\",\n      \"is_invitation_only\": true,\n      \"joined\": true\n    }\n  ],\n  \"page_index\": 1,\n  \"total_pages\": 1,\n  \"total_items\": 1\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":2},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Get user joined project list:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Users can also retrieve all project that they have joined in DrillPlan. To do this, call the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /projects/joined"]}," API,​ the user joined project list will be returned according to the following schema. This API is only accessible by user identity and will return empty list when called by a service identity."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"project_id\": \"string\",\n    \"project_name\": \"string\",\n    \"well_name\": \"string\",\n    \"country\": \"string\",\n    \"created_by\": \"string\",\n    \"create_date\": \"string\",\n  }\n]\n","lang":"json"},"children":[]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get plan list by Project Id:"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The list of plans within a specific project can be retrieved using the **GET /plans/by-project/{projectId}**​ endpoint. It will return a plan list according to the following schema."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"id\": \"string\",\n    \"name\": \"string\",\n    \"isMaster\": true,\n    \"status\": 0,\n    \"shareTime\": \"2022-09-06T01:41:50.717Z\",\n    \"shareBy\": \"string\"\n  }\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["User can find the master plan by filtering on the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["isMaster"]}," boolean property."]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":3},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Get artifact index for a given plan:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Call ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /plans/{planId}/artifact-index​"]}," to get the plan data structure (well, wellbores, sections, runs) and available artifact list. The corresponding artifact links can then be used to fetch the corresponding data."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"planName\": \"string\",\n    \"planStatus\": 0,\n    \"dataPartitionId\": \"string\",\n    \"lastUpdateTime\": \"2022-09-06T03:19:45.828Z\",\n    \"well\": {\n      \"name\": \"string\",\n      \"id\": \"string\"\n    },\n    \"wellbores\": [\n      {\n        \"name\": \"string\",\n        \"id\": \"string\",\n        \"parentWellbore\": \"string\"\n      }\n    ],\n    \"sections\": [\n      {\n        \"name\": \"string\",\n        \"id\": \"string\",\n        \"wellboreId\": \"string\"\n      }\n    ],\n    \"runs\": [\n      {\n        \"displayName\": \"string\",\n        \"id\": \"string\",\n        \"type\": \"string\",\n        \"sectionId\": \"string\"\n      }\n    ],\n    \"artifacts\": [\n      {\n        \"wellboreId\": \"string\",\n        \"sectionId\": \"string\",\n        \"runId\": \"string\",\n        \"artifactType\": \"string\",\n        \"artifactLink\": \"string\"\n      }\n    ]\n  }\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":4},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Get a specific artifact file:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the artifact link returned by the artifact-index API to get specific artifact file. The artifact file can be in WISTML, Json or other format. The artifact link follows the pattern of ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /plans/{planId}/artifacts/{id}/{artifactType}"]}," ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Note: For examples of artifacts, please refer to the end of the document."]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":5},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Get DrillPlan editor links:"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Call ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /plans/{planId}/application-links"]}," to get direct links of DrillPlan editors (object). This can be useful to edit most of the artifacts details by directly accessing the relevant editor."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"node_id\": \"string\",\n    \"name\": \"string\",\n    \"wellbore_id\": \"string\",\n    \"section_id\": \"string\",\n    \"run_id\": \"string\",\n    \"node_type\": \"string\",\n    \"editor_link\": \"string\"\n  }\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"ol","attributes":{"start":6},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Call ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET /plans/{planId}/application-review-states"]}," to know the DrillPlan object's state during the course of planning. This object state (or application review state) can be used to determine its current status, such as \"in progress,\" \"in review,\" \"in approval,\" \"rejected,\" or \"completed.\""]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"span","attributes":{"style":{"color":"#009FC2"}},"children":["Example response body"]},{"$$mdtype":"Tag","name":"small","attributes":{},"children":["(click to open)"]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"[\n  {\n    \"node_id\": \"string\",\n    \"node_type\": \"string\",\n    \"name\": \"string\",\n    \"review_state\": \"InProgress\"\n  }\n]\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"artifact-examples","__idx":3},"children":["Artifact Examples"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following table includes some example artifacts that can be retrieved using the API. The list of artifacts will increase over time, so it is recommended to use the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/drillplan/apis/projectplanapi"},"children":["Project Plan API"]}," to retrieve the latest list."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"ArtifactType Name"},"children":["ArtifactType Name"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ActivityPlan_public_v1_xml"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ActivityPlan_public_v1_xsd"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bha_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bha_v6_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Boundaries_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Casing_v4_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Casing_v6_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cementing_v3_witsml20"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DigitalCementPlan_v1"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DrillingFluid_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DrillingFluid_v4_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DrillingRun_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DrillingRun_v2_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DynamicWellControl_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DynamicWellControl_v1_witsml141_xsd"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EffectiveWBGAtEnd_v4_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EffectiveWBGAtEnd_v5_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FormationTops_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Liner_v4_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Liner_v6_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PressureWindow_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Rig_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Rig_v2_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Risks_v2_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SurveyProgram_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Targets_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Temperature_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Tieback_Cementing_v3_witsml20"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Tieback_v4_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Tieback_v6_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ToleranceTunnel_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ToolCode_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Trajectory_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TrajectoryInterpolated_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TrajectoryPlanView_v1_png"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TrajectoryVerticalSection_v1_png"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Well_v2_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Wellbore_v1_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellboreGeometry_v5_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellboreGeometry_v5_witsml141_xsd"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellboreGeometry_v6_witsml141"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellboreGeometry_v6_witsml141_xsd"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FitLotXlot_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FitLotXlot_v1_json_schema"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CasingIntegrityTest_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CasingIntegrityTest_v1_json_schema"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CustomParameters_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CustomParameters_v1_json_schema"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellMontage1_v1_pdf"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellMontage2_v1_pdf"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["WellMontage3_v1_pdf"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CorporateDeliverable_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CorporateDeliverable_v1_json_schema"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Schedule_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Schedule_v1_json_schema"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AntiCollisionSettings_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AntiCollisionOffsets_v1_json"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AntiCollisionOffsets_v1_json_schema"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"example-download","__idx":4},"children":["Example Download"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The download link below provides an example extract using ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/drillplan/apis/projectplanapi"},"children":["Project Plan API"]}," from a demo project created using a public data set. This can be used to give an indication of kind of values that are included in the above artifacts, but will not be comprehensive, since the output will depend on the data that resides inside the project being queried."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📥 ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/assets/drillplan_example_artifacts.8d7343d20251b96c9964b6a2dab4e263d8be075976d4cbc27977858e16477eba.195dc802.zip"},"children":["Download Example Artifacts"]}]}]},"headings":[{"value":"Introduction","id":"introduction","depth":2},{"value":"Glossary:","id":"glossary","depth":2},{"value":"How to get DrillPlan Data","id":"how-to-get-drillplan-data","depth":2},{"value":"Artifact Examples","id":"artifact-examples","depth":2},{"value":"Example Download","id":"example-download","depth":3}],"frontmatter":{"seo":{"title":"Introduction"}},"lastModified":"2026-04-15T06:17:57.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/solutions/drillplan/docs/tutorials/api-consumption-guide/project-plan-api","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}