Data types in API

These are the basic data types that are supported in the API. More complex data structures for your resources can be built using these data types.

TypeDescription
String String type with Unicode support
IntegerSigned 64-bit integral number
IDA special type of integer with a minimum value of 1. It will be unique within each resource type
BooleanTrue or False
DateDate in the ISO 8601 extended format of YYYY-MM-DD
DateTimeCombined date and time in the ISO 8601 extended format of YYYY-MM-DD HH:MM:SS Time zone
For example, the date-time format can be passed as 2018-12-03T10:15:30+01:00 Europe/Paris.