> For the complete documentation index, see [llms.txt](https://developers.inevent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.inevent.com/data-types.md).

# Data types

The InEvent API accepts multiple types of data and we will describe it here for you.

* **String**: regular strings that may or may not allow HTML content (depends on the attribute);
* **Boolean**: boolean values are always stored as 0 or 1;
* **Date Time**: dates and times are always stored as Unix timestamps;

All values are always sent as Strings (cast), even when they are numbers.
