Date Time Format
REQUEST:
Textura Data-as-a-Service currently expects all DateTime filters in the following format:
YYYY-MM-DDTHH:MM (e.g., 2023-07-15T10:30).
If the value for the DateTime filters in the request does not comply with the above format, you will receive an Invalid isoformat Error.
Example values of the Request Format:
|
---|
RESPONSE:
Textura Data-as-a-Service currently returns either Date or Datetime for the Date related field. Refer to the References->Type section to know more about which field returns what type.
Fields of the DateTime datatype return responses in the following format: yyyy-MM-dd HH:mm:ss
(for example, 2023-07-15 10:30:00
).
Fields of the Date datatype return responses in the following format: yyyy-MM-dd
(for example, 2023-07-15
).
Example values of the Response:
|
---|
Last Published Friday, September 5, 2025