<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to find particular datashape being used in which services exactly in Thing? in ThingWorx Developers</title>
    <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-find-particular-datashape-being-used-in-which-services/m-p/914132#M64600</link>
    <description>&lt;P&gt;How to find Perticular Datashape being used in which service in Thing?&lt;/P&gt;&lt;P&gt;Ex-&lt;STRONG&gt;Datashape&lt;/STRONG&gt; Name-'&lt;STRONG&gt;dsEventsHeader&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;I Want to trace above datashape, In how many services are used?&lt;/P&gt;&lt;P&gt;Please provide some workaround or solution ASAP&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 12:16:16 GMT</pubDate>
    <dc:creator>MM_10159448</dc:creator>
    <dc:date>2023-11-22T12:16:16Z</dc:date>
    <item>
      <title>How to find particular datashape being used in which services exactly in Thing?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-find-particular-datashape-being-used-in-which-services/m-p/914132#M64600</link>
      <description>&lt;P&gt;How to find Perticular Datashape being used in which service in Thing?&lt;/P&gt;&lt;P&gt;Ex-&lt;STRONG&gt;Datashape&lt;/STRONG&gt; Name-'&lt;STRONG&gt;dsEventsHeader&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;I Want to trace above datashape, In how many services are used?&lt;/P&gt;&lt;P&gt;Please provide some workaround or solution ASAP&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 12:16:16 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-find-particular-datashape-being-used-in-which-services/m-p/914132#M64600</guid>
      <dc:creator>MM_10159448</dc:creator>
      <dc:date>2023-11-22T12:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to find particular datashape being used in which services exactly in Thing?</title>
      <link>https://community.ptc.com/t5/ThingWorx-Developers/How-to-find-particular-datashape-being-used-in-which-services/m-p/914150#M64602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ptc.com/t5/user/viewprofilepage/user-id/518344"&gt;@MM_10159448&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use &lt;STRONG&gt;'GetWhereUsed'&amp;nbsp;&lt;/STRONG&gt;service to retrieve DataShape used information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// result: JSON
let result = DataShapes["DATASHAPENAME"].GetWhereUsed({
	query: undefined /* QUERY */,
	characteristicType: undefined /* STRING */,
	characteristicName: undefined /* STRING */
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use this service you need to enable&amp;nbsp;&lt;STRONG&gt;Relationship Subsystem&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/VR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:01:12 GMT</pubDate>
      <guid>https://community.ptc.com/t5/ThingWorx-Developers/How-to-find-particular-datashape-being-used-in-which-services/m-p/914150#M64602</guid>
      <dc:creator>Velkumar</dc:creator>
      <dc:date>2023-11-22T13:01:12Z</dc:date>
    </item>
  </channel>
</rss>

