SCRAM Nexus API Resource Guide

Data Types

Nexus Sync and Nexus Transmit uses basic data types. If something doesn’t fit within one of the basics data types, then it will be structured into an object or an array.

The basic data types:

* Number

* String

* Boolean

* Array

* Object

Nexus also makes heavy use of the ISO 8601 standard for date/time interchange formats. These are always sent as stings. The most appropriate structure for the date/time begin represented will be used. This could be:

* Timestamp: full date/time down to the milliseconds and includes time zone information. This will always be sent in UTC. E.g. “2019-02-15T14:52:23.0272547Z”

* Date-Time: date and time. Usually just hours and minutes for the time but may include seconds. Will be sent in UTC. E.g. “2019-02-15T14:52Z”

* Date: Only has the date and not time zone information. E.g. “2019-02-15”