Application Info

Provides general information about the SIDRE application.

Endpoint Overview

Listing versions of installed components and other useful information about the application.

API description

applicationInfo

Get information about the application, like versions of installed components

GET /resources/api/applicationInfo
Responses
http code content-type response
200 application/json JSON-response containing application info
Example cURL
curl -X GET https://oersi.org/resources/api/applicationInfo \
  --user-agent "MyBot/1.0 (https://example.org/mybot/; mybot@example.org)"