Sessions
A session links a dashboard and an embed user. This also store parameters that can be used to alter the data source.
Session fields
dashboard
string
requiredThe identifier of the dashboard associated with the session.
embed_user
string
requiredThe identifier of the embed user associated with the session.
created_at
string
The timestamp indicating when the session was created.
parameters
object
The parameters or configuration associated with the session as a json object with key-pair values.
{
"year": 2023,
"sort": "asc"
}
team
string
The identifier of the team to which the session belongs.