Data Types

The data types used in the Web API are:

StringA string of text.
BooleanA boolean value always represented as 0 (false) or 1 (true).
CompoundContains no individual value itself. Instead, it contains sub-fields that hold the actual values.
IntegerAn integer value.
FloatA floating point number supporting fractional decimal values.
DateTimeA date and time specified as YYYY-MM-DD HH:NN:SS.
Base64Binary data encoded using MIME base64.