Provenance
Freshness & coverage
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
writeCreate virtual project
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }post_projects_virtual_v_project_uuid_entities
writeAdd virtual project entities
Required paramsv_project_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "v_project_uuid": {} }, "additionalProperties": true, "required": [ "v_project_uuid" ] }get_projects
readGet projects
EntitiesprojectInput schema
{ "type": "object", "properties": { "offset": {}, "limit": {} }, "additionalProperties": false }get_projects_virtual
readGet virtual projects
EntitiesprojectInput schema
{ "type": "object", "properties": { "offset": {}, "limit": {}, "filter": {} }, "additionalProperties": false }get_projects_project_uuid
readGet project in ROGII Solo
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_projects_project_uuid_changes
readGet recently updated objects
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_history
readGet project history
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }post_projects_project_uuid_wells
writeCreate lateral
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_wells
readGet laterals by project
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_wells_api_filtered
readGet laterals by API filter
EntitieswellInput schema
{ "type": "object", "properties": { "offset": {}, "limit": {}, "filter": {} }, "additionalProperties": false }get_wells_lateral_uuid
readGet lateral metadata
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }patch_wells_lateral_uuid
writeUpdate lateral metadata
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_laterals_lateral_uuid_ellipses
readGet lateral ellipses
Required paramslateral_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_starred
readGet starred objects
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }put_wells_lateral_uuid_starred
writeSet starred objects
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_linked
readGet linked typewells
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_bitprojection
readGet bit projection
Required paramslateral_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }put_wells_lateral_uuid_bitprojection
writeSet bit projection
Required paramslateral_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }patch_wells_lateral_uuid_lock
writeLock lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }patch_wells_lateral_uuid_unlock
writeUnlock lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }post_wells_lateral_uuid_interpretations
writeCreate interpretation
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_interpretations
readGet interpretations by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_interpretations_interpretation_uuid_segments
writeAdd interpretation segment
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "horizontal_scale": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_segments
readGet segments by interpretation
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "horizontal_scale": {} }, "additionalProperties": false, "required": [ "interpretation_uuid" ] }patch_interpretations_interpretation_uuid_segments
writeModify interpretation segment
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "horizontal_scale": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_starred
readGet starred objects
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": false, "required": [ "interpretation_uuid" ] }put_interpretations_interpretation_uuid_starred
writeSet starred objects
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_autotypewells
readGet auto-typewells by interpretation
Required paramsinterpretation_uuidEntitieswellInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": false, "required": [ "interpretation_uuid" ] }patch_interpretations_interpretation_uuid_lock
writeLock interpretation
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }patch_interpretations_interpretation_uuid_unlock
writeUnlock interpretation
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_horizons
readGet horizons metadata
Required paramsinterpretation_uuidEntitiesformationInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_horizons_data_spacing_spacing
readGet horizons data by interpretation
Required paramsinterpretation_uuidspacingEntitiesformationInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "spacing": {} }, "additionalProperties": false, "required": [ "interpretation_uuid", "spacing" ] }get_wells_lateral_uuid_horizons_data_spacing_spacing
readGet horizons data by lateral
Required paramslateral_uuidspacingEntitiesformation, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "spacing": {}, "offset": {} }, "additionalProperties": false, "required": [ "lateral_uuid", "spacing" ] }post_wells_lateral_uuid_nestedwells
writeCreate nested well
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_nestedwells
readGet nested wells by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_nestedwells_nested_well_uuid
readGet nested well metadata
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }patch_nestedwells_nested_well_uuid
writeUpdate nested well metadata
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }get_nestedwells_nested_well_uuid_ellipses
readGet nested well ellipses
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }get_nestedwells_nested_well_uuid_starred
readGet starred topset
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }put_nestedwells_nested_well_uuid_starred
writeSet starred topset
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }patch_nestedwells_nested_well_uuid_lock
writeLock nested well
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }patch_nestedwells_nested_well_uuid_unlock
writeUnlock nested well
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }post_projects_project_uuid_typewells
writeCreate typewell
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_typewells
readGet typewells by project
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_typewells_typewell_uuid
readGet typewell metadata
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }patch_typewells_typewell_uuid
writeUpdate typewell metadata
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_ellipses
readGet typewell ellipses
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_starred
readGet starred topset
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }put_typewells_typewell_uuid_starred
writeSet starred topset
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_linked
readGet linked laterals
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }patch_typewells_typewell_uuid_lock
writeLock typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }patch_typewells_typewell_uuid_unlock
writeUnlock typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }post_wells_lateral_uuid_topsets
writeCreate lateral topset
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_topsets
readGet topsets by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_typewells_typewell_uuid_topsets
writeCreate typewell topset
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_topsets
readGet topsets by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }post_nestedwells_nested_well_uuid_topsets
writeCreate nested well topset
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }get_nestedwells_nested_well_uuid_topsets
readGet topsets by nested well
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }get_topsets_topset_uuid_zones
readGet zones by topset
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "topset_uuid" ] }get_topsets_topset_uuid_starred
readGet starred objects
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": false, "required": [ "topset_uuid" ] }put_topsets_topset_uuid_starred
writeSet starred objects
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": true, "required": [ "topset_uuid" ] }patch_topsets_topset_uuid
writeUpdate topset
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": true, "required": [ "topset_uuid" ] }patch_topsets_topset_uuid_lock
writeLock topset in ROGII Solo
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": true, "required": [ "topset_uuid" ] }patch_topsets_topset_uuid_unlock
writeUnlock topset
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": true, "required": [ "topset_uuid" ] }post_topsets_topset_uuid_tops
writeCreate top in ROGII Solo
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {} }, "additionalProperties": true, "required": [ "topset_uuid" ] }get_topsets_topset_uuid_tops
readGet tops by topset
Required paramstopset_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "topset_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "topset_uuid" ] }get_wells_lateral_uuid_tops
readGet tops by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_typewells_typewell_uuid_tops
readGet tops by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }get_nestedwells_nested_well_uuid_tops
readGet tops by nested well
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }patch_tops_top_uuid
writeUpdate top in ROGII Solo
Required paramstop_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "top_uuid": {} }, "additionalProperties": true, "required": [ "top_uuid" ] }post_wells_lateral_uuid_targetlines
writeCreate target line
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_targetlines
readGet target lines by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_wells_lateral_uuid_targetlines_fromwaypoints
writeCreate target line from waypoints
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_targetlines_target_line_uuid_data
readGet target line data
Required paramstarget_line_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "target_line_uuid": {} }, "additionalProperties": false, "required": [ "target_line_uuid" ] }get_wells_lateral_uuid_targetlines_data
readGet target lines data by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_targetlines_starred
readGet starred target line by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }patch_targetlines_target_line_uuid
writeUpdate target line
Required paramstarget_line_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "target_line_uuid": {} }, "additionalProperties": true, "required": [ "target_line_uuid" ] }patch_targetlines_target_line_uuid_fromwaypoints
writeUpdate target line from waypoints
Required paramstarget_line_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "target_line_uuid": {} }, "additionalProperties": true, "required": [ "target_line_uuid" ] }post_wells_lateral_uuid_logs
writeCreate lateral log
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_logs
readGet logs by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_typewells_typewell_uuid_logs
writeCreate typewell log
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_logs
readGet logs by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }get_logs_log_uuid_data
readGet log data
Required paramslog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "log_uuid": {} }, "additionalProperties": false, "required": [ "log_uuid" ] }patch_logs_log_uuid_data
writeExtend log data
Required paramslog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "log_uuid": {} }, "additionalProperties": true, "required": [ "log_uuid" ] }put_logs_log_uuid_data
writeReplace log data
Required paramslog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "log_uuid": {} }, "additionalProperties": true, "required": [ "log_uuid" ] }patch_logs_log_uuid
writeUpdate log metadata
Required paramslog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "log_uuid": {} }, "additionalProperties": true, "required": [ "log_uuid" ] }put_logs_log_uuid_folder
writeMove log to well folder
Required paramslog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "log_uuid": {} }, "additionalProperties": true, "required": [ "log_uuid" ] }post_wells_lateral_uuid_images
writeCreate image
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }put_images_image_uuid
writeUpdate image
Required paramsimage_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "image_uuid": {} }, "additionalProperties": true, "required": [ "image_uuid" ] }post_wells_lateral_uuid_mudlogs
writeCreate lateral mudlog
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_mudlogs
readGet mudlogs by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_typewells_typewell_uuid_mudlogs
writeCreate typewell mudlog
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_mudlogs
readGet mudlogs by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }get_mudlogs_mudlog_uuid_data
readGet mudlog data
Required paramsmudlog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "mudlog_uuid": {} }, "additionalProperties": false, "required": [ "mudlog_uuid" ] }put_mudlogs_mudlog_uuid_data
writeUpload\replace mudlog data
Required paramsmudlog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "mudlog_uuid": {}, "visual_bound_max": {} }, "additionalProperties": true, "required": [ "mudlog_uuid" ] }patch_mudlogs_mudlog_uuid_data
writeAppend mudlog data
Required paramsmudlog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "mudlog_uuid": {}, "visual_bound_max": {} }, "additionalProperties": true, "required": [ "mudlog_uuid" ] }patch_mudlogs_mudlog_uuid
writeUpdate mudlog metadata
Required paramsmudlog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "mudlog_uuid": {} }, "additionalProperties": true, "required": [ "mudlog_uuid" ] }get_traces
readGet traces collection
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }get_wells_lateral_uuid_traces_mapped
readGet mapped depth traces by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "type": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_traces_trace_bit_depth_uuid_data_time
readGet time series data by lateral and trace
Required paramslateral_uuidtrace_bit_depth_uuidEntitieswellInput 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
readGet depth series data by lateral and trace
Required paramslateral_uuidtrace_bit_depth_uuidEntitieswellInput 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
readGet Rig Activity and KPIs (by time) by lateral and trace
Required paramslateral_uuidtrace_rac_uuidEntitieswellInput 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
readGet Rig Activity and KPIs (by depth) by lateral and trace
Required paramslateral_uuidtrace_rac_uuidEntitieswellInput 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
readGet slide sheet intervals
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_projects_project_uuid_wellattributes
writeCreate custom well attribute
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }post_wellattributes_well_attribute_uuid_listoptions
writeCreate well attribute list option
Required paramswell_attribute_uuidEntitieswellInput schema
{ "type": "object", "properties": { "well_attribute_uuid": {} }, "additionalProperties": true, "required": [ "well_attribute_uuid" ] }get_attributegroups
readGet well attribute groups
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }get_attributegroups_well_attribute_group_uuid_wellattributes
readGet predefined well attributes by group
Required paramswell_attribute_group_uuidEntitieswellInput 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
readGet custom well attributes by group and project
Required paramswell_attribute_group_uuidproject_uuidEntitiesproject, wellInput 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
readGet well attribute values by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }patch_wells_lateral_uuid_attributevalues_v2
writeUpdate well attribute values by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_nestedwells_nested_well_uuid_attributevalues_v2
readGet well attribute values by nestedwell
Required paramsnested_well_uuidEntitieswellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }get_typewells_typewell_uuid_attributevalues_v2
readGet well attribute values by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }patch_typewells_typewell_uuid_attributevalues_v2
writeUpdate well attribute values by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }patch_wellattributes_well_attribute_uuid
writeUpdate custom well attribute
Required paramswell_attribute_uuidEntitieswellInput schema
{ "type": "object", "properties": { "well_attribute_uuid": {} }, "additionalProperties": true, "required": [ "well_attribute_uuid" ] }patch_wellattributes_well_attribute_uuid_listoptions_list_option_id
writeUpdate well attribute list option
Required paramswell_attribute_uuidlist_option_idEntitieswellInput schema
{ "type": "object", "properties": { "well_attribute_uuid": {}, "list_option_id": {} }, "additionalProperties": true, "required": [ "well_attribute_uuid", "list_option_id" ] }post_projects_project_uuid_grids
writeCreate grid in ROGII Solo
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_grids
readGet grids by project
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_grids_grid_uuid_metadata
readGet grid metadata
Required paramsgrid_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "grid_uuid": {} }, "additionalProperties": false, "required": [ "grid_uuid" ] }get_grids_grid_uuid_data
readGet grid data
Required paramsgrid_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "grid_uuid": {} }, "additionalProperties": false, "required": [ "grid_uuid" ] }put_grids_grid_uuid_data
writeUpload grid data to GP
Required paramsgrid_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "grid_uuid": {} }, "additionalProperties": true, "required": [ "grid_uuid" ] }put_projects_project_uuid_grids_grid_uuid_data
writeUpload grid data to VP
Required paramsproject_uuidgrid_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "grid_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid", "grid_uuid" ] }post_projects_project_uuid_polygons
writeCreate polygon
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_polygons
readGet polygons by project
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_polygons_polygon_uuid_data
readGet polygon data
Required paramspolygon_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "polygon_uuid": {} }, "additionalProperties": false, "required": [ "polygon_uuid" ] }put_polygons_polygon_uuid_data
writeUpload polygon data to GP
Required paramspolygon_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "polygon_uuid": {} }, "additionalProperties": true, "required": [ "polygon_uuid" ] }put_projects_project_uuid_polygons_polygon_uuid_data
writeUpload polygon data to VP
Required paramsproject_uuidpolygon_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "polygon_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid", "polygon_uuid" ] }post_projects_project_uuid_sticks
writeCreate stick
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_sticks
readGet sticks by project
Required paramsproject_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }patch_sticks_stick_uuid
writeUpdate stick
Required paramsstick_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "stick_uuid": {} }, "additionalProperties": true, "required": [ "stick_uuid" ] }post_interpretations_interpretation_uuid_earthmodels
writeCreate earth model
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {} }, "additionalProperties": true, "required": [ "interpretation_uuid" ] }get_interpretations_interpretation_uuid_earthmodels
readGet earth models by interpretation
Required paramsinterpretation_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "interpretation_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "interpretation_uuid" ] }get_earthmodels_earthmodel_uuid_data
readGet earth model data
Required paramsearthmodel_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "earthmodel_uuid": {} }, "additionalProperties": false, "required": [ "earthmodel_uuid" ] }put_earthmodels_earthmodel_uuid_data
writeUpload earth model data
Required paramsearthmodel_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "earthmodel_uuid": {} }, "additionalProperties": true, "required": [ "earthmodel_uuid" ] }get_referencelistcategories
readGet reference list categories
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }get_projects_project_uuid_listcategories_category_uuid_referencelists
readGet reference lists with items
Required paramsproject_uuidcategory_uuidEntitiesprojectInput schema
{ "type": "object", "properties": { "project_uuid": {}, "category_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid", "category_uuid" ] }get_projects_project_uuid_welllists
readGet well lists with items
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_welllists_welllist_uuid
readGet well list wells
Required paramswelllist_uuidEntitieswellInput schema
{ "type": "object", "properties": { "welllist_uuid": {} }, "additionalProperties": false, "required": [ "welllist_uuid" ] }post_wells_lateral_uuid_comments
writeCreate comment
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_comments
readGet comments
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_comments_comment_uuid_commentboxes
writeCreate comment box
Required paramscomment_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "comment_uuid": {} }, "additionalProperties": true, "required": [ "comment_uuid" ] }patch_comments_comment_uuid
writeUpdate comment
Required paramscomment_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "comment_uuid": {} }, "additionalProperties": true, "required": [ "comment_uuid" ] }patch_commentboxes_commentbox_uuid
writeUpdate comment box
Required paramscommentbox_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "commentbox_uuid": {} }, "additionalProperties": true, "required": [ "commentbox_uuid" ] }get_projects_project_uuid_wells_logs_logfamilies
readGet laterals log families list
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_projects_project_uuid_typewells_logs_logfamilies
readGet typewells log families list
Required paramsproject_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }get_projects_project_uuid_logfamilies_logfamily_uuid_wells_logs
readGet laterals log list by log family in specific project
Required paramsproject_uuidlogfamily_uuidEntitiesproject, wellInput 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
readGet typewells log list by log family in specific project
Required paramsproject_uuidlogfamily_uuidEntitiesproject, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "logfamily_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "project_uuid", "logfamily_uuid" ] }get_wells_lateral_uuid_updateinfo
readGet update info by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_typewells_typewell_uuid_updateinfo
readGet update info by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }get_grids_grid_uuid_updateinfo
readGet grid update info
Required paramsgrid_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "grid_uuid": {} }, "additionalProperties": false, "required": [ "grid_uuid" ] }get_polygons_polygon_uuid_updateinfo
readGet polygon update info
Required paramspolygon_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "polygon_uuid": {} }, "additionalProperties": false, "required": [ "polygon_uuid" ] }get_sticks_stick_uuid_updateinfo
readGet stick update info
Required paramsstick_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "stick_uuid": {} }, "additionalProperties": false, "required": [ "stick_uuid" ] }get_lastchange_userinfo
readGet last change user info
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }get_toolcodes
readGet toolcodes
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }get_toolcodes_terms
readGet toolcode terms
EntitiesrecordInput schema
{ "type": "object", "properties": { "short_name": {} }, "additionalProperties": false }get_wells_lateral_uuid_trajectory
readGet lateral trajectory
Required paramslateral_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }patch_wells_lateral_uuid_trajectory
writeExtend lateral trajectory
Required paramslateral_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }put_wells_lateral_uuid_trajectory
writeReplace lateral trajectory
Required paramslateral_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_typewells_typewell_uuid_trajectory
readGet typewell trajectory
Required paramstypewell_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }patch_typewells_typewell_uuid_trajectory
writeExtend typewell trajectory
Required paramstypewell_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }put_typewells_typewell_uuid_trajectory
writeReplace typewell trajectory
Required paramstypewell_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_nestedwells_nested_well_uuid_trajectory
readGet nested well trajectory
Required paramsnested_well_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": false, "required": [ "nested_well_uuid" ] }patch_nestedwells_nested_well_uuid_trajectory
writeExtend nested well trajectory
Required paramsnested_well_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }put_nestedwells_nested_well_uuid_trajectory
writeReplace nested well trajectory
Required paramsnested_well_uuidEntitiestrajectory, wellInput schema
{ "type": "object", "properties": { "nested_well_uuid": {} }, "additionalProperties": true, "required": [ "nested_well_uuid" ] }get_trajectories
readGet multiple trajectories
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }get_publicdata_nearbywells
readGet nearby wells
EntitieswellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }post_wells_lateral_uuid_imagelogs
writeCreate image log by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_imagelogs
readGet image logs by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }get_imagelogs_imagelog_uuid_data
readGet image log data
Required paramsimagelog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "imagelog_uuid": {} }, "additionalProperties": false, "required": [ "imagelog_uuid" ] }put_imagelogs_imagelog_uuid_data
writeUpload\replace image log data
Required paramsimagelog_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "imagelog_uuid": {} }, "additionalProperties": true, "required": [ "imagelog_uuid" ] }post_wells_lateral_uuid_folders
writeCreate lateral folder
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_folders
readGet folders by lateral
Required paramslateral_uuidEntitieswellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_typewells_typewell_uuid_folders
writeCreate typewell folder
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_folders
readGet folders by typewell
Required paramstypewell_uuidEntitieswellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }post_wells_lateral_uuid_completions
writeCreate completion by lateral
Required paramslateral_uuidEntitiescompletion, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {} }, "additionalProperties": true, "required": [ "lateral_uuid" ] }get_wells_lateral_uuid_completions
readGet completions by lateral
Required paramslateral_uuidEntitiescompletion, wellInput schema
{ "type": "object", "properties": { "lateral_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "lateral_uuid" ] }post_typewells_typewell_uuid_completions
writeCreate completion by typewell
Required paramstypewell_uuidEntitiescompletion, wellInput schema
{ "type": "object", "properties": { "typewell_uuid": {} }, "additionalProperties": true, "required": [ "typewell_uuid" ] }get_typewells_typewell_uuid_completions
readGet completions by typewell
Required paramstypewell_uuidEntitiescompletion, wellInput schema
{ "type": "object", "properties": { "typewell_uuid": {}, "offset": {}, "limit": {} }, "additionalProperties": false, "required": [ "typewell_uuid" ] }post_completions_completion_uuid_attributes
writeCreate completion attribute
Required paramscompletion_uuidEntitiescompletionInput schema
{ "type": "object", "properties": { "completion_uuid": {} }, "additionalProperties": true, "required": [ "completion_uuid" ] }post_completions_completion_uuid_stages
writeCreate completion stages
Required paramscompletion_uuidEntitiescompletionInput schema
{ "type": "object", "properties": { "completion_uuid": {} }, "additionalProperties": true, "required": [ "completion_uuid" ] }get_projects_project_uuid_completions
readGet completions by project and name
Required paramsproject_uuidEntitiesproject, completionInput schema
{ "type": "object", "properties": { "project_uuid": {}, "offset": {}, "limit": {}, "name": {} }, "additionalProperties": false, "required": [ "project_uuid" ] }patch_completions_completion_uuid
writeUpdate completion
Required paramscompletion_uuidEntitiescompletionInput schema
{ "type": "object", "properties": { "completion_uuid": {} }, "additionalProperties": true, "required": [ "completion_uuid" ] }patch_completions_completion_uuid_attributes_completion_attribute_uuid
writeUpdate completion attribute
Required paramscompletion_uuidcompletion_attribute_uuidEntitiescompletionInput schema
{ "type": "object", "properties": { "completion_uuid": {}, "completion_attribute_uuid": {} }, "additionalProperties": true, "required": [ "completion_uuid", "completion_attribute_uuid" ] }patch_stages_stage_uuid
writeUpdate completion stage
Required paramsstage_uuidEntitiesrecordInput schema
{ "type": "object", "properties": { "stage_uuid": {} }, "additionalProperties": true, "required": [ "stage_uuid" ] }post_projects_project_uuid_production_curves_bulk
writeCreate or update production curves
Required paramsproject_uuidEntitiesproject, productionInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }get_projects_project_uuid_wells_lateral_uuid_production_curves
readGet production curves by well
Required paramsproject_uuidlateral_uuidEntitiesproject, production, wellInput schema
{ "type": "object", "properties": { "project_uuid": {}, "lateral_uuid": {} }, "additionalProperties": false, "required": [ "project_uuid", "lateral_uuid" ] }get_projects_project_uuid_production_curves_query
readQuery production curves
Required paramsproject_uuidEntitiesproject, productionInput schema
{ "type": "object", "properties": { "project_uuid": {} }, "additionalProperties": true, "required": [ "project_uuid" ] }
