Session Model

Property nameTypeDescription
idintID of the session. Generated automatically by the server after session creation.
application_idintID of the user's application.
user_idintID of the session's owner.
created_atdatetimeDate & time when a record was created, filled automatically.
updated_atdatetimeDate & time when a record was updated, filled automatically.
nonceintUnique Random Value. Parameter from a session creating request is used.
tokenstringSession identifier. Each API request should contain this parameter in QB-Token header.
tsintUnix Timestamp. Parameter from session creating request is used.
_idstringID of the session. Generated automatically by the server after session creation.Date & time when a record was updated, filled automatically.