API data types
The following primitive data types are used by the MFT FS REST Services API:
String: Sequence of characters in UTF-8 encoding. Empty string is used to represent a non-initialized string valueInteger: 32-bit integer number. Empty value indicates NULL-valueLong: 64-bit integer number. Empty value indicates NULL-valueBoolean: Boolean value. Possible values: True, False. Empty value indicates NULL-valueDateTime: Represents an instant in time, expressed as a date and time of day.
In MFT FS REST services API, Empty value indicates NULL-value.
DateTime is represented as a JSON string in the following format /Date(ticks)/, where ticks represents the number of milliseconds since January 1, 1970 in Universal Coordinated Time (UTC).
For Example: /Date(1337174868623)/.
Was this topic helpful?