Jan 30, 2023 7:32 AM
Hi!
I have created two tables A and B in the HubDB and created a relation to table B via Column type Foreign ID in table A.
Now when I use the API
v3/hubdb/tables/A/rows
to retrieve the data, I only get the following results
{
"id": "123...",
"type": "foreignid"
},
How can I directly retrieve the data from table B?
Thanks for the help!
Jan 30, 2023 4:45 PM