Response Data Types

Each API returns one or more data objects – for example, one of the Jobs you've created. The basic data types within these objects include the following.

Response Data Types Description
STRING A String is a variable length UTF-8 encoded String.
TIME A Time is represented by a ISO 8601 compliant String that is in the timezone of the ATS Anywhere site: 2017-09-05T14:30:00EDT. This represents Tuesday 9th September 2017 at 2:30PM Eastern Daylight Time.
DATE A DATE is represented by an ISO 8601 compliant String with no time component: 2017-09-05. This represents Tuesday 5th September 2017.
BOOLEAN A BOOLEAN has a value of true or false.
INTEGER An INTEGER is a 32-bit signed Integer.