Types

The following is a list of the types of data used within the Cal.com API:

NameDefinitionExample
UUIDA unique universal identifier used to identify resources."550e8400-e29b-41d4-a716-446655440000"
IntegerAn integer is a number without decimals.1234
StringA string is a sequence of characters used to represent text."value"
FloatA float is a number with decimals.12.34
ObjectA data structure with key value pairs.{ "key": "value" }
ArrayA data structure with only a list of values separated by a comma.["value", 1234, 12.34]
EnumAn Enum is a String with only a few possible valid values.A | B
DateTimeA string in the predefined format of YYYY-MM-DDTHH:mm:ss.SSSZ2023-05-24T13:00:00.000Z
BooleanA Boolean is a type of two possible values representing true or false.true
EmailA string of type email.john.doe@example.com

Was this page helpful?