Skip to main content

Introduction

All Appwrite documents have default attributes usually connoted by the "$" prefix. These attributes are automatically managed by Appwrite and are available in all documents. They are:

AttributeTypeDescription
$idstringUnique identifier for the document.
$createdAtstringDate and time when the document was created in UTC ISO 8601 format
$updatedAtstringDate and time when the document was last updated in UTC ISO 8601 format