Kiln API: Query a case? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-06-20T06:09:09Zhttp://fogbugz.stackexchange.com/feeds/question/10815http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10815/kiln-api-query-a-caseKiln API: Query a case?Kevin Binswanger2012-09-26T02:40:07Z2012-10-01T13:00:36Z
<p>Is there a way to get information about a case, using the Kiln API? I'm looking at a changeset record which lists the case number (ixBugs), but there doesn't seem to be a record. I need the Fogbugz XML API instead of the Kiln JSON API right?</p>
<p>This seems like a basic thing, but I've searched, checked the Developers Wiki and looked at the Kiln .NET Library, so maybe this is just a thing you can't do.
I see on the Wiki you can get a list of changesets associated with a case (https://developers.fogbugz.com/default.asp?W168) (the inverse of the changeset record), but it only links changesets and cases.</p>
http://fogbugz.stackexchange.com/questions/10815/kiln-api-query-a-case/10833#10833Answer by db for Kiln API: Query a case?db2012-10-01T13:00:36Z2012-10-01T13:00:36Z<p>When you say "information about a case", what exactly are you looking for? The <a href="http://fogbugz.stackexchange.com/fogbugz-xml-api" rel="nofollow">FogBugz XML API</a> has a number of different commands that might be able to get you the information you're after.</p>
<p>In particular, the <code>search</code> command can be uses to obtain detailed information for a single case:</p>
<p><code>https://[your fogbugz]/api.asp?cmd=search&q=[case id]&cols=[columns you're interested in]&token=[your FogBugz API token]</code></p>