I’ve been trying to read for the ‘get-econ-models-assignments-read’ endpoint and I continually get a 404 error for the url. I’ve tried a number of different Econ-Model Names and id’s but I’m fairly certain the url is correct.
Is the endpoint functional? What data does it return?
Thanks!
I’ve found some inconsistencies in Econ model names within the API: the routes for getting models themselves, the routes for getting their assignments, and the “econModelType” are all different.
If you look at comboCurve-api-helper
’s repo, in the “development” branch on GitHub I’ve mapped out most of these. There is a major set of work across the entire package to attempt to provide a function for every published route, as well as each request method. So far I’ve been able to use it to pull the well assignments for each model, and then post new wells to assign the model for a specific qualifier.
I am working on developing a suite of tests against my dev API before releasing a new version, but I think it’s in a good state right now, so please try it out and let me know if you continue to have issues!
Thanks for the help David, I’ve been using the published branch of the api-helper and it’s quite useful. I’ll try out the development branch for these!