RUFUS Help
RUFUS Cloud Public API
RUFUS Cloud Public API
  • Introduction to RUFUS Cloud API
  • Getting Started
    • Overview
    • Get your api keys
    • Api permissions
  • TIMING DEVICES
    • Overview
    • Bind a new device
    • Unbind a device
    • Get devices by company
    • Get device information
  • TIMING SESSIONS
    • Overview
    • Insert a new session
    • Close a session
    • Get sessions by device
    • Get active session from device
    • Get session information
  • RACE PASSINGS
    • Overview
    • Insert passings
    • Get session passings by range
    • Get device passings by datetime
Powered by GitBook
On this page
  1. TIMING SESSIONS

Overview

A timing session is a passings container.

You can think of a timing session as a container that stores the passings information from the moment the timing device starts sending until it stops.

Timing sessions have an active boolean property that indicates if the session is currently active, or receiving passings, or not. You can have only one active session per device.

PreviousGet device informationNextInsert a new session

Last updated 2 years ago