Artifact 25fd79470bbab485de7ffddfa658d923be0aa514f86e0b4d3570c5bf2f06f6d6:
- File www/json-api/api-version.md — part of check-in [514dd66f33] at 2020-01-28 13:33:13 on branch trunk — Ported in the remaining JSON API docs. Combined the API index into the main index. Replaced the pandoc-exported tables with lists. A couple patches to the C bits for issues found during doc porting. (user: stephan size: 698) [more...]
JSON API: /version
Version (a.k.a. HAI)
Status: implemented
Required privileges: none
Requests:
/json/version
/json/HAI
(alias borrowed from LOLCATZ jargon)
Response payload example:
{
"manifestUuid":"20ff808f9809541d2eca6c49a17d5cbd16e1b93f",
"manifestVersion":"[20ff808f98]",
"manifestDate":"2011-09-09 16:49:23",
"manifestYear":"2011",
"releaseVersion":"1.19",
"releaseVersionNumber":119,
"jsonApiVersion": "YYYYMMDD" // added 20120409
}
Those particular payload fields were chosen only because they're defined
in VERSION.h
. We may want to add other information, but nothing comes to
mind at this time.