Get the software version of the target system and API versions (Deprecated)
Deprecated
Retrieves the software version of the specified target system, along with the versions of the REST API and the separate Messaging API.
Path parameters
-
target-name
string Required The name of the target is permanently programmed into the device. The server knows all the names of the targets used in a competition because they have registered with the server via the Messaging API. For more information, see Messaging Service - System Data Message
GET
/rest/biathlon/target/system/{target-name}/version
curl \
--request GET 'http://api.example.com/rest/biathlon/target/system/DE_NW_SVA_EBTS_S01/version'
Response examples (200)
{
"rest_api_version": "0.2.0",
"messaging_api_version": "1.2.0",
"target_system_version": "2.3.1"
}
Response examples (404)
{
"error": "Target not found"
}