Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Requesting scopes which have 0 properties (attributes?) will not return those scopes:
I would expect the following to return a list of all graphs
GET http://192.168.3.22:8010/WsWorkunits/WUDetails.json?ver_=1.72
&WUID=W20180302-152957
&ScopeFilter.MaxDepth=9999
&ScopeFilter.Scopes=
&ScopeFilter.Ids=
&ScopeFilter.ScopeTypes=
&ScopeFilter.PropertyFilters.WUPropertyFilter.itemcount=0
&NestedFilter.Depth=9999
&NestedFilter.ScopeTypes=graph
&PropertiesToReturn.AllStatistics=0
&PropertiesToReturn.AllAttributes=0
&PropertiesToReturn.AllHints=0
&PropertiesToReturn.MinVersion=
&PropertiesToReturn.Measure=
&PropertiesToReturn.Properties=Label
&PropertiesToReturn.ExtraProperties.WUExtraProperties.itemcount=0
&Filter=
&ScopeOptions.IncludeMatchedScopesInResults=0
&ScopeOptions.IncludeScope=1
&ScopeOptions.IncludeId=1
&ScopeOptions.IncludeScopeType=1
&PropertyOptions.IncludeName=1
&PropertyOptions.IncludeRawValue=1
&PropertyOptions.IncludeFormatted=0
&PropertyOptions.IncludeMeasure=0
&PropertyOptions.IncludeCreator=0
&PropertyOptions.IncludeCreatorType=0
The same is true for this (which is more confusing) (all edges in graph)
GET http://192.168.3.22:8010/WsWorkunits/WUDetails.json?ver_=1.72
&WUID=W20180302-152957
&ScopeFilter.MaxDepth=9999
&ScopeFilter.Scopes=
&ScopeFilter.Ids=
&ScopeFilter.ScopeTypes=graph
&ScopeFilter.PropertyFilters.WUPropertyFilter.itemcount=0
&NestedFilter.Depth=9999
&NestedFilter.ScopeTypes=edge
&PropertiesToReturn.AllStatistics=0
&PropertiesToReturn.AllAttributes=0
&PropertiesToReturn.AllHints=0
&PropertiesToReturn.MinVersion=
&PropertiesToReturn.Measure=
&PropertiesToReturn.Properties=
&PropertiesToReturn.ExtraProperties.WUExtraProperties.itemcount=0
&Filter=
&ScopeOptions.IncludeMatchedScopesInResults=0
&ScopeOptions.IncludeScope=1
&ScopeOptions.IncludeId=1
&ScopeOptions.IncludeScopeType=1
&PropertyOptions.IncludeName=1
&PropertyOptions.IncludeRawValue=1
&PropertyOptions.IncludeFormatted=0
&PropertyOptions.IncludeMeasure=0
&PropertyOptions.IncludeCreator=0
&PropertyOptions.IncludeCreatorType=0