Hi all, i'm trying to join tables using the REST api (postgrest resource embedding). Goal: get the
projects.name and
something.externalId in a single request. Tried:
/rest/v1/projects?id='0805c7c6-ebdf-4d51-84fe-feaa50a17b05'&select=\*,something(externalId). Response: PGRST200 - could not find a relationship between projects and something in the schema cache. Question: how to join the table
projects &
something when the table
workspaces is __not__ a join table. Thanks! any input is very much appreciated 🙂