I have two tables linked together with Many to one binding (Let’s say many “A” to one “B”). I want to get all records “A” linked to “B” by API. Is it possible to filter records by ID of the linked record? I can’t find the solution anywhere…
But there is another one. When creating a record no data is visible on the linked records. To say it - there are no such fileds sent by API (even if there are linked records added on creation). However when I save record and the edit it, and send the edited record data to API, then I can see those linked fileds with url’s inside.