Menu

Data Types

The Logyx REST API will always attempt to use the same structure when representing certain value objects. This page contains a list of all data types used, along with an explanation of the way these data types are structured.

For POST, PUT and PATCH endpoints, only JSON bodies are accepted. Within the JSON body only basic JSON data types are supported.

Datetime

A string representing a date and time in ISO 8601 format.

Boolean

In JSON structures booleans should be passed as the JSON boolean type.

In query parameters only the string true and false are used.

Menu