Get the current unix time from the target (Deprecated))
Deprecated
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}/time
curl \
--request GET 'http://api.example.com/rest/biathlon/target/system/DE_NW_SVA_EBTS_S01/time'
Response examples (200)
{
"description": "Current Unix time in milliseconds retrieved from the target device.",
"unix_time_ms": 1729204000000
}