Get session passings by range
Gets the list of passings from the timing session.
With this method you can navigate trough the passings of a session using the num_passing property of the passings as index.
Gets the list of passings from the timing session.
GET
https://api.runonrufus.com/v0/passings/session/{token_session}
Path Parameters
Name | Type | Description |
---|---|---|
token_session* | String | Session token identifier. |
Query Parameters
Name | Type | Description |
---|---|---|
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. |
Headers
Name | Type | Description |
---|---|---|
api_key* | String | Account api key with READ or READ_WRITE access type. |
Last updated