{ * data: [ * { * updatedAt: "2023-10-01T12:00:00Z", * updatedBy: "abc123" * }, * { * updatedAt: "2023-10-01T13:00:00Z" * } * ] * } Copy
{ * data: [ * { * updatedAt: "2023-10-01T12:00:00Z", * updatedBy: "abc123" * }, * { * updatedAt: "2023-10-01T13:00:00Z" * } * ] * }
Optional
The timestamp when the row was last updated.
The user id that performed the latest update in the row (corresponds to updatedAt).
Example