API Assets...GetFiltered missing property 'UserValues'

On version 2022.10.5 looking at swagger definition for:

odata/Assets/UiPath.Server.Configuration.OData.GetFiltered

The Model suggests ‘UserValues’ should be present in response, but including ‘UserValues’ in $expand throws a 500 generic error.

Event viewer suggests that the OData entity lacks the definition of a ‘UserValues’ property?

System.InvalidOperationException: A specified Include path is not valid. The EntityType 'UiPath.Orchestrator.DataAccess.EntityFramework.EntityFramework.UiAsset' does not declare a navigation property with the name 'UserValues'.
 like 1

Is this a known bug with that endpoint?

Using ‘odata/Assets({key})’ works for fetching UserValues, but in this case preference is to use GetFiltered.

1 Like