Record Model

Field nameTypeDescription
_idstringID of the record. Generated automatically by the server after record creation.
user_idintID of the user who created the record.
parent_idstringID of parent object (relations).
created_atdatetimeDate & time when a record was created, filled automatically.
updated_atdatetimeDate & time when record was updated, filled automatically.
{custom_field_N}anyYour custom field. Can be many 1..N.