<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Is there a query API for i-doit?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">is there a query API for i-doit? I couldn't see anything in the docs. Can I query the app server from other applications to pull out useful information?</p>
]]></description><link>https://community.i-doit.com/topic/1880/is-there-a-query-api-for-i-doit</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 01:56:00 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/1880.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Oct 2011 11:40:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is there a query API for i-doit? on Sat, 14 Feb 2015 16:05:31 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have created an acount to the i-doit academy and i tried to access the API manual (<a href="http://akademie.i-doit.com/goto.php?target=file_346&amp;client_id=idoit">http://akademie.i-doit.com/goto.php?target=file_346&amp;client_id=idoit</a>), but i do not have any rights to the document.</p>
<p dir="auto">Can anyone please help with the rights or provide me with the document?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.i-doit.com/post/11266</link><guid isPermaLink="true">https://community.i-doit.com/post/11266</guid><dc:creator><![CDATA[manolis]]></dc:creator><pubDate>Sat, 14 Feb 2015 16:05:31 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a query API for i-doit? on Wed, 02 Jan 2013 09:13:01 GMT]]></title><description><![CDATA[<p dir="auto">This does not work anymore in version 1.0 in favor of our new JSON-RPC API. A detailed documentation of that API can be found here: <a href="http://akademie.i-doit.com/goto.php?target=file_346&amp;client_id=idoit">http://akademie.i-doit.com/goto.php?target=file_346&amp;client_id=idoit</a></p>
<p dir="auto">This is an example for retrieving cpu (id: 4) data for an object with id 4438, the apikey can be created in "Administration -&gt; Interfaces / external data -&gt; JSON-RPC APi" :</p>
<p dir="auto">***** Request *****</p>
<p dir="auto">{"method":"cmdb.category","params":{"apikey":"192npkvfh7","objID":4438,"catgID":4},"id":1,"version":"2.0"}</p>
<p dir="auto">***** End Of request *****</p>
<p dir="auto">***** Server response *****</p>
<p dir="auto">{"result":[{"id":"255","title":null,"manufacturer":{"id":"2","title":"Intel","const":null,"title_lang":"Intel"},"type":{"id":"16","title":"CoreTM i7","const":null,"title_lang":"CoreTM i7"},"frequency":[],"frequency_unit":{"id":"3","title":"GHz","const":"C__FREQUENCY_UNIT__GHZ","title_lang":"GHz"},"cores":null,"description":null}],"error":null,"id":1}</p>
<p dir="auto">***** End of server response *****</p>
<p dir="auto">The JSON-RPC Request payload should be sent to <a href="http://i-doit-host/src/jsonrpc.php">http://i-doit-host/src/jsonrpc.php</a></p>
<p dir="auto">This is a neat json-rpc client for php: <a href="http://jsonrpcphp.org/">http://jsonrpcphp.org/</a></p>
]]></description><link>https://community.i-doit.com/post/10086</link><guid isPermaLink="true">https://community.i-doit.com/post/10086</guid><dc:creator><![CDATA[ds]]></dc:creator><pubDate>Wed, 02 Jan 2013 09:13:01 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a query API for i-doit? on Fri, 28 Dec 2012 11:27:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ds" aria-label="Profile: ds">@<bdi>ds</bdi></a>:</p>
<blockquote>
<p dir="auto">All objects:<br />
/idoit/?ajax=1&amp;call=json&amp;login=admin,adminpasswordasmd5hash,1</p>
</blockquote>
<p dir="auto">That doens't seems to work, It always returns an empty JSON structure.<br />
Am I doing something wrong ?</p>
]]></description><link>https://community.i-doit.com/post/10084</link><guid isPermaLink="true">https://community.i-doit.com/post/10084</guid><dc:creator><![CDATA[tiagoratto]]></dc:creator><pubDate>Fri, 28 Dec 2012 11:27:05 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a query API for i-doit? on Fri, 24 Feb 2012 11:02:58 GMT]]></title><description><![CDATA[<p dir="auto">I'm wondering if the new API made it into 0.9.9-8?<br />
I can't find any documentation about it.</p>
]]></description><link>https://community.i-doit.com/post/9698</link><guid isPermaLink="true">https://community.i-doit.com/post/9698</guid><dc:creator><![CDATA[freddy]]></dc:creator><pubDate>Fri, 24 Feb 2012 11:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a query API for i-doit? on Tue, 25 Oct 2011 13:01:13 GMT]]></title><description><![CDATA[<p dir="auto">Magic. exactly what I'm looking for.</p>
]]></description><link>https://community.i-doit.com/post/9463</link><guid isPermaLink="true">https://community.i-doit.com/post/9463</guid><dc:creator><![CDATA[css1971]]></dc:creator><pubDate>Tue, 25 Oct 2011 13:01:13 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a query API for i-doit? on Tue, 25 Oct 2011 12:59:17 GMT]]></title><description><![CDATA[<p dir="auto">Yes there is. But the current API was completely renewed for the next version. Try these in Version 0.9.9-7 and below (1 is the ID of your mandator):</p>
<p dir="auto">All objects:<br />
/idoit/?ajax=1&amp;call=json&amp;login=admin,adminpasswordasmd5hash,1</p>
<p dir="auto">All objects of type 5 (server):<br />
/idoit/?ajax=1&amp;call=json&amp;objTypeID=5&amp;login=admin,adminpasswordasmd5hash,1</p>
<p dir="auto">Info of object 10:<br />
/idoit/?ajax=1&amp;call=json&amp;objID=10&amp;login=admin,adminpasswordasmd5hash,1</p>
<p dir="auto">Info of object 10 and global category 2:<br />
/idoit/?ajax=1&amp;call=json&amp;objID=10&amp;catgID=2&amp;login=admin,adminpasswordasmd5hash,1</p>
<p dir="auto">Info of object 10 and specific category 1<br />
/idoit/?ajax=1&amp;call=json&amp;objID=10&amp;catsID=1&amp;login=admin,adminpasswordasmd5hash,1</p>
<p dir="auto">Parameters:<br />
objID = ID of your object<br />
catgID = ID of your global category<br />
catsID = ID of your specific category<br />
login = username,md5password,mandator-id</p>
<p dir="auto">When your client supports session handling the login parameter is only needed for initializing the session.<br />
Before i forget: the http method is get and the response is JSON (application/json)</p>
<p dir="auto">But as i said: This API is actually deprecated in the upcoming version 0.9.9-8, but will still exist for a while.</p>
]]></description><link>https://community.i-doit.com/post/9462</link><guid isPermaLink="true">https://community.i-doit.com/post/9462</guid><dc:creator><![CDATA[ds]]></dc:creator><pubDate>Tue, 25 Oct 2011 12:59:17 GMT</pubDate></item></channel></rss>