Is there a way to return geometries in the trace results using REST API? It has been announced that resultType parameter can be set to: "elements" | "connectivity" | "networkAttributes" | "assetInfo" | "aggregateGeometry" | "diagram". I have tried using REST in 10.6 but trace returns "elements" type only. Are these values for resultType optional parameter supported? If not, what would be the best approach in using REST API to get an aggregated geometry of results fromhttps://<utilitynetworkservice-url>/trace call? Please advise
The answer is that resultType as optional parameter only supports Values: "elements" in this release. Other parameters have been reserved for future. The REST API documentation for Utility Network TRACE have been updated accordingly.
The challenge of returning trace results with Geometries for large (more than 200 features trace results) remains. I should post new questions on this topic
Thanks