InEvent Developers
  • Introduction
    • Company environment
    • Event environment
    • Regions
  • Best practices
  • Data types
  • Spreadsheet reports
  • Changelog
  • API Reference
  • AUTHENTICATION
    • How it works
    • Permission levels
    • Token scopes
    • Access token
  • Event API
    • Creating events
    • Editing events
    • Listing events
    • Custom domain
  • Attendee API
    • Creating attendees
    • Editing attendees
    • Removing attendees
    • Listing attendees
Powered by GitBook
On this page

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.

PreviousBest practicesNextSpreadsheet reports

Last updated 8 months ago