- <!--
- A GET request to our controller at /rest/box.xml, however, will output something like this - the class automatically handles XML/JSON output types:
- -->
- <response>
- <results>
- <result>
- <id>1</id>
- <name>A Blue Box</name>
- <width>20</width>
- <height>40</height>
- </result>
- <result>
- <!-- etc -->
- </result>
- </results>
- <total>23</total>
- </response>