GET operation that returns the timestamp when the category system definition was updated for the last time.
The date/time format returned can be customized with patterns, the default format is "DAY.MONTH.YEAR".
GET /categorySystems/{categorySystem-name}/lastModified
Name | Values | Description |
---|---|---|
format | datetime pattern | Formats the result in the specified pattern. Default is dd.MM.YYYY . Patterns are described here. |
A date (and/or time) according to the pattern given.
GET /categorySystems/ILCD/lastModified
HTTP/1.1 200 OK
Content-Type: text/plain
10.09.2018
GET /categorySystems/ILCD/lastModified?format=YYYY-MM-dd_HH:mm
HTTP/1.1 200 OK
Content-Type: text/plain
2018-09-10_14:27