After inserting record to table via API, can you return the full data of the record in the response?

After inserting a new record into a table via the API, the only data that gets returned by default is the ID of the record.

Is there a way to return the full record, including the ID, a cell with a trigger function like createdAt, and all of the data successfully created in the row?

2 Likes