Skip to content

Other

This site describes other (non-relevant) endpoints that are available for the RPdb API.

Program info

This info endpoint returns the current program version of RPdb.

Name Type Description
version int The current semantic version number of the clients
version_date DateTime The date on which the current version was released to the public

Get program version (GET /info/version)

Details
Response
{
    "version": "4.0.0",
    "version_date": "2023-04-14T00:00:00"
}
Response codes
  • 200 Version returned