Skip to main content
Version: On prem: 15.0.0

OData - viewId Parameter doesn't work as documented

We've fixed the OData viewId response to contain properties from View Displayed fields and basic DataObject properties, such as:

  • Id
  • UId
  • CreateTime
  • ChangeTime
  • DisplayName
  • CurrentVersionId
  • Deleted
  • DeleteTime

In addition, User special data object will return the following:

  • UserName
  • Inactive
  • Culture
  • LangId
  • TimeZoneId
  • WorkWeekId

The UserGroup special data object will also return the AuthLevel property.

INC-270041