I am using a virtual collection table within a Jet table (SQL query to list the items). When using the API provided – i.e. curl ‘https://cloud.jetadmin.io/api/models/…’ – I get a response back:
The requested URL /api/models/xxxxxxxxxx/ was not found on this server.
I tried the same credentials using a regular collection Jet table (not a virtual collection, just a table) with success. It almost seems like these API’s for virtual collections are not being published, or broadcast.
Any ideas?