Data Type
DFINERY's API uses the data types below. When users connect to the API, they must make a request according to the data type required by the API.
Type
Format
Example
String
-
"foo"
Long
-
1
Double
-
1.0
Boolean
-
true
Array of String
-
["foo", "bar"]
Array of Long
-
[0, 1]
Array of Double
-
[0.0, 1.0]
Datetime
yyyy-MM-dd'T'HH:mm:ss(.SSS)Z
2023-08-15T12:30:00.000Z, 2023-08-15T12:30:00Z,
Date
yyyy-MM-dd
2023-08-15
Last updated