<?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 Re: How to get response in json in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776145#M56661</link>
    <description>&lt;P&gt;How to get Json result from Infotable in thingworx while using any rest api of thingworx&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 09:44:35 GMT</pubDate>
    <dc:creator>VS_10112707</dc:creator>
    <dc:date>2022-02-03T09:44:35Z</dc:date>
    <item>
      <title>How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/775876#M56628</link>
      <description>&lt;P&gt;Thingworx/Groups/ getting html response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i get json response by using this api in thingworx&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 05:25:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/775876#M56628</guid>
      <dc:creator>VS_10112707</dc:creator>
      <dc:date>2022-02-02T05:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/775895#M56632</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See page &lt;STRONG&gt;54&lt;/STRONG&gt; in the attached manual -&amp;nbsp;"&lt;STRONG&gt;Configuration API Service — Content Retrieval (JSON Response Structure)&lt;/STRONG&gt;".&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:54:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/775895#M56632</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2022-02-02T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776145#M56661</link>
      <description>&lt;P&gt;How to get Json result from Infotable in thingworx while using any rest api of thingworx&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:44:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776145#M56661</guid>
      <dc:creator>VS_10112707</dc:creator>
      <dc:date>2022-02-03T09:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776285#M56666</link>
      <description>&lt;P&gt;You need to add header&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Accept&lt;/TD&gt;&lt;TD width="50%"&gt;application/json&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Then the response will be in json format. Not sure if this was the question.&lt;/P&gt;&lt;P&gt;What also works (but is not so nice) is to add "&amp;lt;host&amp;gt;/Thingworx/Groups?&lt;EM&gt;Accept=application/json&lt;/EM&gt;" to the url. You can also add maxItems=&amp;lt;number&amp;gt; as by default only 500 items will be returned.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:14:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776285#M56666</guid>
      <dc:creator>nmutter</dc:creator>
      <dc:date>2022-02-03T22:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776317#M56667</link>
      <description>&lt;P&gt;Thanks working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 04:54:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/776317#M56667</guid>
      <dc:creator>VS_10112707</dc:creator>
      <dc:date>2022-02-04T04:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/815179#M59310</link>
      <description>&lt;P&gt;Where exactly "&lt;SPAN&gt;maxItems=&amp;lt;number&amp;gt;" has to be added ? Is ii in header or in url, please give some example ..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 06:51:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/815179#M59310</guid>
      <dc:creator>KP_9595031</dc:creator>
      <dc:date>2022-08-25T06:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response in json</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/815199#M59315</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/323756"&gt;@KP_9595031&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I just know of the URL parameter maxItems. Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- "&amp;lt;host&amp;gt;/Thingworx/Things?Accept=application/json&amp;amp;maxItems=99999"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you use more than one parameter in the url you need to add the additionals ones with '&amp;amp;'. If you only want to use maxItems in url and Accept as a header it would be like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- "&amp;lt;host&amp;gt;/Thingworx/Things?maxItems=99999"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(+Accept header)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 08:22:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-get-response-in-json/m-p/815199#M59315</guid>
      <dc:creator>nmutter</dc:creator>
      <dc:date>2022-08-25T08:22:42Z</dc:date>
    </item>
  </channel>
</rss>

