GET get-project-wells schema varying by project id

Hello,

I noticed the schema coming from the API is changing depending on the project id used to query. Is there a way to standardize the schema across all projects?

@eduardomar I would need more info to help

  • What do you mean by schema changing?
  • What endpoint are you referring to?

Hi Maikel,

I am using this endpoint

And some of my projects have certain columns but occasionally they differ in schema. For instance, out of all my projects only these three have “CopiedFrom” column.

Columns Id
copiedFrom 620e60592f933b00139f675d
copiedFrom 620ce65fc8235a0013c5552f
copiedFrom 61d3ab67139de90013720460

Some columns are optional, you can get the whole schema from our REST API documentation

. Also, you can download an example with all the columns after the schema in csv or json format, (json example direct link) it should have all the columns.

That’s right. So basically, optional fields may not be present, that is expected. However data types will always be consistent, and fields marked as required in the documentation will always be present.