GET operation that returns a list of all category system definitions.
GET /categorySystems/
None.
Name | Description |
---|---|
categorySystems | The container element for the list of category system objects. |
Type: Container | |
Ancestors: none. | |
categorySystem | The container element for the category system object. |
Type: Container | |
may occur multiple times | |
Ancestors: categorySystems | |
@name | The name of the category system. |
Type: String | |
Ancestors: categorySystem |
GET /categorySystems
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sapi:categorySystems xmlns:sapi="http://www.ilcd-network.org/ILCD/ServiceAPI">
<sapi:categorySystem name="ILCD"/>
<sapi:categorySystem name="GaBiCategories"/>
</sapi:categorySystems>