I am trying to do
GET /v1/tablesdb/{databaseId}/tables/{tableId}/rows
I read the documentation on how queries work with rest apis but can’t figure out how to do it with relations , i think it is not implemented
TL;DR
Developers are trying to use opt-in loading to get related documents nested in JSON but are having trouble with queries related to REST APIs. They are attempting to use GET /v1/tablesdb/{databaseId}/tables/{tableId}/rows, but are struggling with implementing it with relations. It appears that this feature may not be implemented.