Add Session

Creates a new session.

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Request

This endpoint expects an object.
session_idstringRequired
The unique identifier of the session.
user_idstringRequired
The unique identifier of the user associated with the session
fact_rating_instructionobjectOptional
Deprecated
metadatamap from strings to anyOptional
Deprecated

Response

The added session.
classificationsmap from strings to strings or null
created_atstring or null
deleted_atstring or null
ended_atstring or null
fact_rating_instructionobject or null
Deprecated
factslist of strings or null
Deprecated
idinteger or null
metadatamap from strings to any or null
Deprecated
project_uuidstring or null
session_idstring or null
updated_atstring or null
Deprecated
user_idstring or null
uuidstring or null

Errors