Skip to content
Get in touch

SystemMetadata

System-managed metadata that is automatically added to records.

PropertyTypeRequiredDescription
createdAtutcDateTimeYesThe timestamp (in UTC) at which the record was created
lastModifiedAtutcDateTimeYesThe timestamp (in UTC) at which the record was last modified

A JSON example of this field is:

{
"createdAt": "2024-02-28T12:00:00Z",
"lastModifiedAt": "2024-02-28T12:00:00Z"
}