Get the current unix time from the target (Deprecated)) Deprecated

GET /rest/biathlon/target/system/{target-name}/time

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

Responses

  • 200 application/json

    Target Unix time retrieved successfully

    Hide response attributes Show response attributes object
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
}