(((meta (@ (content . "API: Retrieve administrative data") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#api #manual #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001012000000") (name . "back"))) (meta (@ (content . "00001012000000 00001012920000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20220304164242") (name . "created"))) (meta (@ (content . "00001012920000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20230928190516") (name . "modified"))) (meta (@ (content . "20230928190516") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "The " (a (@ (href . "00001012920000")) "endpoint") " " (kbd "/x") " allows you to retrieve some (administrative) data.") (p "Currently, you can only request Zettelstore version data.") (pre (code "# curl 'http://127.0.0.1:23123/x'\n(0 13 0 \"dev\" \"f781dc384b-dirty\")")) (ul (li (p "Zettelstore conforms somehow to the Standard " (a (@ (class . "external") (href . "https://semver.org/")) "Semantic Versioning") ".") (p "The first three digits contain the major, minor, and patch version as described in this standard.")) (li (p "The first string contains additional information, e.g. " (@L (@H "“") "dev" (@H "”")) " for a development version, or " (@L (@H "“") "preview" (@H "”")) " for a preview version.")) (li (p "The second string contains data to identify the version from a developers perspective."))) (p "If any of the three digits has the value -1, its semantic value is unknown." " " "Similar, the two string might be empty.") (h2 (@ (id . "http-status-codes")) "HTTP Status codes") (dl (dt (kbd "200")) (dd (p "Retrieval was successful, the body contains an appropriate object."))))