# DrillPlan Dynamic Display Items API

Provides access to DrillPlan dynamic display items.
```plain {% title="Client ID" %}
fwk-drillplan.slbservice.com
```   


Version: 1.1.0

## Servers

ProdEU
```
https://eu-api.delfi.slb.com/drillplan/ddis
```

ProdUS
```
https://api.delfi.slb.com/drillplan/ddis
```

## Security

### appkey

Application key.

Type: apiKey
In: header
Name: appkey

### bearer

User Token from SLB Authenticator Service

Type: http
Scheme: bearer
Bearer Format: JWT

## Download OpenAPI description

 - [DrillPlan Dynamic Display Items API](https://developer.slb.com/_bundle/solutions/drillplan/apis/DrillPlan-DDI-API.yaml)

## Display Items

 - [GET /v1/display-items](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/display-items/getdisplayitemsv1.md): Returns a collection of DrillPlan display items.
 - [POST /v1/projects/{projectId}/display-items/content/requests](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/display-items/createdisplayitemscontentrequesttaskv1.md): Creates a new instance of the asynchronous task for requesting display items content. The user must be a member of the project to be able to request display items content.
 - [GET /v1/projects/{projectId}/display-items/content/{contentId}](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/display-items/getdisplayitemscontentv1.md): Results of display items content request operations are transient and get deleted after one minute after the corresponding task gets completed. To get the results, the user must be a member of the pro
 - [GET /v1/projects/{projectId}/display-items/content-parts/{contentPartId}](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/display-items/getdisplayitemscontentpartv1.md): Results of display items content request operations are transient and get deleted after one minute after the corresponding task gets completed. To get the results, the user must be a member of the pro
## Key Parameters

 - [GET /v1/key-parameters](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/key-parameters/getkeyparametersv1.md): Returns a collection of DrillPlan key parameters.
 - [POST /v1/projects/{projectId}/key-parameters/content/requests](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/key-parameters/createkeyparameterscontentrequesttaskv1.md): Creates a new instance of the asynchronous task for requesting key parameters content. The user must be a member of the project to be able to request key parameters content.
 - [GET /v1/projects/{projectId}/key-parameters/content/{contentId}](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/key-parameters/getkeyparameterscontentv1.md): Results of key parameters content request operations are transient and get deleted after one minute after the corresponding task gets completed. To get the results, the user must be a member of the pr
## Tasks

 - [GET /v2/projects/{projectId}/tasks/{taskId}](https://developer.slb.com/solutions/drillplan/apis/drillplan-ddi-api/tasks/gettaskv2.md): Allows to get a specific asynchronous task details using its ID. This end-point can be used to monitor the state of an asynchronous task. To get the task details, the user must be a member of the
