Passer au contenu principal
GET
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

user_id
string
requis

ID of the user to get sessions for

Paramètres de requête

include_totals
boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

from
string

An optional cursor from which to start the selection (exclusive).

take
integer

Number of results per page. Defaults to 50.

Plage requise: 1 <= x <= 100

Réponse

The sessions were retrieved

sessions
object[]
next
string

A cursor to be used as the "from" query parameter for the next page of results.