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:
-
Click the column header button on the well table
-
Select the Scope header and click Apply
-
The Well table should now display the Scope field
In the above example, the “get-project-company-wells” endpoint would return the 'THOMPSON UNIT" Well, and the “get-project-wells” would return the “TEST 3” Well.