Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I'm trying to modify GetAdditionalProperties in PTC.SCA.SCO.MonitoredPropertiesThingShape so that the service returns only the properties I need. I tried adding the names of properties I don't need to GetExcludedProperties but GetAdditionalProperties is still returning properties I don't need. I'm trying to get PTC.SCA.SCO.AssetMonitor.AssetDetail.AdditionalPropertiesContainerMashup to only display properties that are needed.
Solved! Go to Solution.
I was able to get the results I want by overriding the service instead of duplicating the mashup and thing shape and editing the service.
I was able to get the results I want by overriding the service instead of duplicating the mashup and thing shape and editing the service.