All data sources

ROGII Solo

Bearer tokenrogii

ROGII Solo geosteering and subsurface-data connector for projects, laterals, interpretations, horizons, typewells, logs, drilling traces, directional drilling, grids, trajectories, completions, and production. Supports a Solo bearer access token or OAuth refresh/password credentials. Exposes 187 JSON operations; irreversible DELETEs and multipart binary uploads are intentionally excluded.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)

Caveats

  • Available records and write permissions depend on the authenticated Solo account.
  • DELETE operations and multipart binary uploads are not exposed through this connector.

Methods (187)

  • post_projects_project_uuid_virtual

    write

    Create virtual project

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • post_projects_virtual_v_project_uuid_entities

    write

    Add virtual project entities

    Required paramsv_project_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "v_project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "v_project_uuid"
      ]
    }
  • get_projects

    read

    Get projects

    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false
    }
  • get_projects_virtual

    read

    Get virtual projects

    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "offset": {},
        "limit": {},
        "filter": {}
      },
      "additionalProperties": false
    }
  • get_projects_project_uuid

    read

    Get project in ROGII Solo

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_changes

    read

    Get recently updated objects

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_history

    read

    Get project history

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • post_projects_project_uuid_wells

    write

    Create lateral

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_wells

    read

    Get laterals by project

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_wells_api_filtered

    read

    Get laterals by API filter

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "offset": {},
        "limit": {},
        "filter": {}
      },
      "additionalProperties": false
    }
  • get_wells_lateral_uuid

    read

    Get lateral metadata

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_wells_lateral_uuid

    write

    Update lateral metadata

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_laterals_lateral_uuid_ellipses

    read

    Get lateral ellipses

    Required paramslateral_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_starred

    read

    Get starred objects

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • put_wells_lateral_uuid_starred

    write

    Set starred objects

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_linked

    read

    Get linked typewells

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_bitprojection

    read

    Get bit projection

    Required paramslateral_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • put_wells_lateral_uuid_bitprojection

    write

    Set bit projection

    Required paramslateral_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_wells_lateral_uuid_lock

    write

    Lock lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_wells_lateral_uuid_unlock

    write

    Unlock lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_wells_lateral_uuid_interpretations

    write

    Create interpretation

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_interpretations

    read

    Get interpretations by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_interpretations_interpretation_uuid_segments

    write

    Add interpretation segment

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "horizontal_scale": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_segments

    read

    Get segments by interpretation

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "horizontal_scale": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid"
      ]
    }
  • patch_interpretations_interpretation_uuid_segments

    write

    Modify interpretation segment

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "horizontal_scale": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_starred

    read

    Get starred objects

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid"
      ]
    }
  • put_interpretations_interpretation_uuid_starred

    write

    Set starred objects

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_autotypewells

    read

    Get auto-typewells by interpretation

    Required paramsinterpretation_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid"
      ]
    }
  • patch_interpretations_interpretation_uuid_lock

    write

    Lock interpretation

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • patch_interpretations_interpretation_uuid_unlock

    write

    Unlock interpretation

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_horizons

    read

    Get horizons metadata

    Required paramsinterpretation_uuid
    Entitiesformation
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_horizons_data_spacing_spacing

    read

    Get horizons data by interpretation

    Required paramsinterpretation_uuidspacing
    Entitiesformation
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "spacing": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid",
        "spacing"
      ]
    }
  • get_wells_lateral_uuid_horizons_data_spacing_spacing

    read

    Get horizons data by lateral

    Required paramslateral_uuidspacing
    Entitiesformation, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "spacing": {},
        "offset": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid",
        "spacing"
      ]
    }
  • post_wells_lateral_uuid_nestedwells

    write

    Create nested well

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_nestedwells

    read

    Get nested wells by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid

    read

    Get nested well metadata

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • patch_nestedwells_nested_well_uuid

    write

    Update nested well metadata

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_ellipses

    read

    Get nested well ellipses

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_starred

    read

    Get starred topset

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • put_nestedwells_nested_well_uuid_starred

    write

    Set starred topset

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • patch_nestedwells_nested_well_uuid_lock

    write

    Lock nested well

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • patch_nestedwells_nested_well_uuid_unlock

    write

    Unlock nested well

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • post_projects_project_uuid_typewells

    write

    Create typewell

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_typewells

    read

    Get typewells by project

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_typewells_typewell_uuid

    read

    Get typewell metadata

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_typewells_typewell_uuid

    write

    Update typewell metadata

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_ellipses

    read

    Get typewell ellipses

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_starred

    read

    Get starred topset

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • put_typewells_typewell_uuid_starred

    write

    Set starred topset

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_linked

    read

    Get linked laterals

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_typewells_typewell_uuid_lock

    write

    Lock typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_typewells_typewell_uuid_unlock

    write

    Unlock typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • post_wells_lateral_uuid_topsets

    write

    Create lateral topset

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_topsets

    read

    Get topsets by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_typewells_typewell_uuid_topsets

    write

    Create typewell topset

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_topsets

    read

    Get topsets by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • post_nestedwells_nested_well_uuid_topsets

    write

    Create nested well topset

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_topsets

    read

    Get topsets by nested well

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_topsets_topset_uuid_zones

    read

    Get zones by topset

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "topset_uuid"
      ]
    }
  • get_topsets_topset_uuid_starred

    read

    Get starred objects

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "topset_uuid"
      ]
    }
  • put_topsets_topset_uuid_starred

    write

    Set starred objects

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "topset_uuid"
      ]
    }
  • patch_topsets_topset_uuid

    write

    Update topset

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "topset_uuid"
      ]
    }
  • patch_topsets_topset_uuid_lock

    write

    Lock topset in ROGII Solo

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "topset_uuid"
      ]
    }
  • patch_topsets_topset_uuid_unlock

    write

    Unlock topset

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "topset_uuid"
      ]
    }
  • post_topsets_topset_uuid_tops

    write

    Create top in ROGII Solo

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "topset_uuid"
      ]
    }
  • get_topsets_topset_uuid_tops

    read

    Get tops by topset

    Required paramstopset_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "topset_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "topset_uuid"
      ]
    }
  • get_wells_lateral_uuid_tops

    read

    Get tops by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_typewells_typewell_uuid_tops

    read

    Get tops by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_tops

    read

    Get tops by nested well

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • patch_tops_top_uuid

    write

    Update top in ROGII Solo

    Required paramstop_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "top_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "top_uuid"
      ]
    }
  • post_wells_lateral_uuid_targetlines

    write

    Create target line

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_targetlines

    read

    Get target lines by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_wells_lateral_uuid_targetlines_fromwaypoints

    write

    Create target line from waypoints

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_targetlines_target_line_uuid_data

    read

    Get target line data

    Required paramstarget_line_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "target_line_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "target_line_uuid"
      ]
    }
  • get_wells_lateral_uuid_targetlines_data

    read

    Get target lines data by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_targetlines_starred

    read

    Get starred target line by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_targetlines_target_line_uuid

    write

    Update target line

    Required paramstarget_line_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "target_line_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "target_line_uuid"
      ]
    }
  • patch_targetlines_target_line_uuid_fromwaypoints

    write

    Update target line from waypoints

    Required paramstarget_line_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "target_line_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "target_line_uuid"
      ]
    }
  • post_wells_lateral_uuid_logs

    write

    Create lateral log

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_logs

    read

    Get logs by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_typewells_typewell_uuid_logs

    write

    Create typewell log

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_logs

    read

    Get logs by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_logs_log_uuid_data

    read

    Get log data

    Required paramslog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "log_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "log_uuid"
      ]
    }
  • patch_logs_log_uuid_data

    write

    Extend log data

    Required paramslog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "log_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "log_uuid"
      ]
    }
  • put_logs_log_uuid_data

    write

    Replace log data

    Required paramslog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "log_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "log_uuid"
      ]
    }
  • patch_logs_log_uuid

    write

    Update log metadata

    Required paramslog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "log_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "log_uuid"
      ]
    }
  • put_logs_log_uuid_folder

    write

    Move log to well folder

    Required paramslog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "log_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "log_uuid"
      ]
    }
  • post_wells_lateral_uuid_images

    write

    Create image

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • put_images_image_uuid

    write

    Update image

    Required paramsimage_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "image_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "image_uuid"
      ]
    }
  • post_wells_lateral_uuid_mudlogs

    write

    Create lateral mudlog

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_mudlogs

    read

    Get mudlogs by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_typewells_typewell_uuid_mudlogs

    write

    Create typewell mudlog

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_mudlogs

    read

    Get mudlogs by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_mudlogs_mudlog_uuid_data

    read

    Get mudlog data

    Required paramsmudlog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "mudlog_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "mudlog_uuid"
      ]
    }
  • put_mudlogs_mudlog_uuid_data

    write

    Upload\replace mudlog data

    Required paramsmudlog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "mudlog_uuid": {},
        "visual_bound_max": {}
      },
      "additionalProperties": true,
      "required": [
        "mudlog_uuid"
      ]
    }
  • patch_mudlogs_mudlog_uuid_data

    write

    Append mudlog data

    Required paramsmudlog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "mudlog_uuid": {},
        "visual_bound_max": {}
      },
      "additionalProperties": true,
      "required": [
        "mudlog_uuid"
      ]
    }
  • patch_mudlogs_mudlog_uuid

    write

    Update mudlog metadata

    Required paramsmudlog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "mudlog_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "mudlog_uuid"
      ]
    }
  • get_traces

    read

    Get traces collection

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • get_wells_lateral_uuid_traces_mapped

    read

    Get mapped depth traces by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "type": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_traces_trace_bit_depth_uuid_data_time

    read

    Get time series data by lateral and trace

    Required paramslateral_uuidtrace_bit_depth_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "trace_bit_depth_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid",
        "trace_bit_depth_uuid"
      ]
    }
  • get_wells_lateral_uuid_traces_trace_bit_depth_uuid_data_depth

    read

    Get depth series data by lateral and trace

    Required paramslateral_uuidtrace_bit_depth_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "trace_bit_depth_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid",
        "trace_bit_depth_uuid"
      ]
    }
  • get_wells_lateral_uuid_traces_trace_rac_uuid_data_calculated_time

    read

    Get Rig Activity and KPIs (by time) by lateral and trace

    Required paramslateral_uuidtrace_rac_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "trace_rac_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid",
        "trace_rac_uuid"
      ]
    }
  • get_wells_lateral_uuid_traces_trace_rac_uuid_data_calculated_depth

    read

    Get Rig Activity and KPIs (by depth) by lateral and trace

    Required paramslateral_uuidtrace_rac_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "trace_rac_uuid": {},
        "from": {},
        "to": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid",
        "trace_rac_uuid"
      ]
    }
  • get_wells_lateral_uuid_intervals_slide_sheet

    read

    Get slide sheet intervals

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_projects_project_uuid_wellattributes

    write

    Create custom well attribute

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • post_wellattributes_well_attribute_uuid_listoptions

    write

    Create well attribute list option

    Required paramswell_attribute_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "well_attribute_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "well_attribute_uuid"
      ]
    }
  • get_attributegroups

    read

    Get well attribute groups

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • get_attributegroups_well_attribute_group_uuid_wellattributes

    read

    Get predefined well attributes by group

    Required paramswell_attribute_group_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "well_attribute_group_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "well_attribute_group_uuid"
      ]
    }
  • get_attributegroups_well_attribute_group_uuid_projects_project_uuid_wellattributes

    read

    Get custom well attributes by group and project

    Required paramswell_attribute_group_uuidproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "well_attribute_group_uuid": {},
        "project_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "well_attribute_group_uuid",
        "project_uuid"
      ]
    }
  • get_wells_lateral_uuid_attributevalues_v2

    read

    Get well attribute values by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_wells_lateral_uuid_attributevalues_v2

    write

    Update well attribute values by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_attributevalues_v2

    read

    Get well attribute values by nestedwell

    Required paramsnested_well_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_typewells_typewell_uuid_attributevalues_v2

    read

    Get well attribute values by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_typewells_typewell_uuid_attributevalues_v2

    write

    Update well attribute values by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_wellattributes_well_attribute_uuid

    write

    Update custom well attribute

    Required paramswell_attribute_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "well_attribute_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "well_attribute_uuid"
      ]
    }
  • patch_wellattributes_well_attribute_uuid_listoptions_list_option_id

    write

    Update well attribute list option

    Required paramswell_attribute_uuidlist_option_id
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "well_attribute_uuid": {},
        "list_option_id": {}
      },
      "additionalProperties": true,
      "required": [
        "well_attribute_uuid",
        "list_option_id"
      ]
    }
  • post_projects_project_uuid_grids

    write

    Create grid in ROGII Solo

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_grids

    read

    Get grids by project

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_grids_grid_uuid_metadata

    read

    Get grid metadata

    Required paramsgrid_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "grid_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "grid_uuid"
      ]
    }
  • get_grids_grid_uuid_data

    read

    Get grid data

    Required paramsgrid_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "grid_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "grid_uuid"
      ]
    }
  • put_grids_grid_uuid_data

    write

    Upload grid data to GP

    Required paramsgrid_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "grid_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "grid_uuid"
      ]
    }
  • put_projects_project_uuid_grids_grid_uuid_data

    write

    Upload grid data to VP

    Required paramsproject_uuidgrid_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "grid_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid",
        "grid_uuid"
      ]
    }
  • post_projects_project_uuid_polygons

    write

    Create polygon

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_polygons

    read

    Get polygons by project

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_polygons_polygon_uuid_data

    read

    Get polygon data

    Required paramspolygon_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "polygon_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "polygon_uuid"
      ]
    }
  • put_polygons_polygon_uuid_data

    write

    Upload polygon data to GP

    Required paramspolygon_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "polygon_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "polygon_uuid"
      ]
    }
  • put_projects_project_uuid_polygons_polygon_uuid_data

    write

    Upload polygon data to VP

    Required paramsproject_uuidpolygon_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "polygon_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid",
        "polygon_uuid"
      ]
    }
  • post_projects_project_uuid_sticks

    write

    Create stick

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_sticks

    read

    Get sticks by project

    Required paramsproject_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • patch_sticks_stick_uuid

    write

    Update stick

    Required paramsstick_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "stick_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "stick_uuid"
      ]
    }
  • post_interpretations_interpretation_uuid_earthmodels

    write

    Create earth model

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_interpretations_interpretation_uuid_earthmodels

    read

    Get earth models by interpretation

    Required paramsinterpretation_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "interpretation_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "interpretation_uuid"
      ]
    }
  • get_earthmodels_earthmodel_uuid_data

    read

    Get earth model data

    Required paramsearthmodel_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "earthmodel_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "earthmodel_uuid"
      ]
    }
  • put_earthmodels_earthmodel_uuid_data

    write

    Upload earth model data

    Required paramsearthmodel_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "earthmodel_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "earthmodel_uuid"
      ]
    }
  • get_referencelistcategories

    read

    Get reference list categories

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • get_projects_project_uuid_listcategories_category_uuid_referencelists

    read

    Get reference lists with items

    Required paramsproject_uuidcategory_uuid
    Entitiesproject
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "category_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid",
        "category_uuid"
      ]
    }
  • get_projects_project_uuid_welllists

    read

    Get well lists with items

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_welllists_welllist_uuid

    read

    Get well list wells

    Required paramswelllist_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "welllist_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "welllist_uuid"
      ]
    }
  • post_wells_lateral_uuid_comments

    write

    Create comment

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_comments

    read

    Get comments

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_comments_comment_uuid_commentboxes

    write

    Create comment box

    Required paramscomment_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "comment_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "comment_uuid"
      ]
    }
  • patch_comments_comment_uuid

    write

    Update comment

    Required paramscomment_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "comment_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "comment_uuid"
      ]
    }
  • patch_commentboxes_commentbox_uuid

    write

    Update comment box

    Required paramscommentbox_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "commentbox_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "commentbox_uuid"
      ]
    }
  • get_projects_project_uuid_wells_logs_logfamilies

    read

    Get laterals log families list

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_typewells_logs_logfamilies

    read

    Get typewells log families list

    Required paramsproject_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_logfamilies_logfamily_uuid_wells_logs

    read

    Get laterals log list by log family in specific project

    Required paramsproject_uuidlogfamily_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "logfamily_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid",
        "logfamily_uuid"
      ]
    }
  • get_projects_project_uuid_logfamilies_logfamily_uuid_typewells_logs

    read

    Get typewells log list by log family in specific project

    Required paramsproject_uuidlogfamily_uuid
    Entitiesproject, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "logfamily_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid",
        "logfamily_uuid"
      ]
    }
  • get_wells_lateral_uuid_updateinfo

    read

    Get update info by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_typewells_typewell_uuid_updateinfo

    read

    Get update info by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_grids_grid_uuid_updateinfo

    read

    Get grid update info

    Required paramsgrid_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "grid_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "grid_uuid"
      ]
    }
  • get_polygons_polygon_uuid_updateinfo

    read

    Get polygon update info

    Required paramspolygon_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "polygon_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "polygon_uuid"
      ]
    }
  • get_sticks_stick_uuid_updateinfo

    read

    Get stick update info

    Required paramsstick_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "stick_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "stick_uuid"
      ]
    }
  • get_lastchange_userinfo

    read

    Get last change user info

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • get_toolcodes

    read

    Get toolcodes

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • get_toolcodes_terms

    read

    Get toolcode terms

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "short_name": {}
      },
      "additionalProperties": false
    }
  • get_wells_lateral_uuid_trajectory

    read

    Get lateral trajectory

    Required paramslateral_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • patch_wells_lateral_uuid_trajectory

    write

    Extend lateral trajectory

    Required paramslateral_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • put_wells_lateral_uuid_trajectory

    write

    Replace lateral trajectory

    Required paramslateral_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_typewells_typewell_uuid_trajectory

    read

    Get typewell trajectory

    Required paramstypewell_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • patch_typewells_typewell_uuid_trajectory

    write

    Extend typewell trajectory

    Required paramstypewell_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • put_typewells_typewell_uuid_trajectory

    write

    Replace typewell trajectory

    Required paramstypewell_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_nestedwells_nested_well_uuid_trajectory

    read

    Get nested well trajectory

    Required paramsnested_well_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "nested_well_uuid"
      ]
    }
  • patch_nestedwells_nested_well_uuid_trajectory

    write

    Extend nested well trajectory

    Required paramsnested_well_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • put_nestedwells_nested_well_uuid_trajectory

    write

    Replace nested well trajectory

    Required paramsnested_well_uuid
    Entitiestrajectory, well
    Input schema
    {
      "type": "object",
      "properties": {
        "nested_well_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "nested_well_uuid"
      ]
    }
  • get_trajectories

    read

    Get multiple trajectories

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • get_publicdata_nearbywells

    read

    Get nearby wells

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • post_wells_lateral_uuid_imagelogs

    write

    Create image log by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_imagelogs

    read

    Get image logs by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_imagelogs_imagelog_uuid_data

    read

    Get image log data

    Required paramsimagelog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "imagelog_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "imagelog_uuid"
      ]
    }
  • put_imagelogs_imagelog_uuid_data

    write

    Upload\replace image log data

    Required paramsimagelog_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "imagelog_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "imagelog_uuid"
      ]
    }
  • post_wells_lateral_uuid_folders

    write

    Create lateral folder

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_folders

    read

    Get folders by lateral

    Required paramslateral_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_typewells_typewell_uuid_folders

    write

    Create typewell folder

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_folders

    read

    Get folders by typewell

    Required paramstypewell_uuid
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • post_wells_lateral_uuid_completions

    write

    Create completion by lateral

    Required paramslateral_uuid
    Entitiescompletion, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "lateral_uuid"
      ]
    }
  • get_wells_lateral_uuid_completions

    read

    Get completions by lateral

    Required paramslateral_uuid
    Entitiescompletion, well
    Input schema
    {
      "type": "object",
      "properties": {
        "lateral_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "lateral_uuid"
      ]
    }
  • post_typewells_typewell_uuid_completions

    write

    Create completion by typewell

    Required paramstypewell_uuid
    Entitiescompletion, well
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "typewell_uuid"
      ]
    }
  • get_typewells_typewell_uuid_completions

    read

    Get completions by typewell

    Required paramstypewell_uuid
    Entitiescompletion, well
    Input schema
    {
      "type": "object",
      "properties": {
        "typewell_uuid": {},
        "offset": {},
        "limit": {}
      },
      "additionalProperties": false,
      "required": [
        "typewell_uuid"
      ]
    }
  • post_completions_completion_uuid_attributes

    write

    Create completion attribute

    Required paramscompletion_uuid
    Entitiescompletion
    Input schema
    {
      "type": "object",
      "properties": {
        "completion_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "completion_uuid"
      ]
    }
  • post_completions_completion_uuid_stages

    write

    Create completion stages

    Required paramscompletion_uuid
    Entitiescompletion
    Input schema
    {
      "type": "object",
      "properties": {
        "completion_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "completion_uuid"
      ]
    }
  • get_projects_project_uuid_completions

    read

    Get completions by project and name

    Required paramsproject_uuid
    Entitiesproject, completion
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "offset": {},
        "limit": {},
        "name": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid"
      ]
    }
  • patch_completions_completion_uuid

    write

    Update completion

    Required paramscompletion_uuid
    Entitiescompletion
    Input schema
    {
      "type": "object",
      "properties": {
        "completion_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "completion_uuid"
      ]
    }
  • patch_completions_completion_uuid_attributes_completion_attribute_uuid

    write

    Update completion attribute

    Required paramscompletion_uuidcompletion_attribute_uuid
    Entitiescompletion
    Input schema
    {
      "type": "object",
      "properties": {
        "completion_uuid": {},
        "completion_attribute_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "completion_uuid",
        "completion_attribute_uuid"
      ]
    }
  • patch_stages_stage_uuid

    write

    Update completion stage

    Required paramsstage_uuid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "stage_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "stage_uuid"
      ]
    }
  • post_projects_project_uuid_production_curves_bulk

    write

    Create or update production curves

    Required paramsproject_uuid
    Entitiesproject, production
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }
  • get_projects_project_uuid_wells_lateral_uuid_production_curves

    read

    Get production curves by well

    Required paramsproject_uuidlateral_uuid
    Entitiesproject, production, well
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {},
        "lateral_uuid": {}
      },
      "additionalProperties": false,
      "required": [
        "project_uuid",
        "lateral_uuid"
      ]
    }
  • get_projects_project_uuid_production_curves_query

    read

    Query production curves

    Required paramsproject_uuid
    Entitiesproject, production
    Input schema
    {
      "type": "object",
      "properties": {
        "project_uuid": {}
      },
      "additionalProperties": true,
      "required": [
        "project_uuid"
      ]
    }