• How to retrieve related record details in GET REST Method?

    Hi everyone. I am making the following query: { "filter": [ { "$and": [ { "send_to_dimensions_c" : 1 }, { "a_project_code" : {"$is_null": "a_project_code"} } ] } ], "fields": [ "id", "name", "database_c", "team_id…