Dassault Systèmes · Schema

Date Time From

This property represents a timestamp in UTC format, following the ISO 8601 standard. All date-time values must be provided in Coordinated Universal Time (UTC). The timestamp must not be set in the future. If not provided, the system will automatically calculate it by subtracting the maximum number of days specified for the time range defined for the parent search criteria.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

date_time_from.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/date_time_from.json",
  "title": "Date Time From",
  "type": "string",
  "description": "This property represents a timestamp in UTC format, following the ISO 8601 standard.\nAll date-time values must be provided in Coordinated Universal Time (UTC).\nThe timestamp must not be set in the future.\nIf not provided, the system will automatically calculate it by subtracting the maximum number of days specified for the time range defined for the parent search criteria.\n",
  "format": "date-time",
  "example": "2024-05-21T14:30:00Z"
}