DatoCMS stores the individual pieces of content you create from a model as records, which are much like table rows in a database. For backward-compatibility reasons, the API refers to records as "items".
You can learn how the records are structured at the API level, and everything that is necessary to interact with the records through CMA in the following detail sections:
RFC 4122 UUID of record expressed in URL-safe base64 format
"hWl-mnkWRYmMCSTq4z_piQ"
Must be exactly "item"
.
Date of creation
Last update time
Date of last publication
Date of first publication
Date of future publication
Date of future unpublishing
Status
"published"
The record is not published
The record has some unpublished changes
The record is published
Whether the current version of the record is valid or not
Whether the published version of record is valid or not
The ID of the current record version
"4234"
Workflow stage in which the item is
The entity (account/collaborator/access token/sso user) who created the record
Whether the current record is valid or not
This field will be removed in the future: use is_current_version_valid
or is_published_version_valid
instead, according to the specific use case