Running a basic query
{
model: ‘test’,
view: ‘base_schema’,
fields: [
‘base_schema.city’,
‘base_schema.country’,
],
limit: ‘500’
}
My develop tab for the project “test”, has the model “test” and the view “base_schema”.
When I hit the get projects and get models api endpoints test does show up for both.
The Query: Run Url Encoded Query endpoint also returns a 404 not found for the same model “test”, and view “base_schema”.