API getting the wells used by a project returns nothing

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:

  1. Click the column header button on the well table

  2. Select the Scope header and click Apply
    image

  3. 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.

1 Like