Basic GET operation that returns a list of years that are present in the validUntil field in process datasets.
GET /processes/validuntilyears/
None.
The response returned is a list of integers, wrapped in a integerList object. See the section "IntegerList Response Elements" for a detailed description.
GET /processes/validuntilyears/
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sapi:integerList xmlns:sapi="http://www.ilcd-network.org/ILCD/ServiceAPI">
<sapi:integer>2010</sapi:integer>
<sapi:integer>2011</sapi:integer>
<sapi:integer>2012</sapi:integer>
<sapi:integer>2013</sapi:integer>
<sapi:integer>2014</sapi:integer>
<sapi:integer>2015</sapi:integer>
</sapi:integerList>