WellDatabase tracks and maps data from multiple sources, and sometimes this can lead to the need to merge records once we have a full picture for a specific data item. When this happens, we merge the items to one record, and mark the culled items as deleted. We make the deleted items available through our DeletedItems end point.
Filters
The DeletedItems export endpoint allows the following filters, along with the common set of filters.
Filter Name | Accepted Values | Description |
---|---|---|
DataTypes |
Casings Completions Files FileTags Formations FracIngredients History InjectionVolumes Perforations Permit ProductionSummary ProductionVolumes Stimulations Tests TubingAndPackers WaterChemicals WaterSummary Wells |
Filter the deleted items to a specific data type.
{ "DataTypes": [ 'Wells' 'Casings' ] } |