Get session passings by range
Gets the list of passings from the timing session.
Last updated
Gets the list of passings from the timing session.
Last updated
With this method you can navigate trough the passings of a session using the num_passing property of the passings as index.
GET
https://api.runonrufus.com/v0/passings/session/{token_session}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
token_session*
String
Session token identifier.
first
Int
Number of the first passing of the session to retrieve.
last
Int
Number of the last passing of the session to retrieve.
page
Int
Page number of the list of passing to retrieve. Each page can contain up to 5000 passings.
api_key*
String
Account api key with READ or READ_WRITE access type.