Need help? Call Live Support at +31 (0) 38 453 07 59

String

A string is used to represent a textual value. It can contain all printable characters unless otherwise specified. Minimum/Maximum length are in measured byte length.


Integer

An integer is used to represent a numerical value. It can contain only numbers.


Float

A float represents a numerical value that contains floating decimal points.


Boolean

A boolean can be only one of two different values: true or false.


Timestamp

A timestamp is used to represent a date and time. All timestamps that are communicated from Realtime Register are in the UTC time zone format.


List

A list is a collection of elements. A list may contain zero or more entries. Each entry will be of a specific type, which will be shown on the applicable documentation pages.


Map

A map is a key value based collection. Every entry consists of a key, typically a string, and a value. The value may be any type, including map itself.


Enum

An enum element has a predefined set of possible values. The values that are possible are dependent on the context, and will be specified on the applicable documentation pages.


Object

An object is a custom type, which can be of any format. The specific format will be listed on the applicable documentation pages.