Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »



Get version information about the database and the oregional_restapi app

This endpoint does not need any authentication



Request

Sample request
https://example.com/orestapi/version
ItemDescriptionNotes
endpoint/orestapi/version
typeGET
Header
authorization

-

No authorization needed

Params
--No parameters necessary, it is enough to simply call the endpoint


Response

Sample response
{"server_version": "11.0+e", "server_version_info": [11, 0, 0, "final", 0, "e"], "server_serie": "11.0", "protocol_version": 1, "orestapi_version": "11.0.1.5.0"}

Returns a list of dictionaries (key-value pairs)

ParentKeyTypeDefaultDescriptionNotes

server_versionchar-Major version + serialGenerated automatically from parts of server_version_info

server_version_infolist-List of detailed server versionMAJOR, MINOR, MICRO, RELEASE_LEVEL, SERIAL

server_seriechar-Major versionGenerated automatically from parts of server_version_info

protocol_versionchar-Internal protocolHardcoded to 1

orestapi_versionchar-The version of the currently installed oregional_restapi appAs visible in the Apps menu
  • No labels