I guess I don’t understand the concept of “project wells”. All I know is this call returns nothing most of the time depending on the project passed in:
There is a workaround call which is get_wells. The only way I could use the call is by passing in individual well API, which is very inefficient. I could potentially make thousands of calls for fetching the wells in a project because well list concept is not supported, which enable me to pass in a list of well APIs.
Please let me know if I am missing something here.
In ComboCurve there are two different Scopes that a Well can have, either “Project” or “Company”. The “get-project-company-wells” endpoint will return Well records with a “Company” Scope which are associated with the input ProjectId. The “get-project-wells” endpoint will return Well records with a “Project” Scope which are associated with the input ProjectId.
In order to check the Scope of a given Well record through the UI you can follow these steps: