It looks like the one liner pull have well with scenario’s well_id and not with project’s well_id. Is there a way to map scenario well_id back to project’s well_id or to well’s name?
Hi @jassur,
There is no separate “scenario well_id” vs. “project well_id.” It’s the same identifier. That well_id can always be resolved back to the well’s metadata (including the name) using an appropriate endpoint (e.g. /v1/projects/:projectId/wells/:wellId).
In other words, there isn’t a need to map between scenario and project well IDs, they’re the same thing.
If you are curious about what wells exist in a scenario, you can always check /v1/projects/:projectId/scenarios/:scenarioId/well-assignments which will return a list of wells. Then you can compare that to what exists in /v1/projects/:projectId/wells.
I hope that helps. If not, let us know, and we can help troubleshoot further.