Fixlet

To get the list of Fixlets in the custom site myfixes, use the following command:

./iem get fixlets/custom/myfixes

The command returns the list of Fixlets in XML format as follows:

<?xml version="1.0" encoding="UTF-8"?>
<BESAPI xmlns:xsi="http://www.w3.org/2001
         /XMLSchema-instance" xsi:noNamespaceSchemaLocation="BESAPI.xsd">
      <Fixlet Resource="https://nc926065:52311/api/fixlet/custom/myfixes/34?" 
        LastModified="Mon, 10 Dec 2012 14:33:36 +0000">
              <Name>myfixes Custom Fixlet</Name>
              <ID>34</ID>
      </Fixlet>
      <Fixlet Resource="https://nc926065:52311/api/fixlet/custom/myfixes/40?" 
        LastModified="Mon, 10 Dec 2012 16:05:30 +0000">
              <Name>MyFixlet</Name>
              <ID>40</ID>
      </Fixlet>
</BESAPI>