i
Data Type
Data types available in Deyel are detailed, with its equivalent representation in the JSON schemas used by the API.
|
Data type |
Type in JSON |
Example |
---|---|---|---|
Text |
Alphanumeric (length) |
String |
“value” |
Alphanumeric Uppercase (length) |
|||
Large Alphanumeric |
|||
Enriched Text |
|||
Integer |
Number |
Number |
10 |
Large Integer |
String |
“10” |
|
Decimal |
“10.5” |
||
Time |
Time |
String (milliseconds from epoch) |
“946748150000” |
Local time |
|||
Date |
Date |
String (milliseconds from epoch) |
“1606499064998” |
Date and Time |
|||
Local Date |
|||
Date and Local Time |
|||
Image |
Image in Database |
String |
“&cdRepositorio=IDB&dsFilename=2…..pg&dsOriginalFilename=photo.jpg” |
File |
File in Database |
String |
“&cdRepositorio=IDB&dsFilename=2…..pg&dsOriginalFilename=photo.jpg” |
Check |
Check |
Boolean |
true / false |